#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 | hp2D::Riesz< F > |
| class | hp2D::GradLinearForm< F > |
| class | hp2D::PlCurlLinearForm< F > |
| class | hp2D::l2::Riesz< F > |
Namespaces | |
| namespace | concepts |
| namespace | vectorial |
| namespace | hp2D |
| namespace | hp2D::l2 |
Functions | |
| template<class F > | |
| void | hp2D::setupRiesz (vectorial::LinearForm< F, typename concepts::Realtype< F >::type > &lf, const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) |
| 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) |
Linear forms for hp 2D FEM
Definition in file linearForm.hh.