dune-pdelab
2.4-dev
|
Helper class for common data of a DGFTree. More...
#include <dune/pdelab/gridfunctionspace/vtk.hh>
Public Types | |
typedef GFS | GridFunctionSpace |
typedef X | Vector |
typedef Pred | Predicate |
Public Member Functions | |
DGFTreeCommonData (const GFS &gfs, const X &x) | |
void | bind (const Cell &cell) |
Public Attributes | |
LFS | _lfs |
LFSCache | _lfs_cache |
XView | _x_view |
XLocalVector | _x_local |
ElementMapper< typename GFS::Traits::GridView > | _element_mapper |
size_type | _current_cell_index |
Helper class for common data of a DGFTree.
typedef GFS Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::GridFunctionSpace |
typedef Pred Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::Predicate |
typedef X Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::Vector |
|
inline |
|
inline |
References Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_current_cell_index, Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_element_mapper, Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs, Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs_cache, Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_local, Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_view, Dune::PDELab::ElementMapper< GV >::map(), and Dune::PDELab::LFSIndexCacheBase< LFS, C, CacheTag >::update().
size_type Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_current_cell_index |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().
ElementMapper<typename GFS::Traits::GridView> Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_element_mapper |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().
LFS Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().
LFSCache Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs_cache |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().
XLocalVector Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_local |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().
XView Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_view |
Referenced by Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::bind().