| #
bcda9346
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/fix-typo' into 'main'
missing "s" for isascii and issundials
See merge request petsc/petsc!8559
|
| #
9f196a02
|
| 17-Jul-2025 |
Martin Diehl <mail@martin-diehl.net> |
missing "s" for isascii and issundials
|
| #
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 ...
|
| #
3f1b2ee8
|
| 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'david/fix-a0' into 'main'
Fixing bug in generalized-alpha initialization
See merge request petsc/petsc!7816
|
| #
070f04f8
|
| 13-Sep-2024 |
David Kamensky <david@coreform.com> |
Fixing backward difference formula used for generalized-alpha initialization.
|
| #
4e797053
|
| 13-Sep-2024 |
David Kamensky <david@coreform.com> |
Retaining step size changes from adaptivity in initial half-steps.
|
| #
7a8c93dd
|
| 02-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6a8d6b9b
|
| 28-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/fix-alpha-interpolation' into 'release'
Fix a bug for the interpolation of TSAlpha
See merge request petsc/petsc!7648
|
| #
51adc54c
|
| 25-May-2024 |
Hong Zhang <hongzhang@anl.gov> |
Fix a bug in Interpolate_Alpha
- The interpolation implementation reuses th->V1 by mistake - th->V1 is updated once SNESTSFormFunction() is called - -snes_monitor triggers an addition call to SNESTS
Fix a bug in Interpolate_Alpha
- The interpolation implementation reuses th->V1 by mistake - th->V1 is updated once SNESTSFormFunction() is called - -snes_monitor triggers an addition call to SNESTSFormFunction() to compute the norm, changing the value of V1
show more ...
|
| #
b9169a8d
|
| 20-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/tsresize-errorind' into 'main'
TSSetResize: support error indicators
See merge request petsc/petsc!7368
|
| #
ecc87898
|
| 20-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSSetResize: support remeshing with step restart
|
| #
c61711c8
|
| 20-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: save solution and time step at the beginning of the step
remove SNES monitor output from ex9bus example since it is numerically unstable Just error in case SNES does not converge
|
| #
613ce9fe
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08c30c10
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'
Update references in the manual pages to use Sphinx citation processing
See merge request petsc/petsc!7101
|
| #
1d27aa22
|
| 04-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update references in the manual pages to use Sphinx citation processing
|
| #
cbb74892
|
| 02-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c87f018d
|
| 01-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-24/fix-ksp-manpages/release' into 'release'
Fix manual pages in KSP
See merge request petsc/petsc!7055
|
| #
562efe2e
|
| 01-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in KSP
|
| #
186cd71f
|
| 24-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'
Manual linter fixes: ts
See merge request petsc/petsc!6736
|
| #
14d0ab18
|
| 19-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Manual linter fixes: ts
|
| #
cfd92c66
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'
Implement a type generic PetscValidPointer
See merge request petsc/petsc!6693
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
7a2f837d
|
| 06-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Deploy new PetscValidPointer, remove PetscValidXXXPointer
|
| #
2da97ef0
|
| 19-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-reset-size-change' into 'main'
support variable size ODEs (i.e. PDEs with adaptive refinement) in TS
See merge request petsc/petsc!6672
|