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
Merge branch 'jczhang/optimize-mpiaijkok-matproduct' into 'main'Simplify and optimize MatProduct of MPIAIJKOKKOSSee merge request petsc/petsc!6152
Vec: call PetscSFSetUp() at the end of VecScatterCreate()So that the created SF is ready for use in PetscSFGetLeafRanks() etc as we usually call
Fix sanitizer errors
Merge branch 'jolivet/follow-up-6107-6113' into 'main'Remove unneeded (empty) makefile variablesSee merge request petsc/petsc!6132
Fix Vec, SF, Section and IS manual pagesCommit-type: documentation
Remove empty preprocessor variables
Merge branch 'barry/2023-02-22/rm-locdir' into 'main'Remove need for hardwired LOCDIR in all makefilesSee merge request petsc/petsc!6113
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Double spaces, wrong backticks, or unneeded braces
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
PetscSF: Add Fortran Interface for PetscSFReduce
SF: add Fortran binding for PetscSFGetLeaf/RootRanks
SF: revise PetscSFGetLeaf/RootRanks manual
Fix some typos
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
show more ...
- Replace PetscTable with PetscHMapI.- Rename: - PetscTableCreate() -> PetscHMapICreateWithSize() - PetscTableFind() -> PetscHMapIGetWithDefault() - PetscTableAdd() -> PetscHMapISetWithMode()
PetscSFConcatenate: create dummy SF only in debug mode
PetscSFConcatenate: add global rootmode
12345678910>>...15