hp3D::Laplacian< F, G > Member List
This is the complete list of members for hp3D::Laplacian< F, G >, including all inherited members.
clone() const override | hp3D::Laplacian< F, G > | virtual |
ElementFunction< F, Real >::clone() const=0 | concepts::ElementFunction< F, Real > | pure virtual |
info(std::ostream &os) const | concepts::ElementFunction< F, Real > | inlineprotectedvirtual |
n() const override | hp3D::Laplacian< F, G > | inlinevirtual |
ElementFunction< F, Real >::n() const=0 | concepts::ElementFunction< F, Real > | pure virtual |
operator()(const concepts::Element< G > &elm, const concepts::Array< F > &coeff, F &val, const uint *i) const | hp3D::Laplacian< F, G > | |
operator()(const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const uint *i) const override | hp3D::Laplacian< F, G > | inline |
operator()(const concepts::Element< G > &elm, const uint *j, concepts::Array< F > &val, const uint *i) const override | hp3D::Laplacian< F, G > | |
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 | hp3D::Laplacian< F, G > | |
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 | 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 | hp3D::Laplacian< F, G > | |
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 | hp3D::Laplacian< F, G > | inline |
ElementFunction< F, Real >::operator()(const Element< Real > &elm, const Array< F > &coeff, Array< F > &val, const uint *i) const=0 | concepts::ElementFunction< F, Real > | pure virtual |
ElementFunction< F, Real >::operator()(const Element< Real > &elm, const uint *j, Array< F > &val, const uint *i) const=0 | concepts::ElementFunction< F, Real > | pure virtual |
ElementFunction< F, Real >::operator()(const Element< Real > &elm, const Array< F > &coeff, Array< F > &val, const Real p, const Real t=0.0) const=0 | concepts::ElementFunction< F, Real > | pure virtual |
ElementFunction< F, Real >::operator()(const Element< Real > &elm, const Array< F > &coeff, Array< F > &val, const Real2d &p, const Real t=0.0) const=0 | concepts::ElementFunction< F, Real > | pure virtual |
ElementFunction< F, Real >::operator()(const Element< Real > &elm, const Array< F > &coeff, Array< F > &val, const Real3d &p, const Real t=0.0) const=0 | concepts::ElementFunction< F, Real > | pure virtual |
~Laplacian() | hp3D::Laplacian< F, G > | inlinevirtual |