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 GridInput &gridInput, VTKReader::Data &cellData, VTKReader::Data &pointData) |
| |
| | ~VtkGridDataHandle () |
| |
| Dune::CommDataHandleIF< VtkGridDataHandle< Grid, GridInput, 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 More...
|
| |
| 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 GridInput , class Data >
◆ VtkGridDataHandle()
template<class Grid , class GridInput , class Data >
◆ ~VtkGridDataHandle()
template<class Grid , class GridInput , class Data >
◆ contains()
template<class Grid , class GridInput , class Data >
◆ fixedSize()
template<class Grid , class GridInput , class Data >
◆ gather()
template<class Grid , class GridInput , class Data >
template<class MessageBufferImp , class Entity >
◆ interface()
template<class Grid , class GridInput , class Data >
◆ scatter()
template<class Grid , class GridInput , class Data >
template<class MessageBufferImp , class Entity >
| void Dumux::VtkGridDataHandle< Grid, GridInput, Data >::scatter |
( |
MessageBufferImp & |
buff, |
|
|
const Entity & |
e, |
|
|
std::size_t |
n |
|
) |
| |
|
inline |
◆ size()
template<class Grid , class GridInput , class Data >
template<class Entity >
The documentation for this struct was generated from the following file: