Add automatic generated fortran support for setting and returning contextsMajor 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 contextsMajor 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 PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
Fixes suggested by Fortitude to Fortran code (minor)
checkbadSource: rules for PetscFunctionBegin and derivatives
Remove duplicates and switch to python3
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>