|
dune-pdelab
2.0.0
|
Take inverse of a GridFunction. More...
#include <dune/pdelab/function/inverse.hh>

Public Types | |
| typedef Base::Traits | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef GF::Traits::GridViewType | GridViewType |
| Type of the GridView. More... | |
Public Member Functions | |
| InverseGridFunctionAdapter (GF &gf_) | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| const Traits::GridViewType & | getGridView () const |
| template<typename Time > | |
| void | setTime (Time time) |
| 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... | |
Take inverse of a GridFunction.
| GF | The type of the GridFunction to invert |
|
inherited |
Type of the GridView.
|
inherited |
| typedef Base::Traits Dune::PDELab::InverseGridFunctionAdapter< GF >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().
|
inline |
1.8.7