dune-pdelab
2.7-git
|
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 (std::shared_ptr< const GFS > gfs, std::shared_ptr< 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 |
std::shared_ptr< const X > | x |
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 |
std::shared_ptr<const X> Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred >::x |