History log of /petsc/src/snes/tutorials/output/ex2_4.out (Results 1 – 18 of 18)
Revision Date Author Comments
# 70646cd1 15-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8897


# 143f2514 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Fix missing equal sign


# f971d498 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Proper capitalization from Gram-Schmidt orthogonalization


# eaa7cf45 17-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-04/kspview-clearer-amat-pmat' into 'main'

Fix terminology for Pmat in KSPView output.

See merge request petsc/petsc!8826


# ecf3d421 17-Nov-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix terminology for Pmat in KSPView output.


# 9f55a80c 26-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/tr-api' into 'main'

API for SNESNewtonTR tolerances and parameters

See merge request petsc/petsc!7689


# 3201ab8d 12-Jul-2024 Stefano Zampini <stefano.zampini@gmail.com>

SNES: trust region API

deprecate old SNESSetTrustRegionTolerance


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 0923d1d9 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove trailing whitespace


# 63de5e46 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix double whitespace after colon


# c1cbe4c9 23-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/swap-monitor-convergence' into 'main'

Swap monitor/convergence test in SNES

See merge request petsc/petsc!6492


# 2d157150 21-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

SNES: move monitor after convergence test

Use a developer level convergence function and fix a few corner cases


# a686821c 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'

Remove unneeded spaces/plurals

See merge request petsc/petsc!5193


# 8cc725e6 01-May-2022 Pierre Jolivet <pierre@joliv.et>

Remove extra spaces and unwanted plurals


# 1335eab4 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-04-05/petscattrformat-all-the-rest' into 'main'

Enable PETSC_ATTRIBUTE_FORMAT()

See merge request petsc/petsc!5085


# 63a3b9bc 06-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Enable PETSC_ATTRIBUTE_FORMAT()


# e6d4de01 21-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'heeho/feature-newtontrdc' into 'main'

Newton Trust Region Dogleg Cauchy nonlinear solver

See merge request petsc/petsc!4294


# 41ba4c6c 20-Jan-2022 Heeho Park <heepark@sandia.gov>

snes: Add new type SNESNEWTONTRDC for Newton Trust Region Dogleg Cauchy