missing "s" for isascii and issundials
Brain dead fixes for useless casts
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available
minor cleanup of MatCoarsen implementations
Fix bug where MatCoarsenView crashes when the coarsen object is incompleteReported-by: Eric Chamberland
Minor cleanup of GAMG code for main
CI: update to clang-format-18
checkbadSource: rules for PetscFunctionBegin and derivatives
LIBBASE is no longer used in make so remove it
Organize the Mat coloring, partitioning, coarsening, and ordering in a common directoryunder the SUBMANSEC of MatGraphOperations instead of MatOrderingsCommit-type: housekeeping