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

Go to the source code of this file.
Classes | |
| class | hp2D::BilinearFormOnePartDeriv< F > |
| A function class to calculate element matrices for the bilinear form related to a partial derivative of the test functions (scalar). More... | |
| class | hp2D::BilinearFormTwoPartDeriv< F > |
| A function class to calculate element matrices for the bilinear form related to a partial derivative of the trial and (!) test functions (scalar). 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. | |
Enumerations | |
| enum | hp2D::partDerivType { hp2D::NO_DERIV = 0, hp2D::X_DERIV = 1, hp2D::Y_DERIV = 2 } |
| Direction of partial derivative. More... | |