Equivalent of DiscreteGridFunctionGradient for vector-valued functions.
More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>
|
typedef BaseT::Traits | Traits |
|
typedef T::template Child< 0 >::Type | ChildType |
|
typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits | LBTraits |
|
typedef LBTraits::RangeFieldType | RF |
|
typedef LBTraits::JacobianType | JT |
|
typedef GridFunctionTag | ImplementationTag |
|
typedef GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, Dune::FieldMatrix< T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimDomain > > ::GridViewType | GridViewType |
| Type of the GridView. More...
|
|
using | Output = typename Base::Output |
|
template<typename T, typename X>
class Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >
Equivalent of DiscreteGridFunctionGradient for vector-valued functions.
- Template Parameters
-
◆ ChildType
template<typename T , typename X >
◆ GridViewType
typedef GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, Dune::FieldMatrix< T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimDomain > > ::GridViewType Dune::PDELab::GridFunctionBase< GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, Dune::FieldMatrix< T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimDomain > > , VectorDiscreteGridFunctionGradient< T, X > >::GridViewType |
|
inherited |
◆ ImplementationTag
◆ JT
template<typename T , typename X >
◆ LBTraits
template<typename T , typename X >
◆ Output
using Dune::PDELab::GridFunctionBase< GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, Dune::FieldMatrix< T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimDomain > > , VectorDiscreteGridFunctionGradient< T, X > >::Output = typename Base::Output |
|
inherited |
◆ RF
template<typename T , typename X >
◆ Traits
template<typename T , typename X >
◆ VectorDiscreteGridFunctionGradient()
template<typename T , typename X >
◆ dataSetType()
Return the data set type of this function.
◆ evaluate() [1/2]
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
- Parameters
-
[in] | e | The entity to evaluate on |
[in] | x | The position in entity-local coordinates |
[out] | y | The result of the evaluation |
◆ evaluate() [2/2]
template<typename T , typename X >
◆ getGridView()
template<typename T , typename X >
get a reference to the GridView
◆ setDataSetType()
void Dune::PDELab::GridFunctionOutputParameters::setDataSetType |
( |
Output::DataSetType |
dataSetType | ) |
|
|
inlineinherited |
Set the data set type of this function.
The documentation for this class was generated from the following file: