bf_identity.hh File Reference
#include <memory>
#include "operator/bilinearForm.hh"
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "basics/vectorsMatricesForward.hh"
#include "formula/elementFormula.hh"
#include "formula/boundary.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/quad.hh"
#include "hp2D/formula.hh"
#include "hp2D/bilinearFormHelper.hh"
#include "hp2D/arrayElementFormula.hh"
#include "toolbox/sharedPointer.hh"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | hp2Dedge::Edge< F > |
An edge of a 2D FEM edge element quad. More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | hp2Dedge::Identity< F > |
A function class to calculate element matrices for the mass matrix. More... | |
class | hp2Dedge::IdentityBase< F, G > |
Base class to calculate element matrices for the Identity, for both scalar and matrix formulas. More... | |
class | hp2Dedge::IdentityMatrix< F > |
A function class to calculate element matrices for the mass matrix with a matrix function in between. More... | |
class | hp2Dedge::Quad< F > |
A 2D FEM edge element: a quad. More... | |
class | concepts::RCP< T > |
Reference-counting pointer. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2Dedge | |
hp 2D edge elements for electromagnetics. | |
Detailed Description
Computes the identity bilinearform
Definition in file bf_identity.hh.