#include <dumux/parallel/vertexhandles.hh>
|
| using | DataType |
| | export type of data for message buffer
|
|
| | VertexHandleMin (Container &container, const VertexMapper &mapper) |
| 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
|
| std::size_t | size (Entity &entity) const |
| | how many objects of type DataType have to be sent for a given entity
|
| void | gather (MessageBuffer &buff, const Entity &entity) const |
| | pack data from user to message buffer
|
| void | scatter (MessageBuffer &buff, const Entity &entity, std::size_t n) |
| | unpack data from message buffer to user
|
◆ DataType
export type of data for message buffer
◆ VertexHandleMin()
template<class FieldType, class Container, class VertexMapper>
| Dumux::VertexHandleMin< FieldType, Container, VertexMapper >::VertexHandleMin |
( |
Container & | container, |
|
|
const VertexMapper & | mapper ) |
|
inline |
◆ contains()
template<class FieldType, class Container, class VertexMapper>
◆ fixedsize()
returns true if size per entity of given dim and codim is a constant
◆ gather()
pack data from user to message buffer
◆ scatter()
unpack data from message buffer to user
- Note
- n is the number of objects sent by the sender
◆ size()
how many objects of type DataType have to be sent for a given entity
- Note
- Only the sender side needs to know this size.
◆ mapper_
◆ vector_
The documentation for this class was generated from the following file: