mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 07:53:29 -06:00
Document new input parameter.
This commit is contained in:
parent
583fb902d2
commit
91c2e12a25
@ -178,6 +178,9 @@ std::unique_ptr<Matrix> blockJacobiAdjacency(const Grid& grid,
|
||||
/// \param[in] simulator The opm-models simulator object
|
||||
/// \param[in] parameters Explicit parameters for solver setup, do not
|
||||
/// read them from command line parameters.
|
||||
/// \param[in] forceSerial If true, will set up a serial linear solver only,
|
||||
/// local to the current rank, instead of creating a
|
||||
/// parallel (MPI distributed) linear solver.
|
||||
ISTLSolverEbos(const Simulator& simulator, const FlowLinearSolverParameters& parameters, bool forceSerial = false)
|
||||
: simulator_(simulator),
|
||||
iterations_( 0 ),
|
||||
|
Loading…
Reference in New Issue
Block a user