dune-pdelab
2.5-dev
|
#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 |
typedef GridFunctionTag | ImplementationTag |
typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
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 |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
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.
|
inline |
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.