Fix the places that should be using PETSC_STATIC_ARRAY_LENGTH
Manual linter fixes: ts
Rename PetscValidPointer -> PetscAssertPointer
Deploy new PetscValidPointer, remove PetscValidXXXPointer
Lint apply: ts
HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists
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
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
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
12345678910