History log of /petsc/src/snes/tutorials/ex7.c (Results 1 – 12 of 12)
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 ...


# 507571c1 02-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hypercubic-parallel' into 'main'

Plex: Make hypercubic mesh parallel

See merge request petsc/petsc!8036


# fc229b03 30-Jan-2023 Matthew G. Knepley <knepley@gmail.com>

SNES ex7: More progress on parallel


# 7a3a620f 24-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Double spaces, wrong backticks, or unneeded braces

See merge request petsc/petsc!6110


# aa624791 24-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Double spaces, wrong backticks, or unneeded braces


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# cc7ff059 14-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jpusztay/snes-fermion-example' into 'main'

update snes tutorials ex7: set values for edges and using auxiliary discretization in test

See merge request petsc/petsc!5978


# de19e7fe 13-Jan-2023 Joseph Pusztay <josephpu@buffalo.edu>

ex7: use auxiliary discretization, initialize edge values


# 8abb650a 06-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hypercubic' into 'main'

Hypercubic Plex lattices

See merge request petsc/petsc!5955


# 7b197a28 06-Jan-2023 Matthew G. Knepley <knepley@gmail.com>

SNES ex7: Fermions on a hypercubic lattice

Co-Authored-By: Joseph Pusztay <jjoep93@gmail.com>