template<class Grid, class GridFactory, class Data>
struct Dumux::GmshGridDataHandle< Grid, GridFactory, Data >
A data handle for commucating grid data for gmsh grids.
|
| | 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
|
| 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) |