History log of /petsc/src/ts/tutorials/hamiltonian/output/ex2_landau_damping_1d_mixed.out (Results 1 – 4 of 4)
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 ...


# 3c4208d8 08-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'danofinn/ts-add-avg-dg' into 'main'

TSDiscgrad: Adding average DG and -ts_discgrad_type option; Swarm: Changes to field swarm field functions

See merge request petsc/petsc!7920


# f940b0e3 27-Sep-2024 danofinn <dsfinn@buffalo.edu>

TSDiscgrad: Adding average DG and -ts_discgrad_type option
- Also fixed automatic particle number determination

FOO