| 4beb96b7 | 05-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-28/fix-improve-blas-openmp' into 'main'
Fix handling of initialization of number of BLAS threads.
See merge request petsc/petsc!7658 |
| 8d031cca | 04-Jul-2024 |
Junchao Zhang <jczhang@anl.gov> |
Add OpenMP directive to MatMult_SeqAIJ etc
Gives pretty good speedup on good memory-bandwidth Intel system and M2 Mac
Reported-by: Yongzhong Li <yongzhong.li@mail.utoronto.ca> |
| bf9af83b | 04-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-01/improve-docs-cflags/release' into 'main'
Add support for CFLAGS+=flags and friends
See merge request petsc/petsc!7662 |
| 53816756 | 04-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| f480ea8a | 03-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()
Reported-by: Stefano Zampini |
| 24396c6b | 03-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-fixes' into 'release'
Fix multilevel TS error when using IFunction + RHSFunction
See merge request petsc/petsc!7656 |
| 05ebc6f9 | 01-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for CFLAGS+=flags and friends |
| c028c56f | 01-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-14/fix-fortransnessetjacobianmatfdcoloring' into 'main'
Need to add SNESSetJacobian() Fortran interface to handle case when...
See merge request petsc/petsc!7631 |
| f51a5268 | 14-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve the Fortran handling of functions that take ctx with type(*) support
Reported-by: Adrian Croucher <a.croucher@auckland.ac.nz> |
| fbbac14a | 28-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 9edea576 | 28-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.21.3 |
| d469ad21 | 28-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: document expected failure of multilevel solvers
when IJacobian and RHSJacobian are both used with a fully implicit solver |
| 0c572711 | 25-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 9afb9c56 | 23-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix typos and extra characters |
| 14e7b07e | 21-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 432b765a | 16-Jun-2024 |
René Chenard <rene.chenard.1@ulaval.ca> |
Fix the monitoring of PetscOptionsClearValue.
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov> Co-authored-by: Stefano Zampini <stefano.zampini@gmail.com> |
| 5d83a8b1 | 30-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v] Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX
The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above This will also require an update sowing with the new sowing branch this MR is using.
show more ...
|
| b2e8165f | 11-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b3fd2b1a | 10-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix missing Fortran examples |
| 43b137ca | 06-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 78a3110e | 06-Jun-2024 |
Alexander <alexlindsay239@gmail.com> |
Demonstrate approximate Benzi preconditioner for grad-div perturbations to the velocity block of Navier-Stokes |
| fb773b58 | 04-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-dirk-dae-restart' into 'release'
Guarantee that SNES function is called before SNES jacobian in multilevel solvers
See merge request petsc/petsc!7563 |
| 4ffe9215 | 03-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-edge-numbering' into 'main'
Plex: Add edge numbering
See merge request petsc/petsc!7595 |
| ca61dfa6 | 02-Jun-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Bib: Added refs |
| 484edb7d | 02-Jun-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add edge numbering |