OGS
IdentifySubdomainMesh.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4namespace MeshGeoToolsLib
5{
6class SearchLength;
8}
9namespace MeshLib
10{
11class Mesh;
12}
13
14namespace MeshGeoToolsLib
15{
21void identifySubdomainMesh(MeshLib::Mesh& subdomain_mesh,
22 MeshLib::Mesh const& bulk_mesh,
23 MeshNodeSearcher const& mesh_node_searcher,
24 bool const force_overwrite = false);
25} // namespace MeshGeoToolsLib
void identifySubdomainMesh(MeshLib::Mesh &subdomain_mesh, MeshLib::Mesh const &bulk_mesh, MeshNodeSearcher const &mesh_node_searcher, bool const force_overwrite=false)