dune-pdelab
2.0.0
|
#include <dune/pdelab/common/function.hh>
Public Types | |
typedef T::Traits::GridViewType | GridViewType |
typedef T::Traits | Traits |
typedef Dune::PDELab::GridFunctionInterface < Traits, PiolaBackwardAdapter < T > > | BaseT |
Public Member Functions | |
PiolaBackwardAdapter (const T &t_) | |
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... | |
typedef Dune::PDELab::GridFunctionInterface<Traits,PiolaBackwardAdapter<T> > Dune::PDELab::PiolaBackwardAdapter< T >::BaseT |
typedef T::Traits::GridViewType Dune::PDELab::PiolaBackwardAdapter< T >::GridViewType |
typedef T::Traits Dune::PDELab::PiolaBackwardAdapter< T >::Traits |
|
inline |
|
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().