A data handle for commucating grid data for gmsh grids. More...
#include <dumux/io/grid/gmshgriddatahandle.hh>
A data handle for commucating grid data for gmsh grids.
Public Types | |
using | GridView = typename Grid::LevelGridView |
Public Member Functions | |
GmshGridDataHandle (const Grid &grid, const GridFactory &gridFactory, Data &elementMarkers, Data &boundaryMarkers, Data &faceMarkers) | |
~GmshGridDataHandle () | |
Dune::CommDataHandleIF< GmshGridDataHandle< 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 More... | |
template<class EntityType > | |
std::size_t | size (const EntityType &e) const |
template<class MessageBufferImp , class EntityType > | |
void | gather (MessageBufferImp &buff, const EntityType &e) const |
template<class MessageBufferImp , class EntityType > | |
void | scatter (MessageBufferImp &buff, const EntityType &e, std::size_t n) |
using Dumux::GmshGridDataHandle< Grid, GridFactory, Data >::GridView = typename Grid::LevelGridView |
|
inline |
|
inline |
|
inline |
|
inline |
returns true if size per entity of given dim and codim is a constant
|
inline |
|
inline |
|
inline |
|
inline |