Merge remote-tracking branch 'origin/release'
SNES ex77: Remove dead code and name solution
SNES ex17: Fixes- Use input parameters- Fix cell type for FE- Add GMG test
KSPCHEBYSHEV: need to call setfromoptions
Fix typos
SNES: replace missing direct calls to ops->converged with SNESConverged
SNESMS: fix missing norm computationsdeprecate -snes_ms_norms
Merge branch 'barry/2023-05-01/add-superlu-dist-mixed-precision' into 'main'Add support for using SuperLU_DIST in single precision from PETSc in double precisionSee merge request petsc/petsc!6402
Merge branch 'barry/2023-05-14/add-fortran-petsccheck' into 'main'Add PetscCheck() and PetscCheckA() for FortranSee merge request petsc/petsc!6464
Add PetscCheck() and PetscCheckA() for FortranAlso fix incorrect use of " in Fortran examples that should be '
Add support for using SuperLU_DIST in single precision from PETSc in double precision-pc_precision single (don't use an options prefix here even if the PC has such a prefix)Commit-type: featureR
Add support for using SuperLU_DIST in single precision from PETSc in double precision-pc_precision single (don't use an options prefix here even if the PC has such a prefix)Commit-type: featureReported-by: Jin Chen <jchen@pppl.gov>Thanks-to: "Xiaoye S. Li" <xsli@lbl.gov>
show more ...
SNES: move monitor after convergence testUse a developer level convergence function and fix a few corner cases
PCHYPRE: always print spgemm algorithmuse hypre for non-device buildsclean up alt files
SNES tutorials ex55: support non-kokkos runs
MatFDColoringApply_AIJ: fix for device matrices
Merge branch 'dcampbell/dmnetworkview-options' into 'main'Add more useful viewing options for DMNetworkSee merge request petsc/petsc!6345
Add new command-line options for DMNetwork visualizationPlacing the options in PetscOptionsBegin ... PetscOptionsEndFix(DMNetwork): fix -draw_pause handlingFeat(DMNetwork): add setters for viewer
Add new command-line options for DMNetwork visualizationPlacing the options in PetscOptionsBegin ... PetscOptionsEndFix(DMNetwork): fix -draw_pause handlingFeat(DMNetwork): add setters for viewer optionsCo-authored-by: Duncan Campbell <dccampbell1@shockers.wichita.edu>Co-authored-by: Aidan Hamilton <aidan@udel.edu>Co-authored-by: Hong Zhang <hzhang@mcs.anl.gov>
Remove unneeded output files
DMNETWORK: do not use fpe since the code does sqrt(negative_value) during line search
SNES test ex69: disable fp_trap for some tests
Plex: FPE fixesProtect 0-volume cellsFix point location in quad
1...<<11121314151617181920>>...27