#include <linearForm1D.hh>
Public Member Functions | |
Riesz1d (const concepts::Formula< Real > &frm, const uint gauss_p=1) | |
virtual void | operator() (const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const |
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 1D linear FEM. This linear form takes a formula frm
and computes the load vector
where f ist frm
and v are the test functions.
Definition at line 26 of file linearForm1D.hh.
|
inline |
Constructor
frm | Formula |
gauss_p | Numer of points for the Gaussian quadrature |
Definition at line 32 of file linearForm1D.hh.
|
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 |