Remove empty preprocessor variables
Fix up viewer manual pagesCommit-type: documentation
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
Copyediting and cleanup of later sections of user manual; add links to manual from PetscLog and PetscView manual pagesCommit-type: documentation/spend 8h
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 ...
add PetscViewerHDF5GetDMPlexStorageVersion{Reading,Writing},replace DMPlexStorageVersionGet_Privateand DMPlexStorageVersionSetUpWriting_Private;stash version in PetscViewer
source code format changes due to .clang-format changes
Merge branch 'haplav/feature-hdf5-group-additions' into 'main'PetscViewerHDF5 group handling additionsSee merge request petsc/petsc!5640
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
PetscViewerHDF5HasGroup: minor manpage fix
add PetscViewerHDF5WriteGroup()
PetscViewerHDF5OpenGroup: add inarg path,employ PetscViewerHDF5GetGroup()
PetscViewerHDF5GetGroup: always return absolute path.Replace PetscViewerHDF5GetAbsolutePath_Internal().The original implementation is now PetscViewerHDF5GetGroup_Internal()
makefile: fix typo - petsckdir.mk -> petscdir.mk
Revert "HDF5: Added PetscViewerHDF5PushGroupRelative()"This reverts commit 1ad4d0e4ff49104e786e3c7e6a975bc001096561.See !5454
Fix up all manual pages in src/sys directoryCommit-type: documentation/spend 10h
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
Merge branch 'knepley/feature-viewer-hdf5-group' into 'main'HDF5: Added PetscViewerHDF5PushGroupRelative()See merge request petsc/petsc!5454
HDF5: Added PetscViewerHDF5PushGroupRelative()
Cleanup and unify naming of PetscCall routinesCommit-type: housekeeping/spend 10m
12345678910