A data handle for commucating grid data for gmsh grids.
#include <dumux/io/grid/gmshgriddatahandle.hh>
|
| using | GridView = typename Grid::LevelGridView |
| |
|
| | 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) |
| |
◆ GridView
template<class Grid, class GridFactory, class Data>
◆ GmshGridDataHandle()
template<class Grid, class GridFactory, class Data>
| Dumux::GmshGridDataHandle< Grid, GridFactory, Data >::GmshGridDataHandle |
( |
const Grid & | grid, |
|
|
const GridFactory & | gridFactory, |
|
|
Data & | elementMarkers, |
|
|
Data & | boundaryMarkers, |
|
|
Data & | faceMarkers ) |
|
inline |
◆ ~GmshGridDataHandle()
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 EntityType>
◆ interface()
template<class Grid, class GridFactory, class Data>
◆ scatter()
template<class Grid, class GridFactory, class Data>
template<class MessageBufferImp, class EntityType>
| void Dumux::GmshGridDataHandle< Grid, GridFactory, Data >::scatter |
( |
MessageBufferImp & | buff, |
|
|
const EntityType & | e, |
|
|
std::size_t | n ) |
|
inline |
◆ size()
template<class Grid, class GridFactory, class Data>
template<class EntityType>
The documentation for this struct was generated from the following file: