#include <function.hh>
Public Member Functions | |
virtual | ~Laplacian () |
Destructor for the class with virtual memberfunctions. | |
virtual Laplacian< F, G > * | clone () const override |
virtual uint | n () const override |
Number of components. | |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, F &val, const uint *i) const |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const uint *i) const override |
void | operator() (const concepts::Element< G > &elm, const uint *j, concepts::Array< F > &val, const uint *i) const override |
Throws an exception. | |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const concepts::Real p, const concepts::Real t=0.0) const override |
Throws an exception. | |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const concepts::Real2d &p, const concepts::Real t=0.0) const override |
Throws an exception. | |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, F &val, const concepts::Real3d &p, const concepts::Real t=0.0) const |
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const concepts::Real3d &p, const concepts::Real t=0.0) const override |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
The Laplacian of an approximated function in a FE space.
Definition at line 137 of file function.hh.
|
inlinevirtual |
Destructor for the class with virtual memberfunctions.
Definition at line 142 of file function.hh.
|
overridevirtual |
Implements concepts::ElementFunction< F, G >.
|
inlineprotectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp1D::Value< F, G >, hp1D::Grad< F, G >, hp2D::Value< F, G >, hp2D::Grad< F >, hp2D::Grad< Cmplx >, hp2D::Laplacian< F, G >, hp2D::Partial_xx< F, Q >, hp2D::Partial_yy< F, Q >, hp2D::PlCurl< F >, hp2D::PlCurl< Cmplx >, hp2D::Trace< F, G >, hp2D::TraceDeriv< F, G >, hp2D::NeumannTrace< F, G >, hp2Dedge::Value< F, G, H >, hp2Dedge::Rot< F, G >, hp2Dedge::Rot< Cmplx >, hp2D::Eddy2D_eField, hp2D::Eddy2D_dissipation, hp2D::Maxwell2D_hField, hp2D::Maxwell2D_eField, hp2D::Maxwell2D_dissipation, mechanics::Stress3D< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, concepts::Absolute< F, G >, vectorial::ElementFunction< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunctionAllComponents< F, G >, and vectorial::SymmetrizeTensor< dim, F, G >.
Definition at line 67 of file function.hh.
|
inlineoverridevirtual |
Number of components.
Implements concepts::ElementFunction< F, G >.
Definition at line 149 of file function.hh.
|
overridevirtual |
Throws an exception.
Implements concepts::ElementFunction< F, G >.
|
overridevirtual |
Throws an exception.
Implements concepts::ElementFunction< F, G >.
|
inlineoverridevirtual |
Implements concepts::ElementFunction< F, G >.
Definition at line 193 of file function.hh.
|
inlineoverridevirtual |
Evaluates the function on precalculated quadrature points.
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
i | multi-index of the quadrature point |
Implements concepts::ElementFunction< F, G >.
Definition at line 157 of file function.hh.
void hp3D::Laplacian< F, G >::operator() | ( | const concepts::Element< G > & | elm, |
const concepts::Array< F > & | coeff, | ||
F & | val, | ||
const concepts::Real3d & | p, | ||
const concepts::Real | t = 0.0 |
||
) | const |
Implements Value::operator() for the subsequent method at a given reference coordinate
|
overridevirtual |
Throws an exception.
Implements concepts::ElementFunction< F, G >.