| #
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 ...
|
| #
c906b8ce
|
| 04-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-mumps-blk' into 'main'
MATSOLVERMUMPS: add support for -mat_mumps_icntl_15 1
See merge request petsc/petsc!8537
|
| #
8fad524d
|
| 31-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCHPDDM: use MatMumpsSetBlk() and minor housekeeping
|
| #
a6eeea8a
|
| 23-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-hpddm-ci' into 'main'
Latest updates before the next release
See merge request petsc/petsc!7400
|
| #
43eb4678
|
| 20-Mar-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: update CMake/HPDDM/[Par]Mmg/p4est
|
| #
4163207f
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/biological-network' into 'main'
biological network example
See merge request petsc/petsc!7106
|
| #
9d854079
|
| 21-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES ex11: now this has been fixed
|
| #
4d179fb4
|
| 19-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'
MatMatSolveTranspose_SeqAIJ and minor housekeeping
See merge request petsc/petsc!7386
|
| #
dd8e379b
|
| 19-Mar-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix missing or extra dash in right-hand side
|
| #
3bdd2efe
|
| 28-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-ex11' into 'main'
New simplified SNES + PLEX example
See merge request petsc/petsc!7235
|
| #
a0d6ca37
|
| 28-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMCreateDomainDecomposition: support sequential cases
|
| #
c28052ff
|
| 23-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES ex11: simplified SNES + PLEX example
|