|
DOLFIN
DOLFIN C++ interface
|
#include <LocalMeshValueCollection.h>
Public Member Functions | |
| LocalMeshValueCollection (MPI_Comm comm, const MeshValueCollection< T > &values, std::size_t dim) | |
| Create local mesh data for given LocalMeshValueCollection. | |
| ~LocalMeshValueCollection () | |
| Destructor. | |
| 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. | |
This class stores mesh data on a local processor corresponding to a portion of a MeshValueCollection.
1.8.13