dune-fem  2.8-git
localdgmassmatrix.hh
Go to the documentation of this file.
1 #ifndef DUNE_FEM_SPACE_DISCONTINUOUSGALERKIN_LOCALDGMASSMATRIX_HH
2 #define DUNE_FEM_SPACE_DISCONTINUOUSGALERKIN_LOCALDGMASSMATRIX_HH
3 
4 // dune-fem includes
6 
7 // local includes
8 #include "declaration.hh"
9 
10 
11 namespace Dune
12 {
13 
14  namespace Fem
15  {
16 
17  // LocalMassMatrix
18  // ---------------
19 
21  template <class FunctionSpaceImp, class GridPartImp, int polOrd,
22  class BaseFunctionStorageImp,
23  class VolumeQuadratureImp>
25  DiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >,
26  VolumeQuadratureImp >
28  DiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >, VolumeQuadratureImp >
29  {
32  public:
33  using BaseType :: BaseType;
34  };
35 
36 
37 
39  template <class FunctionSpaceImp, class GridPartImp, int polOrd,
40  class BaseFunctionStorageImp,
41  class VolumeQuadratureImp>
43  LegendreDiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >,
44  VolumeQuadratureImp >
46  LegendreDiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >, VolumeQuadratureImp >
47  {
50  public:
51  using BaseType :: BaseType;
52  };
53 
55  template <class FunctionSpaceImp,
56  class GridPartImp,
57  int polOrd,
58  class BaseFunctionStorageImp,
59  class VolumeQuadratureImp>
61  HierarchicLegendreDiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >,
62  VolumeQuadratureImp >
64  HierarchicLegendreDiscontinuousGalerkinSpace< FunctionSpaceImp, GridPartImp, polOrd, BaseFunctionStorageImp >, VolumeQuadratureImp >
65  {
68  public:
69  using BaseType :: BaseType;
70  };
71 
72  } // namespace Fem
73 
74 } // namespace Dune
75 
76 #endif // #ifndef DUNE_FEM_SPACE_DISCONTINUOUSGALERKIN_LOCALDGMASSMATRIX_HH
Definition: bindguard.hh:11
Local Mass Matrix for arbitrary spaces.
Definition: localmassmatrix.hh:909
DG Local Mass Matrix for arbitrary spaces.
Definition: localmassmatrix.hh:929
Definition: discontinuousgalerkin/space.hh:96
Definition: discontinuousgalerkin/legendre.hh:142