Fix examples (without completion)
clean up makefiles for make checkCommit-type: error-checking, housekeeping/spend 35m
Merge branch 'knepley/fix-plex-extrude-orientation' into 'main'Knepley/fix plex extrude orientationSee merge request petsc/petsc!5430
Update test output
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.
show more ...
Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness-petsc_ci - automatically set for all runs in test harness-petsc_ci_portable_error_out
Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness-petsc_ci - automatically set for all runs in test harness-petsc_ci_portable_error_output - ensures all error messages (when possible are system and compiler information),should be only used in tests that are explicitly testing the error handlingThis allows proper comparisons of runs on different machines and when errors are intentionally triggered to test error handlingCommit-type: error-checking, testing-fix/spend 5h
Fix test output
Fixed examples
added distance k MIS MatCoarsen type
Change matrix factor database options that occur in KSP/PC to always use KSP/PC options prefixAdd MatSetOptionsPrefixFactor() and MatAppendOptionsPrefixFactor() to allow controlling the options pre
Change matrix factor database options that occur in KSP/PC to always use KSP/PC options prefixAdd MatSetOptionsPrefixFactor() and MatAppendOptionsPrefixFactor() to allow controlling the options prefixused by factors created from this matrixChange MatSetOptionsPrefix() to no longer affect the options prefix used by factors created from this matrixAs part of the above work the handling of the factor matrix options is now done in code in the factor matrixnot in the code that originates the factor matrixUpdate examples output to the new approach where the factored matrix prefix is set from the KSP/PCMuch of this work was performed by Hong ZhangCommit-type: usability/spend 5h
Merge branch 'stefanozampini/gdsw-mg' into 'main'Implement AGDSW coarse spaces for PCMGSee merge request petsc/petsc!5256
GDSW: add tests
TAO: add support for Eisenstat and Walker trick for KSP
SNES ex31: compressible Blasius boundary layer tutorial
snes: add tutorials/ex55.c for Kokkos
Remove extra spaces and unwanted plurals
PC_Factor: set prefix from PC in pc->pmat
Remove unneeded alt file
Enable PETSC_ATTRIBUTE_FORMAT()
fix format and edit ex56
SNES: delete empty examples
PCBDDC: Improve corner selectionadd debugging coordinates
SNES ex36: This runs the problems from Chapter 2 of Malqvist and Peterseim
PCGAMG: update tests* formatting of Chebyshev information* use of GAMG SA eigenvalue estimates
MatSetPreallocationCOO: avoid MatHeaderMerge
12345678910