| #
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 ...
|
| #
a982d554
|
| 16-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1cca208d
|
| 15-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-01-11/convert-some-rst-to-md/release' into 'release'
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
See merge request petsc/petsc!
Merge branch 'barry/2025-01-11/convert-some-rst-to-md/release' into 'release'
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
See merge request petsc/petsc!8075
show more ...
|
| #
4bcd95a3
|
| 11-Jan-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)=
[include/petscerror.h](/include/petscerror.h.html) to <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscerror.h.html">include/petscerror.h</a>
and friends
show more ...
|