History log of /petsc/src/dm/interface/dmceed.c (Results 1 – 25 of 37)
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 ...


# 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


# 9b1f5d59 11-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'arcowie/feature-sw-ceed' into 'main'

TS ex11: Updates to CEED interface

See merge request petsc/petsc!7259


# a2bd4c7e 17-Jan-2024 Albert Cowie <arcowie@buffalo.edu>

DM: Fix strides for restrictions with manual entry


# 354b609c 28-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

DM: Added mesh info to CEED
- Add DMCeedComputeInfo()
- Moved DMGetPoints_Internal() to dmceed.c


# 80f88c66 04-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/ceed-basis-update' into 'main'

ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED

See merge request petsc/petsc!7125


# 10ae67c6 18-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED


# f864ad58 04-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/libceed-i64-support' into 'main'

libceed: Add support for 64-bit indices

See merge request petsc/petsc!7076


# 85f1dce8 01-Dec-2023 Jed Brown <jed@jedbrown.org>

libceed: Add support for 64-bit indices


# 5e8c9ebd 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-setup' into 'main'

Plex: Fix setup for RDycore

See merge request petsc/petsc!6877


# 5962854d 01-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Updates for FVM
- Add DMPlexInsertBoundaryValuesFVM()
- Add -dm_plex_print_fvm
- Fix copy of diagnostic flags


# 9a75acf6 16-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-ceed' into 'main'

Plex: More work adding in CEED backend

See merge request petsc/petsc!6870


# d2b2dc1e 10-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix in

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix insertion since this is still done by Plex kernels
- DMPlexMatSetClosureGeneral() now takes flag for closure permutation
- Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation
- Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation - Turn off closure permutation in L2 diff calculation
- Add DMUseTensorOrder()
- Add DMPlexSNESComputeResidualCEED() - Cleanup SNES ex13 - Do not give CEED negative offsets

show more ...


# 7ce467fc 03-Jan-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Helper functions for CEED vectors and error macro


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 5a7a9864 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/less-strcpy-strcat' into 'main'

Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]

Closes #1332

See merge request petsc/petsc!6115


# c6a7a370 24-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying
- Use built in string from name over hardcoding
- Use sizeof over hardcoded length
- Replace some Strlcat with Strncpy when offset is known

show more ...


# 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


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


12