ParMooN
 All Classes Functions Variables Friends Pages
Darcy2D.h
1 // ======================================================================
2 // @(#)Darcy2D.h 15.03.2015
3 //
4 // common declaration for all Darcy problems
5 // ======================================================================
6 
7 #ifndef __DARCY_2D__
8 #define __DARCY_2D__
9 
13 // ======================================================================
14 // Standard Galerkin with Raviart-Thomas (RT) or Brezzi-Douglas-Marini (BDM)
15 // elements
16 void BilinearAssembleDarcyGalerkin(double Mult, double *coeff, double *param,
17  double hK, double **OrigValues,
18  int *N_BaseFuncts, double ***LocMatrices,
19  double **LocRhs);
20 
21 #endif // __DARCY_2D__