History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 1 – 25 of 1183)
Revision Date Author Comments
# d9126033 13-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_bc_writing' into 'main'

Plex: CGNS files write and read boundary conditions and face label information

See merge request petsc/petsc!8934


# ec93882d 03-Jan-2026 James Wright <james@jameswright.xyz>

fix(dm): CreateFromCellListParallel allocates verticesAdj for the user

Under normal circumstances, the user will not know the number of unique
vertices in the element connectivity


# 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 ...


# b836d7e4 06-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/vecclosureatdepth' into 'main'

feat(plex): Move DMPlexVecGetClosureAtDepth to public

See merge request petsc/petsc!8824


# 44a422c4 04-Nov-2025 James Wright <james@jameswright.xyz>

feat(plex): Move DMPlexVecGetClosureAtDepth to public


# 8577b683 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 07c2e4fe 01-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8755


# fe1fb33a 01-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/typos' into 'release'

Fix typos

See merge request petsc/petsc!8753


# 8c5add6a 01-Oct-2025 Pierre Jolivet <pierre@joliv.et>

Fix typos


# ffad1e82 01-Oct-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded macros


# 9e210917 28-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-options-help' into 'main'

fixes for uninitialized warnings or segfaults when running -help

See merge request petsc/petsc!8743


# 0b595cf8 28-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsString: Fix for uninitialized strings

If run under valgrind or -faddress-sanitizer=undefined -help will generate warnings


# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# 4966afa4 25-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3c329903 20-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-08-11/docs-layout-dmplex/release' into 'release'

Improve/format layout and dmplex manual pages

See merge request petsc/petsc!8642


# e1b2f275 20-Aug-2025 Barry Smith <bsmith@mcs.anl.gov>

Improve/format layout and dmplex manual pages


# f5e08ef0 02-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-extrude-bd' into 'main'

Plex: Fix orientation of boundary extrusion

See merge request petsc/petsc!8622


# 658b9581 31-Jul-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix orientation of boundary extrusion
- Allow DMPlexExtrude() to take a label argument
- Allow transforms to reorient the highest dimensional cells


# daa252a5 25-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-lumped-quadrature' into 'main'

DT+FE: Add quadrature for diagonal mass matrices

See merge request petsc/petsc!8584


# db1ec57d 23-Jul-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Allow large labels to be set from the command line


# 287d9e58 23-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-landau-moments' into 'main'

TS Hamiltonian ex4: Preliminary moment equations

See merge request petsc/petsc!8573


# 1898fd5c 22-Jul-2025 Matthew G. Knepley <knepley@gmail.com>

DM: Allow creation of a gradient matrix between spaces
- This is like the mass matrix, but with a gradient on the continuous space
- We use this for conservation laws in moments of particle systems
-

DM: Allow creation of a gradient matrix between spaces
- This is like the mass matrix, but with a gradient on the continuous space
- We use this for conservation laws in moments of particle systems
- Add projection to DMSwarm to implement this

show more ...


# f5b05b44 21-Jul-2025 Satish Balay <balay@mcs.anl.gov>

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

Plex: Add Shapefile support

See merge request petsc/petsc!8558


12345678910>>...48