|
dune-pdelab
2.5-dev
|
Select certain component(s) of a gridfunction. More...
#include <dune/pdelab/function/selectcomponent.hh>

Public Types | |
| typedef GridFunctionTraits< typename GF::Traits::GridViewType, typename GF::Traits::RangeFieldType, dimR, FieldVector< typename GF::Traits::RangeFieldType, dimR > > | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef GridFunctionTraits< GF::Traits::GridViewType, GF::Traits::RangeFieldType, 1, FieldVector< GF::Traits::RangeFieldType, 1 > > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
Public Member Functions | |
| SelectComponentGridFunctionAdapter (GF &gf_, std::size_t first) | |
| construct with a consecutive range of indices More... | |
| SelectComponentGridFunctionAdapter (GF &gf_, const std::vector< std::size_t > remap_) | |
| construct with a full index map More... | |
| 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) |
| 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... | |
Select certain component(s) of a gridfunction.
| GF | Type for the GridFunction |
| dimR | Number of components of the resulting GridFunction |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| typedef GridFunctionTraits< typename GF::Traits::GridViewType, typename GF::Traits::RangeFieldType, dimR, FieldVector<typename GF::Traits::RangeFieldType, dimR> > Dune::PDELab::SelectComponentGridFunctionAdapter< GF, dimR >::Traits |
|
inline |
construct with a consecutive range of indices
|
inline |
construct with a full index map
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
|
inline |
1.8.17