BlackoilModelEbos: make domain ordering measure configurable

This commit is contained in:
Arne Morten Kvarving
2023-07-03 12:16:30 +02:00
parent e17b696a7e
commit cf6697b630
3 changed files with 40 additions and 6 deletions

View File

@@ -28,6 +28,12 @@
namespace Opm
{
//! \brief Measure to use for domain ordering.
enum class DomainOrderingMeasure {
AveragePressure,
Residual
};
/// Representing a part of a grid, in a way suitable for performing
/// local solves.
template <class Grid>