Docs: remove non-existing API
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.
show more ...
Merge remote-tracking branch 'origin/release'
Docs: fix double backticks in seealso
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
Fixing various typos in PC API
LIBBASE is no longer used in make so remove it
Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'Update references in the manual pages to use Sphinx citation processingSee merge request petsc/petsc!7101
Add to manual pages the order at which matrix factorization solvers are selectedReported-by: Alex Lindsay
Update references in the manual pages to use Sphinx citation processing
Fix manual pages in KSP
Docs: fix wrong occurences of then instead of than
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown
Remove DIRS variable and unneeded tabs from all makefiles since no longer neededCommit-type: housekeeping
Remove first and last empty lines
Convert all header guards to pragma once
Add static to internal functions
Manual fixes needed for linter for the KSP directory
... and apply it
Rename PetscValidPointer -> PetscAssertPointer
Lint apply: ksp
12345678910>>...17