Various fixes for complex numbersI got failures building the testsuite with- gcc version 12.2.1- std=gnu++20- petsc with 64bit integers, single precision, and complex numbers
clear warnings
Merge remote-tracking branch 'origin/release'
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
Fix documentation
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
added support for simplicies in Landau
remove thread stuff from Landau
Merge branch 'adams/landau-sphere-coverage' into 'main'added coverage for Landau sphere gridsSee merge request petsc/petsc!6268
Fix some documentation and typos
added coverage for Landau sphere grids
fixed circular domain on Landau
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'More manual page fixesSee merge request petsc/petsc!6233
More manual page fixes
Merge branch 'knepley/feature-hybrid-mass' into 'main'Plex: Can now specify a mass weighting to hybrid residualSee merge request petsc/petsc!6210
Plex: Can now specify a mass weighting to hybrid residual- This is not a complete fix. We need to match up quadrature points across the interface.
Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability
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
Switch to clang-format 16
Docs: more cleanup
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
12345678910>>...22