History log of /petsc/src/dm/impls/plex/tutorials/ex18.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 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 ...


# 690fd307 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/proper-capitalization' into 'main'

Proper PETSc and Git capitalization

See merge request petsc/petsc!8086


# 7766ff4b 17-Jan-2025 Pierre Jolivet <pierre@joliv.et>

Proper PETSc and Git capitalization


# d8fefa7d 16-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bldenton/dmplex-cadrefactor' into 'main'

Plex: Updating CAD support

See merge request petsc/petsc!8060


# 5552b385 21-Oct-2023 Brandon <bldenton@buffalo.edu>

Updated for Refactored Geometry Aware Mesh Topology