mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: make domain ordering measure configurable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user