|
dune-pdelab
2.0.0
|
#include <dune/pdelab/common/function.hh>

Public Types | |
| typedef Dune::PDELab::GridFunctionTraits < typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, 1, Dune::FieldVector< typename T::Traits::RangeFieldType, 1 > > | Traits |
| typedef Dune::PDELab::GridFunctionInterface < Traits, NormalFluxGridFunctionAdapter < T > > | BaseT |
Public Member Functions | |
| NormalFluxGridFunctionAdapter (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,NormalFluxGridFunctionAdapter<T> > Dune::PDELab::NormalFluxGridFunctionAdapter< T >::BaseT |
| typedef Dune::PDELab::GridFunctionTraits<typename T::Traits::GridViewType,typename T::Traits::RangeFieldType,1,Dune::FieldVector<typename T::Traits::RangeFieldType,1> > Dune::PDELab::NormalFluxGridFunctionAdapter< 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().
1.8.7