OGS
CheckMPLPhasesForSinglePhaseFlow.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
6namespace MeshLib
7{
8class Mesh;
9}
10
11namespace MaterialPropertyLib
12{
14
16 MeshLib::Mesh const& mesh,
17 MaterialPropertyLib::MaterialSpatialDistributionMap const& media_map);
18} // namespace MaterialPropertyLib
void checkMPLPhasesForSinglePhaseFlow(MeshLib::Mesh const &mesh, MaterialPropertyLib::MaterialSpatialDistributionMap const &media_map)