mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
NewtonIterationBlackoilInterleaved: remove old docu.
This commit is contained in:
parent
6304e44242
commit
884edadbd6
@ -444,11 +444,6 @@ namespace Opm
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// Solve the linear system Ax = b, with A being the
|
|
||||||
/// combined derivative matrix of the residual and b
|
|
||||||
/// being the residual itself.
|
|
||||||
/// \param[in] residual residual object containing A and b.
|
|
||||||
/// \return the solution x
|
|
||||||
NewtonIterationBlackoilInterleaved::SolutionVector
|
NewtonIterationBlackoilInterleaved::SolutionVector
|
||||||
NewtonIterationBlackoilInterleaved::computeNewtonIncrement(const LinearisedBlackoilResidual& residual) const
|
NewtonIterationBlackoilInterleaved::computeNewtonIncrement(const LinearisedBlackoilResidual& residual) const
|
||||||
{
|
{
|
||||||
@ -473,11 +468,6 @@ namespace Opm
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Solve the linear system Ax = b, with A being the
|
|
||||||
/// combined derivative matrix of the residual and b
|
|
||||||
/// being the residual itself.
|
|
||||||
/// \param[in] residual residual object containing A and b.
|
|
||||||
/// \return the solution x
|
|
||||||
template <int np>
|
template <int np>
|
||||||
NewtonIterationBlackoilInterleaved::SolutionVector
|
NewtonIterationBlackoilInterleaved::SolutionVector
|
||||||
NewtonIterationBlackoilInterleaved::computeNewtonIncrementImpl(const LinearisedBlackoilResidual& residual) const
|
NewtonIterationBlackoilInterleaved::computeNewtonIncrementImpl(const LinearisedBlackoilResidual& residual) const
|
||||||
|
Loading…
Reference in New Issue
Block a user