History log of /petsc/src/dm/impls/plex/tests/output/ex49_1d_sfc.out (Results 1 – 8 of 8)
Revision Date Author Comments
# 4185d930 16-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/dm_box_label' into 'main'

Plex: Add box labeling to simplex, input meshes

See merge request petsc/petsc!7741


# 281879d4 05-Aug-2024 James Wright <james@jameswright.xyz>

plex: Print out labels in sorted stratum order


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


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

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

libCEED fluids examples run with this


# f2c6b1a2 08-Jul-2022 Jed Brown <jed@jedbrown.org>

ISLocalToGlobalMappingView: change output to clarify ranges for bs>1


# 3e72e933 08-Jul-2022 Jed Brown <jed@jedbrown.org>

DM: experimental box mesh in parallel using Z-order

Adding -dm_plex_box_sfc activates this feature. The elements are equally
partitioned and Z-order is used to identify vertices. A partitioner can
b

DM: experimental box mesh in parallel using Z-order

Adding -dm_plex_box_sfc activates this feature. The elements are equally
partitioned and Z-order is used to identify vertices. A partitioner can
be used to clean up, or use -dm_distribute 0 to keep the z-order
distribution.

show more ...