| #
3a2a065f
|
| 09-May-2024 |
Hong Zhang <hongzhang@anl.gov> |
Add a new ARKIMEX solver for fast-slow systems
|
| #
0051034c
|
| 05-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/vtk-every' into 'main'
TSMonitorSolutionVTK: add dumping interval
See merge request petsc/petsc!7807
|
| #
7f27e910
|
| 04-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSMonitorSolutionVTK: add dumping interval
|
| #
7ad3768d
|
| 01-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Minor docs fixes
See merge request petsc/petsc!7803
|
| #
3f94648b
|
| 01-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor docs fixes
Thanks-to: Junchao Zhang <jczhang@mcs.anl.gov>
|
| #
52d90ba3
|
| 12-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-resizeflag' into 'main'
TS: add TSGetStepResize() to API to inquire about resizing
See merge request petsc/petsc!7757
|
| #
c6bf8827
|
| 12-Aug-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: add TSGetStepResize() to API to inquire about resizing
|
| #
e658dbf4
|
| 05-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'prj--main-patch-66090' into 'main'
Update ts.c
See merge request petsc/petsc!7739
|
| #
bc7fdbb5
|
| 03-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Update ts.c
|
| #
ec42381f
|
| 20-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...
See merge request petsc/petsc!7634
|
| #
09cb0f53
|
| 25-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for PETSC_DETERMINE to revert to defaults TS parameters
|
| #
fda22ce0
|
| 08-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-01/fix-petscoptionsgetviewer' into 'main'
The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model
See merge request petsc/petsc!7667
|
| #
648c30bc
|
| 08-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model
Hence the code needs to be refactored
Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VI
The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model
Hence the code needs to be refactored
Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VIEWER_XXXX_() routines
Reported-by: James Wright Thanks-to: Jeremy L Thompson
show more ...
|
| #
53816756
|
| 04-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
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
|
| #
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
|
| #
8af0501f
|
| 28-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSGetRHSVec_Private: use DMGet|RestoreGlobalVector
|
| #
a4987ed7
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-17/fix-sowing-object-destroy' into 'main'
Sowing bfort generation of XXXDestroy
See merge request petsc/petsc!7559
|
| #
0764c050
|
| 18-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update sowing bfort for automatic generation of XXXDestroy() code
Fix some Fortran stub code to work with generation of XXXDestroy()
Add some runtime tests for XXXCreate() calls
Also update sowing
Update sowing bfort for automatic generation of XXXDestroy() code
Fix some Fortran stub code to work with generation of XXXDestroy()
Add some runtime tests for XXXCreate() calls
Also update sowing and fortranimpl.h to use PETSC_NULLPTR instead of NULL
show more ...
|
| #
2fd2f86a
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ce08df8d
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs: fix double backticks in seealso
See merge request petsc/petsc!7560
|
| #
a94f484e
|
| 19-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix double backticks in seealso
|
| #
cef0416b
|
| 15-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-26/fix-sowing-viewers' into 'main'
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
See merge request petsc/petsc!7511
|
| #
ffeef943
|
| 28-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null objects correctly
show more ...
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|