OGS
transformMeshToNodePartitionedMesh.h
Go to the documentation of this file.
1
10#include <memory>
11
12#pragma once
13
14namespace MeshLib
15{
16class Mesh;
17class NodePartitionedMesh;
18
29std::unique_ptr<MeshLib::NodePartitionedMesh>
30transformMeshToNodePartitionedMesh(NodePartitionedMesh const* const bulk_mesh,
31 Mesh const* const subdomain_mesh);
32} // namespace MeshLib
std::unique_ptr< NodePartitionedMesh > transformMeshToNodePartitionedMesh(NodePartitionedMesh const *const bulk_mesh, Mesh const *const subdomain_mesh)