Flow123d
master-f44eb46
|
#include <mesh.h>
Public Member Functions | |
EquivalentMeshMap () | |
EquivalentMeshMap (unsigned int bulk_size, unsigned int boundary_size, LongIdx def_val) | |
bool | empty () |
Public Attributes | |
std::vector< LongIdx > | bulk |
std::vector< LongIdx > | boundary |
Auxiliary structure that keeps the separate element maps (bulk and boundary) for reading mesh and elementwise data. The mappings are form computational mesh to the other (field fe data) mesh. Used by check_compatible_mesh()
.
|
inline |
std::vector<LongIdx> EquivalentMeshMap::boundary |
std::vector<LongIdx> EquivalentMeshMap::bulk |