| 4bb2516a | 26-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Provide PetscOptionsBegin/End and friends for Fortran |
| 337e46c8 | 25-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
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 precision
See merge request petsc/petsc!6402 |
| c72397d7 | 25-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-14/add-fortran-petsccheck' into 'main'
Add PetscCheck() and PetscCheckA() for Fortran
See merge request petsc/petsc!6464 |
| c18ee905 | 24-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to contributors documentation than when working from a fork they should select "Contributors can modify branch"
Thanks-to: James Wright (@jrwrigh) |
| dcb3e689 | 14-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscCheck() and PetscCheckA() for Fortran
Also fix incorrect use of " in Fortran examples that should be ' |
| b2d1094f | 01-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
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: feature R
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: feature Reported-by: Jin Chen <jchen@pppl.gov> Thanks-to: "Xiaoye S. Li" <xsli@lbl.gov>
show more ...
|
| 2d157150 | 21-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES: move monitor after convergence test
Use a developer level convergence function and fix a few corner cases |
| 01fc6e75 | 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ead65ede | 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-matdup-coo' into 'main'
Duplicate COO info in MatDuplicate(), but use reference counting to save memory
See merge request petsc/petsc!6459 |
| 9454a38e | 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'main-patch-d577' into 'main'
Bib: Removed dead entry
See merge request petsc/petsc!6495 |
| 03d51b02 | 22-May-2023 |
Matthew Knepley <knepley@gmail.com> |
Bib: Removed dead entry |
| 60d44d17 | 11-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Clean up documentation for developers (minor) |
| 037d63e4 | 18-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Unify TS WLTE computations into a single function
temporarily disable kokkos ops |
| 939858d9 | 20-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
FAQ: update instructions for "make check" hang on "mpiexec -2 ./ex19"
Reported-by: Vibhas Mishra <V.Mishra@tudelft.nl> |
| 9017fded | 19-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2c4ab24a | 11-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: duplicate COO info in MatDuplicate, but do reference counting to save memory
Thanks to Maxime Bouyges <maxime.bouyges@gmail.com> for feature requests. |
| 38f4c05d | 19-May-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Petsc Annual Meeting: Add Heehoo Park and Spencer Patty to the schedule |
| 52c275a1 | 18-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'
Add support for KOKKOS in H2OPUS
See merge request petsc/petsc!6408 |
| 7647cd9f | 17-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update changelog |
| 086b4a94 | 17-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-08/add-ksp-min-its' into 'main'
Add -ksp_min_it and KSPSetMinimumIterations()
See merge request petsc/petsc!6436 |
| 25c92fe2 | 08-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add -ksp_min_it and KSPSetMinimumIterations()
Commit-type: feature Reported-by: Edoardo alinovi <edoardo.alinovi@gmail.com> |
| 0fe358ee | 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 7de69702 | 10-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update some discussions in the users manual
Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack |
| d16ceb75 | 04-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add MatCreateDenseForVecType
Remove old implementation (only in main) and update test
and a convenience internal routine to allocate the column vector when requested |
| 78aafc55 | 11-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |