Flow123d
JS_before_hm-2196-g9bdbf60c0
|
#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 mapping is considered from the source mesh (reading) to the target mesh (computation). Used by check_compatible_mesh()
.
|
inline |
std::vector<LongIdx> EquivalentMeshMap::boundary |
std::vector<LongIdx> EquivalentMeshMap::bulk |