Merge remote-tracking branch 'origin/release'
TSAdaptCheckStage: must call TSFunctionDomainError firstTS specific API must take precedence on internal solver handling.For example, TSFunctionDomainError may indicate too large of a time step tr
TSAdaptCheckStage: must call TSFunctionDomainError firstTS specific API must take precedence on internal solver handling.For example, TSFunctionDomainError may indicate too large of a time step triggered by a SNESSetFunctionDomainError.inside a SNESMF solve.In such a case, SNES error may be recoverable without the need of increasing the number of failures.
show more ...
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
Fix trivial typos etc in some manual pagesAlso remove manual page for SNESNGSFunction since it does not exist
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
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
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Fix C++20 implicit enum-float conversions
Remove empty preprocessor variables
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Fix Typos
Make PetscErrorCode a non-discardable enum
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects that directoryCommit-type: documentation/spend 20m
Fix missing : from seealso in manual pagesSkip those fixed in the dm MRCommit-type: documentation/spend 10m
fix more un-updated DMPLEX manual pagesCommit-type: documentation
Clean up ts manual pagesTo be safe I am triggering a full test even though this was intended to be docs-onlyCommit-type: documentation/spend 4h
source code format changes due to .clang-format changes
makefile: fix typo - petsckdir.mk -> petscdir.mk
Remove braces from one-liners
12345678