boundaries.hh File Reference
#include <memory>
#include "basics/typedefs.hh"
#include "function/linearForm.hh"
#include "space.hh"
#include "space/dirichlet.hh"
#include "hp2Dedge/bilinearForm.hh"
#include "hp2Dedge/quad.hh"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | hp2Dedge::DirichletCoefficients |
Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition. More... | |
class | hp2Dedge::DirichletIdentity |
Linear form in 2D for coping the Dirichlet boundary for Identity bilinearform. More... | |
class | hp2Dedge::DirichletRotRot |
Linear form in 2D for coping the Dirichlet boundary for RotRot bilinearform. More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | concepts::Formula< F > |
Interface for a formula. More... | |
class | hp2Dedge::Quad< F > |
A 2D FEM edge element: a quad. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2Dedge | |
hp 2D edge elements for electromagnetics. | |
Detailed Description
Coping boundary conditions for hp 2D edgeFEM
Definition in file boundaries.hh.