|
| | VectorVectorDataHandle (Vector &data, const GridView &gridView) |
| | Constructor.
|
|
bool | contains (int, int codim) const |
|
bool | fixedSize (int, int) const |
|
template<class EntityType> |
| std::size_t | size (const EntityType) const |
|
template<class BufferType, class EntityType> |
| void | gather (BufferType &buffer, const EntityType &e) const |
|
template<class BufferType, class EntityType> |
| void | scatter (BufferType &buffer, const EntityType &e, std::size_t n) |
template<class GridView, class Vector>
class Opm::VectorVectorDataHandle< GridView, Vector >
A data handle sending multiple data store in vectors attached to cells.
Each data is assumed to a container with operator[] and the class operates on a vector of these.
- Template Parameters
-
| GridView | the type of the grid view the data associated with |
| The | type of the vector of vectors. |