shapeFunction2d.hh

Go to the documentation of this file.
1 
8 #ifndef shapeFunction_hp2Dedge_hh
9 #define shapeFunction_hp2Dedge_hh
10 
11 #include <vector>
12 #include "hp2D/shapeFunction2d.hh"
13 
14 namespace hp2Dedge {
15 
16  // forward declarations
17  template<class F>
18  class Quad;
19 
20  // *************************************************** makeShapeFunction2D **
21 
22  template<class F>
23  std::vector<hp2D::ShapeFunction2D<F>>
25 
26 } // namespace hp2Dedge
27 
28 #endif // shapeFunction_hp2Dedge_hh
std::vector< hp2D::ShapeFunction2D< F > > makeShapeFunction2D(const Quad< F > &quad)
A 2D FEM edge element: a quad.
Definition: bf_advection.hh:40
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