|
dune-pdelab
2.5-dev
|
make a GridFunction from a Function More...
#include <dune/pdelab/common/function.hh>

Public Types | |
| typedef GridFunctionTraits< G, typename T::Traits::RangeFieldType, T::Traits::dimRange, typename T::Traits::RangeType > | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef GridFunctionTraits< G, T::Traits::RangeFieldType, T::Traits::dimRange, T::Traits::RangeType > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
Public Member Functions | |
| FunctionToGridFunctionAdapter (const G &g_, const T &t_) | |
| Create a FunctionToGridFunctionAdapter. More... | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| const Traits::GridViewType & | getGridView () 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... | |
make a GridFunction from a Function
| G | The GridView type |
| T | The function type |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| typedef GridFunctionTraits<G, typename T::Traits::RangeFieldType, T::Traits::dimRange, typename T::Traits::RangeType> Dune::PDELab::FunctionToGridFunctionAdapter< G, T >::Traits |
|
inline |
Create a FunctionToGridFunctionAdapter.
| g_ | The GridView |
| t_ | The function |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
|
inlineinherited |
Set the data set type of this function.
1.8.17