dune-fem 2.8.0
|
#include <dune/fem/space/finitevolume/basisfunctionset.hh>
Public Types | |
typedef Entity | EntityType |
entity type | |
typedef FunctionSpace< typename Entity::Geometry::ctype, typename Range::value_type, Entity::Geometry::coorddimension, Range::dimension > | FunctionSpaceType |
function space type | |
typedef FunctionSpaceType::DomainType | DomainType |
range type | |
typedef FunctionSpaceType::RangeType | RangeType |
range type | |
typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
jacobian range type | |
typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
hessian range type | |
typedef std::decay_t< decltype(Dune::ReferenceElements< typename EntityType::Geometry::ctype, EntityType::Geometry::coorddimension >::general(std::declval< const Dune::GeometryType & >())) > | ReferenceElementType |
type of reference element | |
Public Member Functions | |
Construction | |
FiniteVolumeBasisFunctionSet () | |
FiniteVolumeBasisFunctionSet (const EntityType &entity) | |
Public member methods | |
template<class Quadrature , class Vector , class DofVector > | |
void | axpy (const Quadrature &quadrature, const Vector &values, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs | |
template<class Quadrature , class VectorA , class VectorB , class DofVector > | |
void | axpy (const Quadrature &quadrature, const VectorA &valuesA, const VectorB &valuesB, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const RangeType &valueFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const RangeType &valueFactor, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs | |
template<class Quadrature , class DofVector , class RangeArray > | |
void | evaluateAll (const Quadrature &quadrature, const DofVector &dofs, RangeArray &ranges) const |
evaluate all basis functions and store the result in the ranges array | |
template<class Point , class DofVector > | |
void | evaluateAll (const Point &x, const DofVector &dofs, RangeType &value) const |
evaluate all basis functions and store the result in the ranges array | |
template<class Point , class RangeArray > | |
void | evaluateAll (const Point &x, RangeArray &values) const |
evaluate all basis functions and store the result in the ranges array | |
template<class QuadratureType , class DofVector , class JacobianArray > | |
void | jacobianAll (const QuadratureType &quadrature, const DofVector &dofs, JacobianArray &jacobians) const |
evaluate the jacobian of all basis functions and store the result in the jacobians array | |
template<class Point , class DofVector > | |
void | jacobianAll (const Point &x, const DofVector &dofs, JacobianRangeType &jacobian) const |
evaluate the jacobian of all basis functions and store the result in the jacobians array | |
template<class Point , class JacobianRangeArray > | |
void | jacobianAll (const Point &x, JacobianRangeArray &jacobians) const |
evaluate the jacobian of all basis functions and store the result in the jacobians array | |
template<class QuadratureType , class DofVector , class HessianArray > | |
void | hessianAll (const QuadratureType &quadrature, const DofVector &dofs, HessianArray &hessians) const |
template<class Point , class DofVector > | |
void | hessianAll (const Point &x, const DofVector &dofs, HessianRangeType &hessian) const |
template<class Point , class HessianRangeArray > | |
void | hessianAll (const Point &x, HessianRangeArray &hessians) const |
const EntityType & | entity () const |
return entity | |
auto | referenceElement () const -> decltype(Dune::ReferenceElements< typename EntityType::Geometry::ctype, EntityType::Geometry::coorddimension >::general(std::declval< const Dune::GeometryType & >())) |
Dune::GeometryType | type () const |
bool | valid () const |
return true if entity pointer is set | |
static constexpr int | order () |
return order of basis function set | |
static constexpr std::size_t | size () |
return size of basis function set | |
typedef FunctionSpaceType::DomainType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::DomainType |
range type
typedef Entity Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::EntityType |
entity type
typedef FunctionSpace< typename Entity::Geometry::ctype, typename Range::value_type, Entity::Geometry::coorddimension, Range::dimension > Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::FunctionSpaceType |
function space type
typedef FunctionSpaceType::HessianRangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::HessianRangeType |
hessian range type
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::JacobianRangeType |
jacobian range type
typedef FunctionSpaceType::RangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::RangeType |
range type
typedef std::decay_t< decltype( Dune::ReferenceElements< typename EntityType::Geometry::ctype, EntityType::Geometry::coorddimension >::general( std::declval< const Dune::GeometryType & >() ) ) > Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::ReferenceElementType |
type of reference element
|
inline |
|
inlineexplicit |
|
inline |
evaluate all basis function and multiply with given values and add to dofs
|
inline |
evaluate all basis function and multiply with given values and add to dofs
|
inline |
evaluate all basis function and multiply with given values and add to dofs
|
inline |
evaluate all basis function and multiply with given values and add to dofs
|
inline |
evaluate all basis function and multiply with given values and add to dofs
|
inline |
return entity
|
inline |
evaluate all basis functions and store the result in the ranges array
|
inline |
evaluate all basis functions and store the result in the ranges array
|
inline |
evaluate all basis functions and store the result in the ranges array
|
inline |
|
inline |
|
inline |
|
inline |
evaluate the jacobian of all basis functions and store the result in the jacobians array
|
inline |
evaluate the jacobian of all basis functions and store the result in the jacobians array
|
inline |
evaluate the jacobian of all basis functions and store the result in the jacobians array
|
inlinestaticconstexpr |
return order of basis function set
|
inline |
|
inlinestaticconstexpr |
return size of basis function set
|
inline |
|
inline |
return true if entity pointer is set