|
dune-pdelab
2.0.0
|
convert a single component function space with a grid function representing the gradient More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Public Types | |
| typedef GridFunctionTraits < typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain > > | Traits |
Public Member Functions | |
| DiscreteGridFunctionGradient (const GFS &gfs, const X &x_) | |
| Construct a DiscreteGridFunctionGradient. More... | |
| 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... | |
| 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... | |
convert a single component function space with a grid function representing the gradient
The function values should be single-component vectors. The Gradien will be a dimDomain-component function.
| T | Type of GridFunctionSpace. The LocalBasis must provide the evaluateJacobian() method. |
| X | Type of coefficients vector |
| typedef GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain> > Dune::PDELab::DiscreteGridFunctionGradient< T, X >::Traits |
|
inline |
Construct a DiscreteGridFunctionGradient.
| gfs | The GridFunctionsSpace |
| x_ | The coefficients vector |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().
1.8.7