Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Remove empty preprocessor variables
Remove EDIRS
Merge branch 'jolivet/housekeeping' into 'main'Some more housekeepingSee merge request petsc/petsc!6130
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
Docs: small fixes and typos
Double spaces, wrong backticks, or unneeded braces
Make PetscErrorCode a non-discardable enum
Remove undefined macros
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 ...
MatNullSpace: fix capitalization in docs and static function
source code format changes due to .clang-format changes
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
makefile: fix typo - petsckdir.mk -> petscdir.mk
Fix/update/improve manual pages in snes directoryMinor changes to source codeCommit-type: housekeeping, documentation/spend 8h
Remove braces from one-liners w/o PetscCall()
Remove braces from one-liners
clang-format: convert PETSc sources to comply with clang-format
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methodsCommit-type: refactorization/spend 4h
Remove dead manual page notes, per the authorCommit-type: documentation
Fix errors in manual pages that were hidden and passed the CIERROR Uses Input Parameter but has multiple input parameters in PetscObjectProcessOptionsHandlers() src/sys/objects/inherit.cERROR (Vec
Fix errors in manual pages that were hidden and passed the CIERROR Uses Input Parameter but has multiple input parameters in PetscObjectProcessOptionsHandlers() src/sys/objects/inherit.cERROR (VecStrideSum) Incomplete argument list (probably + with no - in vinv.cERROR (VecStrideSumAll) Incomplete argument list (probably + with no - in vinv.cERROR (MatFilter_AIJ) Incomplete argument list (probably + with no - in mpiaij.cERROR (DMPlexCreateNaturalVector) Incomplete argument list (probably + with no - in plexnatural.cWARNING (hypre.c): argument with no description in PCSMGWARNING (hypre.c): argument with no description in PCSMGWARNING (hypre.c): argument with no description in PCSMGWARNING (hypre.c): argument with no description in PCSMGa=`cat /Users/barrysmith/Src/petsc/arch-classic-docs/manualpages.err | wc -l`; test ! $a -gt 0gmake[3]: [makefile:376: allmanpages] Error 1 (ignored)
context - wrap context in PetscContainer, add user context destroy routines for MatShell, DMSNES/DMTS function and jacobian
Cleanup and unify naming of PetscCall routinesCommit-type: housekeeping/spend 10m
12345678910>>...43