History log of /petsc/src/dm/impls/plex/tests/ex3.c (Results 1 – 25 of 91)
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 ...


# 8112c1cb 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-09-04/deprecate-mpiu-bool' into 'main'

Deprecate MPIU_BOOL which used to be for PETSc's enum Bool but now is just MPI_C_BOOL

See merge request petsc/petsc!8691


# 5440e5dc 04-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

Deprecate MPIU_BOOL which used to be for PETSc' enum Bool but now is just MPI_C_BOOL so no longer needs its own name


# 76d69608 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d017dde 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'

Improve some manual pages in KSP/SNES

See merge request petsc/petsc!8071


# 0b4b7b1c 26-Nov-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages in KSP/SNES


# a153efde 06-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ex3-p0' into 'main'

Plex ex3: Add tests for P0 and turn on interpolation test for tensor cells

See merge request petsc/petsc!8041


# e3154614 03-Dec-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Add tests for P0 and turn on interpolation test for tensor cells


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 300f1712 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

brain dead fixes for useless casts in examples


# 9c08c4e6 11-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-coords-tobox' into 'main'

Plex: If the cell type changes, we need to recreate the coordinate discretization

See merge request petsc/petsc!7936


# 9b750a2f 10-Oct-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Added a test for the tobox transformation


# f5d6632c 26-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-17/speedup-gmakegentest' into 'main'

Have gmakegentest.py not generated unneeded scripts for faster runs

See merge request petsc/petsc!7843


# 0338c944 18-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Add check for misuse of TODO in gmakegentest.py specifications and fix misuse


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available


# 88b49a8f 18-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'nathawani/feature-Hdiv-test' into 'main'

FE test for Raviart-Thomas (RT0) element

See merge request petsc/petsc!7411


# 6c2660fc 22-Mar-2024 Darsh Nathawani <darshkir@buffalo.edu>

FE test for Raviart-Thomas (RT0) element for triangles and quads


# 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


# abccdb6e 08-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/mark_boundary' into 'main'

Ksagiyam/mark boundary

See merge request petsc/petsc!7064


# 4446c3cd 28-Nov-2023 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: apply noop change to tests/ex3


# fa8daf30 26-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dmplexinterp' into 'main'

speed up DMPlexInterpolate

See merge request petsc/petsc!6563


# 2827ebad 08-Jun-2023 Stefano Zampini <stefano.zampini@gmail.com>

Plex: Replace DMPlexGetGhostCellStratum() with DMPlexGetCellTypeStratum()
- Also fix DMPlexTransform version


1234