bilinearForm.hh File Reference
#include <memory>
#include "operator/bilinearForm.hh"
#include "basics/typedefs.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 "hp2Dedge/bf_identity.hh"
#include "hp2Dedge/bf_graduv.hh"
#include "hp2Dedge/bf_advection.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 | hp2Dedge::EdgeIdentity |
Bilinear form in 2D, integral over an edge. More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | hp2Dedge::Quad< F > |
A 2D FEM edge element: a quad. More... | |
class | concepts::RCP< T > |
Reference-counting pointer. More... | |
class | hp2Dedge::RotRot< F > |
A function class to calculate element matrices for the Rot u Rot v-bilinearform (Maxwell equations). More... | |
class | hp2Dedge::Rotuv |
A function class to calculate element matrices for the bilinear form. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2Dedge | |
hp 2D edge elements for electromagnetics. | |
Detailed Description
Computes the rot-rot bilinearform
Definition in file bilinearForm.hh.