OGS
transformMeshToNodePartitionedMesh.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
4#include <memory>
5
6#pragma once
7
8namespace MeshLib
9{
10class Mesh;
12
23std::unique_ptr<MeshLib::NodePartitionedMesh>
25 Mesh const* const subdomain_mesh);
26} // namespace MeshLib
std::unique_ptr< NodePartitionedMesh > transformMeshToNodePartitionedMesh(NodePartitionedMesh const *const bulk_mesh, Mesh const *const subdomain_mesh)