|
dune-pdelab
2.5-dev
|
Compute divergence of vector-valued functions. More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Public Types | |
| 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 Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimRange, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeType > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
Public Member Functions | |
| VectorDiscreteGridFunctionDiv (const GFS &gfs, const X &x_) | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| const Traits::GridViewType & | getGridView () const |
| get a reference to the GridView More... | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. More... | |
| const Traits::GridViewType & | getGridView () const |
| get a reference to the GridView More... | |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. More... | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. More... | |
Compute divergence of vector-valued functions.
| T | Type of VectorGridFunctionSpace. |
| X | Type of coefficients vector. |
The grid function space should be a vector grid function space consisting of scalar-valued function spaces. The divergence will be a single component function.
| typedef T::template Child<0>::Type Dune::PDELab::VectorDiscreteGridFunctionDiv< T, X >::ChildType |
|
inherited |
Type of the GridView.
|
inherited |
| typedef LBTraits::JacobianType Dune::PDELab::VectorDiscreteGridFunctionDiv< T, X >::JT |
| typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits Dune::PDELab::VectorDiscreteGridFunctionDiv< T, X >::LBTraits |
|
inherited |
| typedef LBTraits::RangeFieldType Dune::PDELab::VectorDiscreteGridFunctionDiv< T, X >::RF |
| typedef BaseT::Traits Dune::PDELab::VectorDiscreteGridFunctionDiv< T, X >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
1.8.17