#include <linearForm2D.hh>
Public Member Functions | |
| Riesz2d (const concepts::Formula< Real > &frm) | |
| virtual void | operator() (const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const |
| void | operator() (const linearFEM::Quad &elm, concepts::ElementMatrix< Real > &em) const |
| Computes the local load vector for a quad. | |
| void | operator() (const linearFEM::Triangle &elm, concepts::ElementMatrix< Real > &em) const |
| Computes the local load vector for a triangle. | |
| virtual void | operator() (const Element< typename Realtype< Real >::type > &elm, ElementMatrix< Real > &em) const=0 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Linear form form 2D linear FEM. This linear form takes a formula frm and computes the load vector
![\[ \int_K f v \, dx, \]](form_679.png)
where f ist frm and v are the test functions.
Definition at line 29 of file linearForm2D.hh.
|
inline |
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2Dedge::DirichletRotRot, hp2Dedge::DirichletIdentity, hp2Dedge::Riesz, hp2Dedge::EdgeRiesz, hp3D::Riesz, and vectorial::TimeLinearForm.
|
pure virtualinherited |
Computes the element contribution to the function.
| elm | Element on which the computations should be performed |
| em | The local matrix |