mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -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::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>
|
||||
NewtonIterationBlackoilInterleaved::SolutionVector
|
||||
NewtonIterationBlackoilInterleaved::computeNewtonIncrementImpl(const LinearisedBlackoilResidual& residual) const
|
||||
|
Loading…
Reference in New Issue
Block a user