linearForm.hh File Reference
#include <memory>
#include "basics/typedefs.hh"
#include "function/linearForm.hh"
#include "linearFormHelper.hh"
#include "arrayElementFormula.hh"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | concepts::Formula< F > |
Interface for a formula. More... | |
class | hp2D::GradLinearForm< F > |
Linear form in 2D. More... | |
class | vectorial::LinearForm< F, G > |
Vector valued linear form. More... | |
class | hp2D::PlCurlLinearForm< F > |
Linear form in 2D. 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... | |
class | hp2D::l2::Riesz< F > |
Linear form in 2D. More... | |
class | hp2D::Riesz< F > |
Linear form in 2D. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
hp2D::l2 | |
2D hp-FEM for L2-conforming elements. | |
vectorial | |
Vector valued problems. | |
Functions | |
template<class F > | |
void | hp2D::setupGradLinearForm (vectorial::LinearForm< F, typename concepts::Realtype< F >::type > &lf, const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm1, const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm2) |
Function to setup a linear form related to the vectorial linear form. More... | |
template<class F > | |
void | hp2D::setupRiesz (vectorial::LinearForm< F, typename concepts::Realtype< F >::type > &lf, const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) |
Function to setup a linear form related to the vector Riesz, namely. More... | |
Detailed Description
Linear forms for hp 2D FEM
Definition in file linearForm.hh.