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


# 2fdc6cce 30-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-fem-funcs' into 'main'

Plex: Make integration functions public

See merge request petsc/petsc!8361


# 754e4fba 29-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Make integration functions public
- Rename
DMPlexComputeResidual_Internal() --> DMPlexComputeResidualForKey()
DMPlexComputeJacobian_Internal() --> DMPlexComputeJacobianByKey()
DMPlexCompu

Plex: Make integration functions public
- Rename
DMPlexComputeResidual_Internal() --> DMPlexComputeResidualForKey()
DMPlexComputeJacobian_Internal() --> DMPlexComputeJacobianByKey()
DMPlexComputeJacobian_Action_Internal() --> DMPlexComputeJacobianActionByKey()
DMPlexComputeResidual_Hybrid_Internal() --> DMPlexComputeResidualHybridByKey()
DMPlexComputeJacobian_Hybrid_Internal() --> DMPlexComputeJacobianHybridByKey()

show more ...


# 49777e52 22-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-transform-cohesive' into 'main'

Plex: Fix cohesive cell integration

See merge request petsc/petsc!8175


# 989fa639 15-Apr-2025 Brad Aagaard <baagaard@usgs.gov>

Plex: Fix hybrid integration
- Add DMFieldCreateDefaultFaceQuadrature() and PetscFEExpandFaceQuadrature()
- Add neighbor geometry to PetscFEIntegrateHybridResidual_Basic(), PetscFEIntegrateHybridJaco

Plex: Fix hybrid integration
- Add DMFieldCreateDefaultFaceQuadrature() and PetscFEExpandFaceQuadrature()
- Add neighbor geometry to PetscFEIntegrateHybridResidual_Basic(), PetscFEIntegrateHybridJacobian_Basic() and PetscFEEvaluateFieldJets_Hybrid_Internal()
- Add cell geometry to PetscFEIntegrateHybridResidual() and PetscFEIntegrateHybridJacobian()

show more ...


# c5997e43 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-io-section-perm' into 'main'

Plex: Flexible creation of section permutations

See merge request petsc/petsc!7258


# adc21957 02-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Flexible creation of section permutations
- Add createsectionpermutation to DM ops
- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag
- Move DMReorderDefaultFlag to the correct header

A

Plex: Flexible creation of section permutations
- Add createsectionpermutation to DM ops
- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag
- Move DMReorderDefaultFlag to the correct header

Apply 1 suggestion(s) to 1 file(s)

show more ...


# a9cd3c18 20-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-fault-pc' into 'main'

Plex: Allow section reordering by default

See merge request petsc/petsc!7197


# 882cb04d 20-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Add tests of section reordering


# c574b33d 05-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'baagaard/update-plex-ex5-fault-projection' into 'main'

Fixes for projection between different dimensional meshes

See merge request petsc/petsc!7079


# 67de2c8a 05-Dec-2023 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Include tests projecting to fault mesh - Fix bd projection label and label completion


# 7b506345 14-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-19/fix-pcview-redundant/release' into 'main'

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

See merge request petsc/petsc!6948


# fe8fb074 19-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

Reported-by: Pierre Jolivet


# 5fc265dd 15-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-cohesive-integration' into 'main'

Plex: Fix orientation when integrating cohesive faces

See merge request petsc/petsc!6599


# 81363e6f 14-Jun-2023 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Update tests


# fee6f971 03-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2cd4e341 03-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-macos-upgrade' into 'release'

CI: upgrade software stack on MacOS workers

See merge request petsc/petsc!6273


# b82ee8d4 31-Mar-2023 Satish Balay <balay@mcs.anl.gov>

CI: upgrade software stack on MacOS (x64) workers
- disable SAWS, Boost due to build failures
- fix dm_impls_plex_tests-ex5 failures
- switch MPICH build for AMREX as "--disable-two-level-namespace"

CI: upgrade software stack on MacOS (x64) workers
- disable SAWS, Boost due to build failures
- fix dm_impls_plex_tests-ex5 failures
- switch MPICH build for AMREX as "--disable-two-level-namespace" triggers build error (same error with petsc4py?)

ld: file not found: @rpath/libquadmath.0.dylib for architecture x86_64

show more ...


# b6b5caf9 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-hybrid-mass' into 'main'

Plex: Can now specify a mass weighting to hybrid residual

See merge request petsc/petsc!6210


# e5939c1d 20-Mar-2023 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Added buried edge test


# 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


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


1234