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
15 extern "C" {
16 #endif /* __cplusplus */
17 
18 struct UnstructuredGrid;
19 
20 
66 void
68  const double *flux ,
69  int *sequence ,
70  int *components ,
71  int *ncomponents);
72 
73 
132 void
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)
Definition: grid.h:98
const double flux
Definition: Units.hpp:150
const UnstructuredGrid & grid
Definition: ColumnExtract.hpp:31
void compute_sequence(const struct UnstructuredGrid *grid, const double *flux, int *sequence, int *components, int *ncomponents)