OGS
IdentifySubdomainMesh.h
Go to the documentation of this file.
1
10namespace MeshGeoToolsLib
11{
12class SearchLength;
13class MeshNodeSearcher;
14}
15namespace MeshLib
16{
17class Mesh;
18}
19
20namespace MeshGeoToolsLib
21{
27void identifySubdomainMesh(MeshLib::Mesh& subdomain_mesh,
28 MeshLib::Mesh const& bulk_mesh,
29 MeshNodeSearcher const& mesh_node_searcher,
30 bool const force_overwrite = false);
31} // namespace MeshGeoToolsLib
void identifySubdomainMesh(MeshLib::Mesh &subdomain_mesh, MeshLib::Mesh const &bulk_mesh, MeshNodeSearcher const &mesh_node_searcher, bool const force_overwrite=false)