dune-pdelab  2.4.1
Public Types | Public Member Functions | List of all members
Dune::PDELab::InverseGridFunctionAdapter< GF > Class Template Reference

Take inverse of a GridFunction. More...

#include <dune/pdelab/function/inverse.hh>

Inheritance diagram for Dune::PDELab::InverseGridFunctionAdapter< GF >:
Inheritance graph

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...
 

Detailed Description

template<typename GF>
class Dune::PDELab::InverseGridFunctionAdapter< GF >

Take inverse of a GridFunction.

Template Parameters
GFThe type of the GridFunction to invert

Member Typedef Documentation

typedef GF::Traits ::GridViewType Dune::PDELab::GridFunctionBase< GF::Traits , InverseGridFunctionAdapter< GF > >::GridViewType
inherited

Type of the GridView.

template<typename GF >
typedef Base::Traits Dune::PDELab::InverseGridFunctionAdapter< GF >::Traits

Constructor & Destructor Documentation

template<typename GF >
Dune::PDELab::InverseGridFunctionAdapter< GF >::InverseGridFunctionAdapter ( GF &  gf_)
inline

Member Function Documentation

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

template<typename GF >
void Dune::PDELab::InverseGridFunctionAdapter< GF >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline
template<typename GF >
const Traits::GridViewType& Dune::PDELab::InverseGridFunctionAdapter< GF >::getGridView ( ) const
inline
void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.

template<typename GF >
template<typename Time >
void Dune::PDELab::InverseGridFunctionAdapter< GF >::setTime ( Time  time)
inline

The documentation for this class was generated from the following file: