reordersequence.h
Go to the documentation of this file.
1/* Copyright 2011 (c) Jostein R. Natvig <Jostein.R.Natvig at sintef.no> */
2#ifndef REORDERSEQUENCE_H_INCLUDED
3#define REORDERSEQUENCE_H_INCLUDED
4
14#ifdef __cplusplus
15extern "C" {
16#endif /* __cplusplus */
17
18struct UnstructuredGrid;
19
20
66void
67compute_sequence(const struct UnstructuredGrid *grid ,
68 const double *flux ,
69 int *sequence ,
70 int *components ,
71 int *ncomponents);
72
73
132void
133compute_sequence_graph(const struct UnstructuredGrid *grid ,
134 const double *flux ,
135 int *sequence ,
136 int *components ,
137 int *ncomponents,
138 int *ia ,
139 int *ja );
140
141#ifdef __cplusplus
142}
143#endif /* __cplusplus */
144
145#endif /* REORDERSEQUENCE_H_INCLUDED */
146
147/* Local Variables: */
148/* c-basic-offset:4 */
149/* End: */
void compute_sequence_graph(const struct UnstructuredGrid *grid, const double *flux, int *sequence, int *components, int *ncomponents, int *ia, int *ja)
void compute_sequence(const struct UnstructuredGrid *grid, const double *flux, int *sequence, int *components, int *ncomponents)