Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Remove empty preprocessor variables
Fix up viewer manual pagesCommit-type: documentation
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Make PetscErrorCode a non-discardable enum
CGNS: protect cgp_close if file has already been closed
CGNS: implement batch size when using pattern file names
Merge remote-tracking branch 'origin/release'
Copyediting and cleanup of later sections of user manual; add links to manual from PetscLog and PetscView manual pagesCommit-type: documentation/spend 8h
TS CGNS: add support for a monitoring intervalAlso fixes output cycle number when restarted to nonzero initial cyclenumber.
source code format changes due to .clang-format changes
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
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
show more ...
DMPlex: add support for writing CGNS files in parallelAlso --download-cgns. This supports most kinds of quadratic andcubic elements, plus some quartic (not supported in Paraview-5.10.1).Parallel
DMPlex: add support for writing CGNS files in parallelAlso --download-cgns. This supports most kinds of quadratic andcubic elements, plus some quartic (not supported in Paraview-5.10.1).Parallel IO uses collective contiguous writes.
12