concepts::LinearForm< F, G > Class Template Referenceabstract
Abstract class for a linear form. More...
#include <innerResidual.hh>
Public Member Functions | |
virtual void | operator() (const Element< G > &elm, ElementMatrix< F > &em) const =0 |
Computes the element contribution to the function. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Detailed Description
template<class F, class G = typename Realtype<F>::type>
class concepts::LinearForm< F, G >
Abstract class for a linear form.
This linear form computes an element-wise contribution to a function on a space.
- Examples
- linearFEM1d-simple.cc, and linearFEM1d.cc.
Definition at line 29 of file innerResidual.hh.
Member Function Documentation
◆ info()
|
protectedvirtual |
Reimplemented in vectorial::TimeLinearForm, hp1D::LevelRieszElement, hp1D::LevelRiesz, hp3D::Riesz, hp2Dedge::EdgeRiesz, hp2Dedge::Riesz, hp2Dedge::DirichletIdentity, hp2Dedge::DirichletRotRot, hp2D::l2::Riesz< F >, hp2D::PlCurlLinearForm< F >, hp2D::GradLinearForm< F >, hp2D::Riesz< F >, hp1D::PointEvaluation< F >, hp1D::GradLinearForm< F >, hp1D::LinearFormGradInterp_Grad< F >, hp1D::Riesz< F >, concepts::Neumann< F >, concepts::Neumann< Real >, and constraints::ConstraintsList< F >.
◆ operator()()
|
pure virtual |
Computes the element contribution to the function.
- Parameters
-
elm Element on which the computations should be performed em The local matrix
- Examples
- linearFEM1d-simple.cc, and linearFEM1d.cc.
The documentation for this class was generated from the following files:
- estimator/innerResidual.hh
- function/linearForm.hh