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"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | vectorial::BilinearForm< F, G > |
Vector valued bilinear form. More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementFormula< F, G > |
Interface for a formula defined element by element. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
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... | |
class | concepts::Point< F, dim > |
Basic class for a Point or a vector. More... | |
class | hp2D::Quad< F > |
A 2D FEM element: a quad. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
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. More... | |
Detailed Description
Bilinear forms for Laplace operator for hp 2D FEM
Definition in file bf_laplace.hh.