ParMooN
 All Classes Functions Variables Friends Pages
Assemble2D_edge_Oseen.h
1 #include <AllClasses.h>
2 #include <Constants.h>
3 
4 #ifdef __3D__
5  #include <Aux2D3D.h>
6 #endif
7 
8 #ifdef __2D__
9 void Assemble2D_edge_Oseen(CoeffFct2D *Coeff, int n_fespaces, TFESpace2D **fespaces,
10  int n_sqmatrices, TSquareMatrix2D **sqmatrices,
11  int n_matrices, TMatrix2D **matrices,
12  int n_rhs, double **rhs, TFESpace2D **ferhs,
13  BoundCondFunct2D **BoundaryConditions,
14  BoundValueFunct2D **BoundaryValues,
15  TAuxParam2D *Parameters);
16 
17 #endif
Definition: SquareMatrix2D.h:20
Definition: AuxParam2D.h:22
Definition: FESpace2D.h:28
Definition: Matrix2D.h:20