OGS
CheckMPLPhasesForSinglePhaseFlow.h
Go to the documentation of this file.
1
11
12#pragma once
13
14namespace MeshLib
15{
16class Mesh;
17}
18
19namespace MaterialPropertyLib
20{
22
24 MeshLib::Mesh const& mesh,
25 MaterialPropertyLib::MaterialSpatialDistributionMap const& media_map);
26} // namespace MaterialPropertyLib
void checkMPLPhasesForSinglePhaseFlow(MeshLib::Mesh const &mesh, MaterialPropertyLib::MaterialSpatialDistributionMap const &media_map)