History log of /petsc/src/dm/impls/plex/tutorials/output/ex10_1.out (Results 1 – 11 of 11)
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


# 4054ae39 04-Aug-2024 James Wright <james@jameswright.xyz>

feat(plex): Add DMPlexSetBoxLabel_Internal


# a686821c 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'

Remove unneeded spaces/plurals

See merge request petsc/petsc!5193


# 8cc725e6 01-May-2022 Pierre Jolivet <pierre@joliv.et>

Remove extra spaces and unwanted plurals


# 3bd0db69 29-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-11-24/feature-plex-clearer-cells-per-rank' into 'main'

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

See merge request

Merge branch 'barry/2021-11-24/feature-plex-clearer-cells-per-rank' into 'main'

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

See merge request petsc/petsc!4599

show more ...


# 9880b877 25-Nov-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

Update the test output files

Commit-type: debugability
\spend 45m


# 26632be6 02-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-extrude-symmetric' into 'main'

Plex: DMPlexExtrude() can now symmetrically extrude

See merge request petsc/petsc!4367


# d410b0cf 29-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setd

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setdimensions function - DMPlexTransformMapCoordinates() and DMPlexSnapToGeomModel() now take the coordinate dimension - -dm_extrude replaces -dm_plex_extrude_layers

show more ...


# bfeef622 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-adapt-example' into 'master'

Knepley/feature plex adapt example

See merge request petsc/petsc!3240


# adcf2cb4 08-Oct-2020 Matthew G. Knepley <knepley@gmail.com>

Plex ex10: Example showing subsurface meshing - Also included some tutorial-type documentation