|
| | BlackoilModelNldd (BlackoilModel< TypeTag > &model) |
| | The constructor sets up the subdomains.
|
|
void | prepareStep () |
| | Called before starting a time step.
|
|
template<class NonlinearSolverType> |
| SimulatorReportSingle | nonlinearIterationNldd (const SimulatorTimerInterface &timer, NonlinearSolverType &nonlinear_solver) |
| | Do one non-linear NLDD iteration.
|
|
const SimulatorReport & | localAccumulatedReports () const |
| | return the statistics of local solves accumulated for this rank
|
|
const std::vector< SimulatorReport > & | domainAccumulatedReports () const |
| | return the statistics of local solves accumulated for each domain on this rank
|
|
void | writePartitions (const std::filesystem::path &odir) const |
| | Write the partition vector to a file in ResInsight compatible format for inspection and a partition file for each rank, that can be used as input for OPM.
|
|
void | writeNonlinearIterationsPerCell (const std::filesystem::path &odir) const |
| | Write the number of nonlinear iterations per cell to a file in ResInsight compatible format.
|
template<class TypeTag>
class Opm::BlackoilModelNldd< TypeTag >
A NLDD implementation for three-phase black oil.