LocalMeshValueCollection.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class LocalMeshValueCollection

This class stores mesh data on a local processor corresponding to a portion of a MeshValueCollection.

LocalMeshValueCollection(MPI_Comm comm, const MeshValueCollection<T> &values, std::size_t dim)

Create local mesh data for given LocalMeshValueCollection

std::size_t dim() const

Return dimension of cell entity

const std::vector<std::pair<std::pair<std::size_t, std::size_t>, T>> &values() const

Return data