OGS
CreateMaterialSpatialDistributionMap.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#pragma once
5
6#include <map>
7#include <memory>
8
9namespace MeshLib
10{
11class Mesh;
12}
13
14namespace MaterialPropertyLib
15{
17
18class Medium;
19
21 std::map<int, std::shared_ptr<Medium>> const& media,
22 MeshLib::Mesh const& mesh);
23} // namespace MaterialPropertyLib
MaterialSpatialDistributionMap createMaterialSpatialDistributionMap(std::map< int, std::shared_ptr< Medium > > const &media, MeshLib::Mesh const &mesh)