hp2Dedge Namespace Reference
hp 2D edge elements for electromagnetics. More...
Classes | |
class | DirichletCoefficients |
Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition. More... | |
class | DirichletIdentity |
Linear form in 2D for coping the Dirichlet boundary for Identity bilinearform. More... | |
class | DirichletRotRot |
Linear form in 2D for coping the Dirichlet boundary for RotRot bilinearform. More... | |
class | Edge |
An edge of a 2D FEM edge element quad. More... | |
class | EdgeIdentity |
Bilinear form in 2D, integral over an edge. More... | |
class | EdgeRiesz |
Linear form in 2D. More... | |
class | Graduv |
A function class to calculate element matrices for the bilinear form. More... | |
class | GraduvBase |
Base class to calculate element matrices for the (grad u, v)-bilinearform, for both scalar and matrix formulas. More... | |
class | GraduvMatrix |
A function class to calculate element matrices for the bilinear form. More... | |
class | Identity |
A function class to calculate element matrices for the mass matrix. More... | |
class | IdentityBase |
Base class to calculate element matrices for the Identity, for both scalar and matrix formulas. More... | |
class | IdentityMatrix |
A function class to calculate element matrices for the mass matrix with a matrix function in between. More... | |
class | Neumann |
Linear form in 2D for the term of Neumann boundary. More... | |
class | Quad |
A 2D FEM edge element: a quad. More... | |
class | QuadEdgeFunctions |
A class for holding the shape functions of edge elements on quadrilaterials for a particular polynomials degree (ie. More... | |
class | QuadGraphics |
Handles graphics for 2D hp FEM edge elements. More... | |
class | RecomputeShapefct |
class | Riesz |
Linear form in 2D. More... | |
class | Rot |
The. More... | |
class | RotRot |
A function class to calculate element matrices for the Rot u Rot v-bilinearform (Maxwell equations). More... | |
class | Rotuv |
A function class to calculate element matrices for the bilinear form. More... | |
class | Space |
A 2D hp FEM space of edge elements with piecewise polynomial basis functions with two components, where the tangential component is continuous Currently, only quadrilaterials and conforming meshes are possible. More... | |
class | Value |
The approximated function in a FE space. More... | |
Functions | |
template<class F > | |
std::vector< hp2D::ShapeFunction2D< F > > | makeShapeFunction2D (const Quad< F > &quad) |
Detailed Description
hp 2D edge elements for electromagnetics.
Function Documentation
◆ makeShapeFunction2D()
template<class F >
std::vector<hp2D::ShapeFunction2D<F> > hp2Dedge::makeShapeFunction2D | ( | const Quad< F > & | quad | ) |