mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Minor adjustments.
This commit is contained in:
parent
bdb8d48115
commit
dad6990d1d
@ -41,9 +41,9 @@ namespace Opm
|
|||||||
/// \param[in] tol Tolerance used in the solver.
|
/// \param[in] tol Tolerance used in the solver.
|
||||||
/// \param[in] maxit Maximum number of non-linear iterations used.
|
/// \param[in] maxit Maximum number of non-linear iterations used.
|
||||||
TransportSolverTwophaseReorder(const UnstructuredGrid& grid,
|
TransportSolverTwophaseReorder(const UnstructuredGrid& grid,
|
||||||
const Opm::IncompPropertiesInterface& props,
|
const Opm::IncompPropertiesInterface& props,
|
||||||
const double tol,
|
const double tol,
|
||||||
const int maxit);
|
const int maxit);
|
||||||
|
|
||||||
/// Solve for saturation at next timestep.
|
/// Solve for saturation at next timestep.
|
||||||
/// \param[in] darcyflux Array of signed face fluxes.
|
/// \param[in] darcyflux Array of signed face fluxes.
|
||||||
|
Loading…
Reference in New Issue
Block a user