History log of /petsc/src/dm/impls/plex/tests/ex40.c (Results 26 – 38 of 38)
Revision Date Author Comments
# 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 ...


# 9b3f0822 24-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-orientation-rethink' into 'main'

Plex: Rethink Plex orientation

See merge request petsc/petsc!4218


# 012bc364 06-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCe

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCellRefinerGetAffineTransforms() with
DMPlexRefineRegularGetAffineTransforms()

show more ...


# a531cba2 24-May-2021 Satish Balay <balay@mcs.anl.gov>

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

Plex: Better handling of coordinate space

See merge request petsc/petsc!4007


# 61a622f3 17-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Better handling of coordinate space
- Better default for creating coordinate space
- DMPlexReplace_Static() should copy coordFunc
- Creation functions that use extrusion should take tensor cell

Plex: Better handling of coordinate space
- Better default for creating coordinate space
- DMPlexReplace_Static() should copy coordFunc
- Creation functions that use extrusion should take tensor cells
- Allow Plex to turn off remapping on refinement
- DMPlexCopyCoordinates() should preserve the coordinate space
- Fix for handling of periodic coordinates
- Remove periodic structures after localization
- Cannot remap periodic coordinates because localized cells throw it off

show more ...


# 68ce86a1 18-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ceed-integration' into 'main'

Plex: Initial CEED integration

See merge request petsc/petsc!3918


# 30602db0 14-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Update examples to use new creation interface


# 1f6d1f78 07-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-2d-adapt' into 'master'

Knepley/feature plex 2d adapt

See merge request petsc/petsc!3461


# 3f2a96e3 13-Nov-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Added parallel SBR refinement
- Only 2D


# 3b7b15c8 26-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'

Knepley/feature dm remove hybrid

See merge request petsc/petsc!2614


# 96ca5757 24-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Fixed cell reordering and namespaced cell type names
- Namespaced DMPlexCellRefinerType enum items
- Added DMPlexReorderCell() and refactored DMPlexInvertCell()
- Update Gmsh reader to han

DMPlex: Fixed cell reordering and namespaced cell type names
- Namespaced DMPlexCellRefinerType enum items
- Added DMPlexReorderCell() and refactored DMPlexInvertCell()
- Update Gmsh reader to handle tet+tri-prism meshes

show more ...


# 54fcfd0c 03-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Example Fixes for cell type rewrite


# 412e9a14 01-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set the cell type
- Distribution sorts strata by cell type
- Fixed orientation of prisms from input formats
- Added Plex ex40 to test regular refinement
- CellRefiner is a PetscObject
- dm_plex_cell_refiner chooses the refinement strategy
- Removed SimplexToTensor stuff in favor of ToHex refiner
- Most functions take DMPolytopeType instead of CellRefiner
- CellRefinerInCellTest_Internal()
- CellRefinerGetAffineTransforms_Internal()
- CellRefinerGetAffineFaceTransforms_Internal()
- DMForest now responds to DMPlexGetOverlap() and propagates its overlap to the underlying Plex
- Use DMPlexComputeCellType_Internal() to classify a cell based only on topology
- Added DMPlexGetSimplexOrBoxCells() to replace DMPlexGetInteriorCellStratum()
- Added DM_POLYTOPE_POINT_PRISM_TENSOR
- Added DMPolytopTypeGetDim() and DMPolyTopeTypeGetConeSize()
- Added DMLabelSetStratumBounds()
- Added DMPlexSetCellType()
- Added celltypes to DMView()
- Added DMPolytopeTypeGetNumVertices()
- Added DMPlexCreateReferenceCellByType()
- Added DMPolytopeTypeFromGmsh()
- Made DMPlexRefineUniform() public

show more ...


12