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
8
namespace
MeshLib
9
{
10
class
Mesh
;
11
class
NodePartitionedMesh
;
12
23
std::unique_ptr<MeshLib::NodePartitionedMesh>
24
transformMeshToNodePartitionedMesh
(
NodePartitionedMesh
const
*
const
bulk_mesh,
25
Mesh
const
*
const
subdomain_mesh);
26
}
// namespace MeshLib
MeshLib::Mesh
Definition
Mesh.h:34
MeshLib::NodePartitionedMesh
Definition
NodePartitionedMesh.h:18
MeshLib
Definition
ProjectData.h:30
MeshLib::transformMeshToNodePartitionedMesh
std::unique_ptr< NodePartitionedMesh > transformMeshToNodePartitionedMesh(NodePartitionedMesh const *const bulk_mesh, Mesh const *const subdomain_mesh)
Definition
transformMeshToNodePartitionedMesh.cpp:320
MeshLib
Utils
transformMeshToNodePartitionedMesh.h
Generated by
1.14.0