A data handle for communicating grid data for VTK grids.
#include <dumux/io/grid/vtkgriddatahandle.hh>
|
| using | GridView = typename Grid::LevelGridView |
|
| | VtkGridDataHandle (const Grid &grid, const GridFactory &gridFactory, VTKReader::Data &cellData, VTKReader::Data &pointData) |
| | ~VtkGridDataHandle () |
| Dune::CommDataHandleIF< VtkGridDataHandle< Grid, GridFactory, Data >, typename Data::value_type > & | interface () |
| bool | contains (int dim, int codim) const |
| bool | fixedSize (int dim, int codim) const |
| | returns true if size per entity of given dim and codim is a constant
|
| template<class Entity> |
| std::size_t | size (const Entity &) const |
| template<class MessageBufferImp, class Entity> |
| void | gather (MessageBufferImp &buff, const Entity &e) const |
| template<class MessageBufferImp, class Entity> |
| void | scatter (MessageBufferImp &buff, const Entity &e, std::size_t n) |
◆ GridView
template<class
Grid, class GridFactory, class Data>
◆ VtkGridDataHandle()
template<class
Grid, class GridFactory, class Data>
◆ ~VtkGridDataHandle()
template<class
Grid, class GridFactory, class Data>
◆ contains()
template<class
Grid, class GridFactory, class Data>
◆ fixedSize()
template<class
Grid, class GridFactory, class Data>
◆ gather()
template<class
Grid, class GridFactory, class Data>
template<class MessageBufferImp, class Entity>
◆ interface()
template<class
Grid, class GridFactory, class Data>
◆ scatter()
template<class
Grid, class GridFactory, class Data>
template<class MessageBufferImp, class Entity>
◆ size()
template<class
Grid, class GridFactory, class Data>
template<class Entity>
The documentation for this struct was generated from the following file: