Fix some improper use of COMM_SELF in error reporting
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
SNES: remove unneeded function
SNES: move monitor after convergence testUse a developer level convergence function and fix a few corner cases
Merge remote-tracking branch 'origin/release'
Fix trivial typos etc in some manual pagesAlso remove manual page for SNESNGSFunction since it does not exist
added to doc on persistence of lagging in SNES
Fix documentation
Merge branch 'barry/2023-04-10/fix-linesearch-maxstep/release' into 'release'Minor comment, manual page cleanup for snes linesearchSee merge request petsc/petsc!6308
Fix bug in SNESView() when -snes_mf_operator usedCommit-type: bug-fix
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source codeCommit-type: housekeepingThanks-to:
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source codeCommit-type: housekeepingThanks-to: Pierre JolivetBranch-name: barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-optionBranch-root: mainBranch-purpose: PetscOptionsDeprecated(oldname,newname) negates the need to retain the old PetscOptionsXXX(oldname) but in some places the old call was unnessacerily retained causing confusing with new code being written that mimic the unneeded code.
show more ...
Fix some documentation and typos
More manual page fixes
non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation
Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping
SNESGetNPC: pass Application context to NPC
SNESKSPEW: fix set from options
Bypass clang-format 16 regressionsThis is the last commit that passes checkclangformat with clang-format 15
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
12345678910>>...74