dune-fem
2.4.1-rc
|
Please doc me. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/basisfunctionset/simple.hh>
Public Types | |
typedef LocalFunctionSet | LocalFunctionSetType |
typedef LocalFunctionSetType::EntityType | EntityType |
entity type More... | |
typedef LocalFunctionSetType::FunctionSpaceType | FunctionSpaceType |
typedef FunctionSpaceType::DomainType | DomainType |
range type More... | |
typedef FunctionSpaceType::RangeType | RangeType |
range type More... | |
typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
jacobian range type More... | |
typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
hessian range type More... | |
typedef Dune::ReferenceElement< typename EntityType::Geometry::ctype, EntityType::Geometry::coorddimension > | ReferenceElementType |
type of reference element More... | |
Public Member Functions | |
SimpleBasisFunctionSet () | |
SimpleBasisFunctionSet (const LocalFunctionSetType &localFunctionSet) | |
constructor More... | |
int | order () const |
return order of basis function set More... | |
std::size_t | size () const |
return size of basis function set More... | |
const ReferenceElementType & | referenceElement () const |
return reference element More... | |
template<class Quadrature , class Vector , class DofVector > | |
void | axpy (const Quadrature &quad, const Vector &values, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class Quadrature , class VectorA , class VectorB , class DofVector > | |
void | axpy (const Quadrature &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
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 More... | |
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 More... | |
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 More... | |
template<class Quadrature , class DofVector , class RangeArray > | |
void | evaluateAll (const Quadrature &quad, const DofVector &dofs, RangeArray &ranges) const |
evaluate all basis functions and store the result in the ranges array More... | |
template<class Point , class DofVector > | |
void | evaluateAll (const Point &x, const DofVector &dofs, RangeType &value) const |
please doc me More... | |
template<class Point , class RangeArray > | |
void | evaluateAll (const Point &x, RangeArray &values) const |
please doc me More... | |
template<class Quadrature , class DofVector , class JacobianRangeArray > | |
void | jacobianAll (const Quadrature &quad, const DofVector &dofs, JacobianRangeArray &jacobians) const |
please doc me More... | |
template<class Point , class DofVector > | |
void | jacobianAll (const Point &x, const DofVector &dofs, JacobianRangeType &jacobian) const |
please doc me More... | |
template<class Point , class JacobianRangeArray > | |
void | jacobianAll (const Point &x, JacobianRangeArray &jacobians) const |
please doc me More... | |
template<class Point , class DofVector > | |
void | hessianAll (const Point &x, const DofVector &dofs, HessianRangeType &hessian) const |
please doc me More... | |
template<class Point , class HessianRangeArray > | |
void | hessianAll (const Point &x, HessianRangeArray &hessians) const |
please doc me More... | |
const EntityType & | entity () const |
please doc me More... | |
const LocalFunctionSetType | localFunctionSet () const |
return local function set More... | |
Please doc me.
LocalFunctionSet | set of basis functions |
typedef FunctionSpaceType::DomainType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::DomainType |
range type
typedef LocalFunctionSetType::EntityType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::EntityType |
entity type
typedef LocalFunctionSetType::FunctionSpaceType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::FunctionSpaceType |
typedef FunctionSpaceType::HessianRangeType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::HessianRangeType |
hessian range type
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::JacobianRangeType |
jacobian range type
typedef LocalFunctionSet Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::LocalFunctionSetType |
typedef FunctionSpaceType::RangeType Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::RangeType |
range type
typedef Dune::ReferenceElement< typename EntityType::Geometry::ctype, EntityType::Geometry::coorddimension > Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::ReferenceElementType |
type of reference element
|
inline |
|
inlineexplicit |
constructor
[in] | localFunctionSet | implementation of LocalFunctionSet |
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().
Referenced by Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::axpy().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::axpy(), and Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::LocalFunctionSet< Entity, Range >::evaluateEach(), and Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::localFunctionSet().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::LocalFunctionSet< Entity, Range >::jacobianEach(), and Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::localFunctionSet().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::axpy().
|
inline |
|
inline |
evaluate all basis functions and store the result in the ranges array
References Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
please doc me
References Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().
|
inline |
|
inline |
|
inline |
return local function set
Referenced by Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::axpy(), Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::entity(), Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::evaluateAll(), Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::hessianAll(), Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::jacobianAll(), Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::order(), and Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::size().
|
inline |
return order of basis function set
References Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::localFunctionSet(), and Dune::Fem::LocalFunctionSet< Entity, Range >::order().
|
inline |
return reference element
References Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::entity().
|
inline |
return size of basis function set
References Dune::Fem::SimpleBasisFunctionSet< LocalFunctionSet >::localFunctionSet(), and Dune::Fem::LocalFunctionSet< Entity, Range >::size().