| #
09b68a49
|
| 04-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
43547594
|
| 04-Apr-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
nullify all ops pointers for SNES and TAO
Otherwise, codes like the one below fails
SNESSetType(snes, SNESNEWTONTR) SNESSetType(snes, SNESNEWTONLS) SNESReset(snes) // Uses function pointer set by TR
|
| #
d31fe398
|
| 31-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!8259
|
| #
1a61deb2
|
| 31-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-29/docs-fortran/release' into 'release'
Fix manual pages related to Fortran
See merge request petsc/petsc!8257
|
| #
feaf08ea
|
| 31-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages related to Fortran
Remove a couple of dead Fortran bindings
|
| #
bfe80ac4
|
| 29-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
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 ...
|
| #
26a11704
|
| 09-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
some doc/manual page fixes
|
| #
89a8e22d
|
| 16-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
21b1d8f2
|
| 14-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-11/fix-minor-snes-docs/release' into 'release'
Improve some SNES documentation especially with regard to nonlinear preconditioning
See merge request petsc/petsc!8189
|
| #
62842358
|
| 14-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve some SNES documentation especially with regard to nonlinear preconditioning
|
| #
d34ab3a3
|
| 24-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
32edcb65
|
| 22-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Fix typos
See merge request petsc/petsc!8155
|
| #
54c05997
|
| 21-Feb-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
32be1236
|
| 12-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-vi-example' into 'main'
VI Example
See merge request petsc/petsc!8135
|
| #
2eace19a
|
| 09-Feb-2025 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Initialize local coordinates with grid sequencing, Automate bounds creation - Add DMPlexSetSNESVariableBounds() - Set bounds in PetscConvEst - Added error viewer in PetscConvEst
|
| #
d53c7dcf
|
| 04-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e2c3a83d
|
| 04-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/minor-to-release' into 'release'
Minor updates to release
See merge request petsc/petsc!8118
|
| #
a9b45538
|
| 15-Jan-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESSolve: fix 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
|
| #
2ad7182b
|
| 20-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ef1a3005
|
| 20-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-11-20/fix-man-page-snessetdivergencetolerance/release' into 'release'
Fix manual page for SNESSetDivergenceTolerance() by elimiting mention of deprecated -1.
See merge requ
Merge branch 'barry/2024-11-20/fix-man-page-snessetdivergencetolerance/release' into 'release'
Fix manual page for SNESSetDivergenceTolerance() by elimiting mention of deprecated -1.
See merge request petsc/petsc!8019
show more ...
|