| #
2286efdd
|
| 25-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'
Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn
See merge request petsc/petsc!8615
|
| #
57d50842
|
| 31-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **
|
| #
c1a32f8f
|
| 09-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/cleanup' into 'main'
Housekeeping
See merge request petsc/petsc!8392
|
| #
88e0b45e
|
| 08-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
VecOps cleanup
|
| #
49a05fde
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-24/feature-veckokkosplacearray' into 'main'
VecKokkos: add VecKokkosPlaceArray(), VecKokkosResetArray()
See merge request petsc/petsc!8231
|
| #
57e70ff0
|
| 27-Mar-2025 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecKokkos: add VecKokkosPlaceArray(), VecKokkosResetArray()
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
3fbe0124
|
| 19-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a46168c1
|
| 18-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'nmnobre/docs' into 'release'
Improve docs for norm types and FSP Schur preconditioner
See merge request petsc/petsc!8076
|
| #
49c2f904
|
| 01-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
71f054c5
|
| 01-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-02-28/fix-frobenius-norm-vector/release' into 'release'
Fix bug in computation of Frobenius norm of vectors in parallel.
See merge request petsc/petsc!8172
|
| #
2f9d6a70
|
| 01-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bug in computation of Frobenius norm of vectors in parallel.
Reported-by: Venkata Narayana Sarma Dhavala <narayanasarma.ed@gmail.com>
It was discovered by using CIVL, a code correctness verific
Fix bug in computation of Frobenius norm of vectors in parallel.
Reported-by: Venkata Narayana Sarma Dhavala <narayanasarma.ed@gmail.com>
It was discovered by using CIVL, a code correctness verification tool developed by Stephen Siegel at U. Delaware
show more ...
|
| #
c6e13b8a
|
| 13-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Improve norm type docs
|
| #
76d69608
|
| 19-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1d017dde
|
| 19-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'
Improve some manual pages in KSP/SNES
See merge request petsc/petsc!8071
|
| #
0b4b7b1c
|
| 26-Nov-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve some manual pages in KSP/SNES
|
| #
11c8a98f
|
| 28-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release-revert-7765'
|
| #
557c5a8d
|
| 27-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/docs-fixes' into 'release'
Docs fixes
See merge request petsc/petsc!7785
|
| #
2de926d8
|
| 27-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs fixes
|
| #
eca7e54b
|
| 14-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c52ffa67
|
| 12-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs fixes
See merge request petsc/petsc!7682
|
| #
0241b274
|
| 10-Jul-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix nonexisting functions and variables
|
| #
bac74541
|
| 03-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-30/doc-vecsetinf' into 'main'
Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()
See merge request petsc/petsc!7661
|
| #
f480ea8a
|
| 03-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()
Reported-by: Stefano Zampini
|