| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
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 **
|
| #
2364c0ea
|
| 24-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/forbidden-empty-output-files' into 'main'
checkbadSource: forbid empty output_file not named output/empty.out
See merge request petsc/petsc!8588
|
| #
e0008cae
|
| 24-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: forbid empty output_file not named output/empty.out
|
| #
99a90a72
|
| 04-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-fixes' into 'main'
Plex+PyVista: Added transforms
See merge request petsc/petsc!8174
|
| #
fa28efd1
|
| 03-Mar-2025 |
Matthew G. Knepley <knepley@gmail.com> |
SNES ex34: Fix heders
|
| #
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
|
| #
8e722928
|
| 09-Feb-2025 |
Matthew G. Knepley <knepley@gmail.com> |
SNES ex34: Added VI example from Fochesatto thesis
|