using one step of iterative refinement.
More...
#include <LOCA_SingularJacobianSolve_ItRef.H>
Inheritance diagram for LOCA::SingularJacobianSolve::ItRef:
using one step of iterative refinement.
This singular solve method uses one step of iterative refinement to improve the accuracy of the solution to the linear system
. In particular, the algorithm used here is
Both solves use the underlying group's applyJacobianInverse() method and therefore this is a generic technique for computing solutions to nearly singular system since it uses any supplied linear solver.
This algorithm is selected by setting the "Method" parameter of the "Singular Solve" sublist of the NOX linear solver parameter list to "Iterative Refinement".
|
|
Reset parameters. There are no additional parameters for the Nic calculation. Implements LOCA::SingularJacobianSolve::Generic. |
1.3.9.1