History log of /petsc/src/dm/impls/plex/tests/ex49.c (Results 1 – 25 of 37)
Revision Date Author Comments
# 19620d22 11-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 90b3abdd 10-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/isoperiodic_plex_mat_fix' into 'release'

fix(plex): Correct the adjancency leaf/root pair helper function

See merge request petsc/petsc!8772


# 9262ad6e 08-Oct-2025 James Wright <james@jameswright.xyz>

fix(plex): Correct the adjancency leaf/root pair helper function

This now handles the case where a local root matches with multiple
leaves.


# 76dbdf7a 26-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/isoperiodic_plex_mat_preallocate' into 'main'

fix(Plex): Fix Mat preallocation when isoperiodic is used

See merge request petsc/petsc!8712


# a38eeca9 25-Sep-2025 James Wright <james@jameswright.xyz>

plex: Correct Mat preallocation for isoperiodic grids

Requires:
- Using isoperiodic SF instead of the (purely topological) pointSF
- Force the use of the isoperiodic SF even if in serial
- Handle th

plex: Correct Mat preallocation for isoperiodic grids

Requires:
- Using isoperiodic SF instead of the (purely topological) pointSF
- Force the use of the isoperiodic SF even if in serial
- Handle the case of an isoperiodic SF leaf-root pair a) being on the
same rank and b) both being present in the same adjancency

show more ...


# 85896317 08-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/box_label_periodic' into 'main'

Plex: -dm_plex_box_label also setups isoperiodicity

See merge request petsc/petsc!7981


# d7d2d1d2 01-Nov-2024 James Wright <james@jameswright.xyz>

plex box label: Setup isoperiodicity


# 5dafb6f5 24-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d51ab43a 23-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/fix-isoperiodic-clone' into 'release'

fix(plex): Transfer g2l periodic data when cloning

See merge request petsc/petsc!7489


# 5e50ca95 22-Apr-2024 James Wright <james@jameswright.xyz>

fix(plex): Transfer g2l periodic data when cloning


# 6d174762 29-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/multiple_isoperiodic' into 'main'

Plex Isoperiodic: Allow multiple periodic directions

See merge request petsc/petsc!7305


# 5e8b5fd9 19-Feb-2024 James Wright <james@jameswright.xyz>

Plex Isoperiodic: Add test for multiple periodic directions


# cec8e1ee 21-Dec-2023 Satish Balay <balay@mcs.anl.gov>

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

Plex: Fix support ordering for CEED

See merge request petsc/petsc!7126


# 62d9cbd2 02-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: ElemRestriction only takes the offsets of the first component


# 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


# 51eee583 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ceed-fv' into 'main'

PetscFV: Adding CEED support

See merge request petsc/petsc!6175


# 52e7713a 15-Mar-2023 Matthew G. Knepley <knepley@gmail.com>

PetscFV: Adding CEED support
- Add DMPlexGetLocalOffsetsSupport()


# 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


# 114237d5 09-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dm-plex-box-sf' into 'main'

DM: parallel periodic box mesh with Z-order

See merge request petsc/petsc!5411


# 5dca41c3 06-Jan-2023 Jed Brown <jed@jedbrown.org>

DMPlex: expose -dm_plex_shape zbox and document zbox/isoperiodicity


# 5f06a3dd 30-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: Isoperiodic with partitioning/distribute support

* give all edges consistent orientation
* This ensures that edges are matched consistently. It's overkill, but we
trim that work an

DMPlex SFC: Isoperiodic with partitioning/distribute support

* give all edges consistent orientation
* This ensures that edges are matched consistently. It's overkill, but we
trim that work another time.
* isoperiodic face SF is migrated during DMDistribute
* tests/ex49: add command-line diagnostic and control of tensor ordering
* quash -Wmaybe-uninitialized false positives

show more ...


# 4e2e9504 28-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: create face periodicity

This introduces a new DMPlexSetPeriodicFaceSF(), but does not yet use it
when creating global spaces.


# 3431e603 28-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: add "Face Sets" and normalize coordinate space

libCEED fluids examples run with this


12