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

Classes | Namespaces | Functions
hp2D/bf_laplace.hh File Reference
#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"
Include dependency graph for bf_laplace.hh:
This graph shows which files directly or indirectly include this file:

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

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

on vectorial spaces.


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