| #
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 ...
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
4d86920d
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: rules for PetscFunctionBegin and derivatives
|
| #
5a48edb9
|
| 16-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/petsc4py-docs' into 'main'
petsc4py documentation sprint (Faversham, England, 2023)
See merge request petsc/petsc!6313
|
| #
55a74a43
|
| 12-Apr-2023 |
Lisandro Dalcin <dalcinl@gmail.com> |
petsc4py documentation sprint (Faversham, England, 2023)
Co-authored-by: Jack Betteridge <j.betteridge@imperial.ac.uk> Co-authored-by: Nathan Collier <nathaniel.collier@gmail.com> Co-authored-by: Li
petsc4py documentation sprint (Faversham, England, 2023)
Co-authored-by: Jack Betteridge <j.betteridge@imperial.ac.uk> Co-authored-by: Nathan Collier <nathaniel.collier@gmail.com> Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com> Co-authored-by: Iglesia Dolci <daia.dolci@gmail.com> Co-authored-by: David Ham <david.ham@imperial.ac.uk> Co-authored-by: Marcin Rogowski <marcin.rogowski@gmail.com> Co-authored-by: Koki Sagiyama <k.sagiyama@imperial.ac.uk> Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk> Co-authored-by: Stefano Zampini <stefano.zampini@gmail.com>
show more ...
|