Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
hp2D/bf_identity.hh File Reference
#include "basics/typedefs.hh"
#include "operator/bilinearForm.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/bilinearFormHelper.hh"
Include dependency graph for bf_identity.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hp2D::Identity< F >
 A function class to calculate element matrices for the mass matrix. 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::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
 Function to setup a bilinear form related to the vector Identity, namely

\[\int_K f(x) \underline{u}\cdot\underline{v}\mathrm{d}x\]

on vectorial spaces.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)