|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment > Class Template Reference
Builds a vectorial basis function set from given scalar basis function set. More...
#include <dune/fem/space/basisfunctionset/vectorial.hh>
Classes | |
| struct | EvaluateAll |
| struct | HessianAll |
| struct | JacobianAll |
Public Types | |
| typedef ScalarBasisFunctionSet | ScalarBasisFunctionSetType |
| typedef ScalarBasisFunctionSetType::EntityType | EntityType |
| typedef EntityType::Geometry | Geometry |
| typedef ScalarBasisFunctionSetType::ReferenceElementType | ReferenceElementType |
| typedef ToNewDimRangeFunctionSpace< ScalarFunctionSpaceType, dimRange >::Type | FunctionSpaceType |
| typedef FunctionSpaceType::DomainType | DomainType |
| typedef FunctionSpaceType::RangeType | RangeType |
| typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
| typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
| typedef DofAlignment< ScalarBasisFunctionSet, Range > | DofAlignmentType |
| typedef DofAlignmentType::GlobalDofType | GlobalDofType |
| typedef DofAlignmentType::LocalDofType | LocalDofType |
| typedef FunctionSpaceType::DomainFieldType | DomainFieldType |
| typedef FunctionSpaceType::RangeFieldType | RangeFieldType |
Public Member Functions | |
| VectorialBasisFunctionSet () | |
| VectorialBasisFunctionSet (const ScalarBasisFunctionSetType &scalarBasisFunctionSet) | |
| int | order () const |
| std::size_t | size () const |
| const ReferenceElementType & | referenceElement () const |
| Dune::GeometryType | type () const |
| template<class Point , class DofVector > | |
| void | axpy (const Point &x, const RangeType &valueFactor, DofVector &dofs) const |
| template<class Point , class DofVector > | |
| void | axpy (const Point &x, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
| template<class Point , class DofVector > | |
| void | axpy (const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs) const |
| template<class Point , class DofVector > | |
| void | axpy (const Point &x, const RangeType &valueFactor, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
| template<class Quadrature , class Vector , class DofVector > | |
| void | axpy (const Quadrature &quad, const Vector &values, DofVector &dofs) const |
| template<class Quadrature , class VectorA , class VectorB , class DofVector > | |
| void | axpy (const Quadrature &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector &dofs) const |
| template<class Point , class DofVector > | |
| void | evaluateAll (const Point &x, const DofVector &dofs, RangeType &value) const |
| template<class Point , class RangeArray > | |
| void | evaluateAll (const Point &x, RangeArray &values) const |
| template<class Quadrature , class DofVector , class RangeArray > | |
| void | evaluateAll (const Quadrature &quad, const DofVector &dofs, RangeArray &ranges) const |
| template<class Point , class DofVector > | |
| void | jacobianAll (const Point &x, const DofVector &dofs, JacobianRangeType &jacobian) const |
| template<class Point , class JacobianRangeArray > | |
| void | jacobianAll (const Point &x, JacobianRangeArray &jacobians) const |
| template<class Quadrature , class DofVector , class JacobianArray > | |
| void | jacobianAll (const Quadrature &quad, const DofVector &dofs, JacobianArray &jacobians) 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 |
| template<class Quadrature , class DofVector , class HessianArray > | |
| void | hessianAll (const Quadrature &quad, const DofVector &dofs, HessianArray &hessians) const |
| const EntityType & | entity () const |
| const Geometry & | geometry () const |
| bool | valid () const |
| DofAlignmentType | dofAlignment () const |
| const ScalarBasisFunctionSetType & | scalarBasisFunctionSet () const |
Detailed Description
template<class ScalarBasisFunctionSet, class Range, template< class, class > class DofAlignment = VerticalDofAlignment>
class Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >
class Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >
Builds a vectorial basis function set from given scalar basis function set.
- Template Parameters
-
ScalarBasisFunctionSet scalar basis function set Range range vector \taparm DofAlignment type of dof alignment
Member Typedef Documentation
◆ DofAlignmentType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef DofAlignment< ScalarBasisFunctionSet, Range > Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::DofAlignmentType |
◆ DomainFieldType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::DomainFieldType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::DomainFieldType |
◆ DomainType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::DomainType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::DomainType |
◆ EntityType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef ScalarBasisFunctionSetType::EntityType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::EntityType |
◆ FunctionSpaceType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef ToNewDimRangeFunctionSpace<ScalarFunctionSpaceType,dimRange>::Type Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::FunctionSpaceType |
◆ Geometry
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef EntityType::Geometry Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::Geometry |
◆ GlobalDofType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef DofAlignmentType::GlobalDofType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::GlobalDofType |
◆ HessianRangeType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::HessianRangeType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::HessianRangeType |
◆ JacobianRangeType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::JacobianRangeType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::JacobianRangeType |
◆ LocalDofType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef DofAlignmentType::LocalDofType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::LocalDofType |
◆ RangeFieldType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::RangeFieldType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::RangeFieldType |
◆ RangeType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef FunctionSpaceType::RangeType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::RangeType |
◆ ReferenceElementType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef ScalarBasisFunctionSetType::ReferenceElementType Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::ReferenceElementType |
◆ ScalarBasisFunctionSetType
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
| typedef ScalarBasisFunctionSet Dune::Fem::VectorialBasisFunctionSet< ScalarBasisFunctionSet, Range, DofAlignment >::ScalarBasisFunctionSetType |
Constructor & Destructor Documentation
◆ VectorialBasisFunctionSet() [1/2]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ VectorialBasisFunctionSet() [2/2]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inlineexplicit |
Member Function Documentation
◆ axpy() [1/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ axpy() [2/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ axpy() [3/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ axpy() [4/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ axpy() [5/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Quadrature , class Vector , class DofVector >
|
inline |
◆ axpy() [6/6]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Quadrature , class VectorA , class VectorB , class DofVector >
|
inline |
◆ dofAlignment()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ entity()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ evaluateAll() [1/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ evaluateAll() [2/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class RangeArray >
|
inline |
◆ evaluateAll() [3/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Quadrature , class DofVector , class RangeArray >
|
inline |
◆ geometry()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ hessianAll() [1/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ hessianAll() [2/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class HessianRangeArray >
|
inline |
◆ hessianAll() [3/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Quadrature , class DofVector , class HessianArray >
|
inline |
◆ jacobianAll() [1/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class DofVector >
|
inline |
◆ jacobianAll() [2/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Point , class JacobianRangeArray >
|
inline |
◆ jacobianAll() [3/3]
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
template<class Quadrature , class DofVector , class JacobianArray >
|
inline |
◆ order()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ referenceElement()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ scalarBasisFunctionSet()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ size()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ type()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
◆ valid()
template<class ScalarBasisFunctionSet , class Range , template< class, class > class DofAlignment = VerticalDofAlignment>
|
inline |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8