recompShpFct.hh

Go to the documentation of this file.
1 
6 #ifndef hprecompShpFct2Dedge_hh
7 #define hprecompShpFct2Dedge_hh
8 
9 #include "hp2D/recompShpFct.hh"
10 #include "hp2D/quad.hh"
11 #include "quad.hh"
12 
13 namespace hp2Dedge {
14 
15  // ***************************************************** RecomputeShapefct **
16 
18  public:
20  enum concepts::intRule rule,
21  bool constant, uint points) :
22  hp2D::RecomputeShapefct(spc, rule ,constant, points) {}
23  void compute();
24  };
25 
26 } // namespace hp2Dedge
27 
28 #endif // hprecompShpFct2Dedge_hh
RecomputeShapefct(concepts::Space< concepts::Real > &spc, enum concepts::intRule rule, bool constant, uint points)
Definition: recompShpFct.hh:19
2D hp-FEM for H1-conforming elements.
intRule
Types of integration rules to choose from.
Definition: defines.hh:13
hp 2D edge elements for electromagnetics.
Definition: bf_advection.hh:37
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich