LIBBASE is no longer used in make so remove it
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown
Fix some documentation and typos
non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation
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
Remove empty preprocessor variables
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Make PetscErrorCode a non-discardable enum
DMLabel: Added another implementation of DMLabel- Now label has class methods- Added readonly flag for DMLabel- There are concrete and ephemeral implementations- Fixed label handling when calling
DMLabel: Added another implementation of DMLabel- Now label has class methods- Added readonly flag for DMLabel- There are concrete and ephemeral implementations- Fixed label handling when calling DMPlexTransformApply()- Register label constructors- Stopped inlining some functions
show more ...