#include <memory>#include "basics/typedefs.hh"#include "basics/vectorsMatrices.hh"#include "toolbox/sharedPointer.hh"#include "geometry/sharedJacobian.hh"#include "operator/bilinearForm.hh"#include "hp2D/bilinearFormHelper.hh"#include "arrayElementFormula.hh"

Go to the source code of this file.
Classes | |
| class | hp2D::Laplace< F > |
| A function class to calculate element matrices for the Laplacian. More... | |
| class | hp2D::LaplaceBase< F, G > |
| Base class to calculate element matrices for the Laplacian, for both scalar and matrix formulas. More... | |
| class | hp2D::LaplaceMatrix< F > |
| A function class to calculate element matrices for the Laplacian for matrix formulas. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | hp2D |
Eddy-Current Model in 2D in h-formulation. | |
| namespace | vectorial |
Vector valued problems. | |
Functions | |
| template<class F > | |
| void | hp2D::setupLaplace (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F, typename concepts::Realtype< F >::type > frm=concepts::ElementFormulaContainer< F, typename concepts::Realtype< F >::type >()) |
| Function to setup a bilinear form related to the vector Laplace, namely
| |