#include <linearForm.hh >
virtual std::ostream & info (std::ostream &os) const
Returns information in an output stream.
template<class F = Real>
class hp1D::Riesz< F >
Linear form on edges in nD.
This linear form computes
Author Kersten Schmidt, 2010
Examples BGT_0.cc , RobinBCs.cc , elasticity2D_tutorial.cc , exactDtN.cc , inhomDirichletBCsLagrange.cc , and inhomNeumannBCs.cc .
Definition at line 67 of file linearForm.hh .
◆ Riesz()
Constructor. Parses the formula.
Parameters
◆ info()
template<class F = Real>
virtual std::ostream & hp1D::Riesz < F >::info
(
std::ostream &
os )
const
protected virtual
◆ operator()() [1/2]
Computes the element load vector. As for the computation of an element stiffness matrix, there are the loops over all quadrature points and the loops over all shape functions.
Parameters
elm The element for which the load vector should be computed.
em The load vector
◆ operator()() [2/2]
template<class F , class G = typename Realtype<F>::type>
Computes the element contribution to the function.
Parameters
elm Element on which the computations should be performed
em The local matrix
Implemented in vectorial::LinearForm< F, G > .
◆ setBasis()
virtual void concepts::LinearFormChoice::setBasis
(
Basis
basis )
inline virtual inherited
◆ basis_
Basis concepts::LinearFormChoice::basis_
mutable inherited
The documentation for this class was generated from the following file: