dune-pdelab
2.4.1
|
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 |
const IndexSet & | _index_set |
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 |
size_type Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_current_cell_index |
const IndexSet& Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_index_set |
LFS Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs |
LFSCache Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_lfs_cache |
XLocalVector Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_local |
XView Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::_x_view |