History log of /petsc/src/snes/tutorials/output/ex6_3_alt.out (Results 1 – 4 of 4)
Revision Date Author Comments
# fcbdf297 26-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-20/fix-options-left-xxx-converged-reason/release' into 'main'

-ksp_converged_reason can result in a unused option report if KSPSolve ends up not being called.

See merge

Merge branch 'barry/2024-06-20/fix-options-left-xxx-converged-reason/release' into 'main'

-ksp_converged_reason can result in a unused option report if KSPSolve ends up not being called.

See merge request petsc/petsc!7640

show more ...


# 36d43d94 20-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

-ksp_converged_reason can result in a unused option report if KSPSolve ends up not being called.

Thus bug fix moves the options database check to KSPSetFromOptions.

Also done for SNES

Reported-by:

-ksp_converged_reason can result in a unused option report if KSPSolve ends up not being called.

Thus bug fix moves the options database check to KSPSetFromOptions.

Also done for SNES

Reported-by: Alex Lindsay:

show more ...


# 707297fd 24-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'Fande-Kong/plugable_reason_view' into 'master'

plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView

See merge request petsc/petsc!3595


# c4421cea 24-Feb-2021 Fande Kong <fdkong.jd@gmail.com>

plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView