History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 376 – 400 of 1183)
Revision Date Author Comments
# 2d757f79 02-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'

DM+TS: Add support for mass matrices

See merge request petsc/petsc!4683


# b4937a87 27-Dec-2021 Matthew G. Knepley <knepley@gmail.com>

DM+TS: Add support for mass matrices
- Added a lumped mass matrix for explicit timestepping
- Add functions for DMTS to manage the mass matrix
- Fix Plex mass matrix creation


# 1e2dcffe 03-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmsetfromoptions_plex-redundant-petscoptionsbool' into 'main'

DMSetFromOptions_Plex: remove unused -dm_plex_interpolate get

See merge request petsc/petsc!4688


# 1213a643 31-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmplex-name-handling' into 'main'

DMPlex: improve handling of object name within I/O

See merge request petsc/petsc!4689


# ed5e4e85 09-Dec-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateFromFile: set object name if it is non-empty;

* allow for names set by loader (e.g. exodus)
* ex55: meshname set only from option
* DMPlexCreateFromOptions_Internal: better handling of -

DMPlexCreateFromFile: set object name if it is non-empty;

* allow for names set by loader (e.g. exodus)
* ex55: meshname set only from option
* DMPlexCreateFromOptions_Internal: better handling of -dm_plex_filename

show more ...


# 67d101c4 09-Dec-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMSetFromOptions_Plex: remove unused -dm_plex_interpolate get


# 6e923442 11-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-valid-non-null' into 'main'

DMPlex: do not check for valid pointer if NULL

See merge request petsc/petsc!4639


# 0d862eae 11-Dec-2021 Pierre Jolivet <pierre@joliv.et>

DMPlex: do not check for valid pointer if NULL


# 887dddf3 19-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/mmg-trim' into 'main'

Plex interface for Mmg and ParMmg

See merge request petsc/petsc!4431


# c0517cd5 11-Oct-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Take over management of mesh generators and adaptors from DMPlex
- Change adaptLabel signature to match adaptMetric
- Move mesh generator list from DMPlex to DM
- DMAdaptLabel() and DMAdaptMetric

DM: Take over management of mesh generators and adaptors from DMPlex
- Change adaptLabel signature to match adaptMetric
- Move mesh generator list from DMPlex to DM
- DMAdaptLabel() and DMAdaptMetric() now check this list
- Register metric adaptation packages
- Change -dm_plex_generator to -dm_generator
- Change -dm_plex_adaptor to -dm_adaptor

show more ...


# be8c289d 25-Mar-2021 Nicolas Barral <nicolas.barral@inria.fr>

plex create: pull out mapping lv->gv for CreateFromListParallel


# be7a8307 18-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/dmplex_path_change' into 'main'

Ksagiyam/dmplex path change

Closes #956 and #896

See merge request petsc/petsc!4441


# cd7e8a5e 03-Aug-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: DMPlex needs to be named before calling DM{View, Load}()

DMPlexCreateFromFile() takes mesh name as argument


# 3021c342 12-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-extrude-remap' into 'main'

Plex: Extruded mesh should not maintain remap function

See merge request petsc/petsc!4544


# 48d16a33 09-Nov-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Extruded mesh should not maintain remap function
- Add missing declaration


# 3d6219dc 28-Oct-2021 Satish Balay <balay@mcs.anl.gov>

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

Plex: Reordering should not create a section

See merge request petsc/petsc!4504


# bdf63967 27-Oct-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Automatically reorder mesh during creation
- Uses -dm_plex_reorder


# 1717e635 08-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-format-cv' into 'main'

Plex: Make the cell-vertex format more capable

See merge request petsc/petsc!4421


# f8d5e320 07-Oct-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Make the cell-vertex format more capable
- This allows cell shapes other than hexes to be read
- This allows several label values to be given


# 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


# 1ddba829 01-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-dmlabelcompare' into 'main'

add DMLabelCompare() and DMCompareLabels()

See merge request petsc/petsc!4345


# 2cbb9b06 21-Sep-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMCopyLabels: add DMCopyLabelsMode arg determining duplicity handling;

+ manpage fixes


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


# 74cddf10 23-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-point-location-3d' into 'main'

Plex: Added 3D support for grid hashing

See merge request petsc/petsc!4346


# ddce0771 22-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Added 3D support for grid hashing
- Added -dm_plex_hash_box_faces
- Fixed bug in PetscGridHashGetEnclosingBox()
- Changed to looking at intersection of cell edges and box faces


1...<<11121314151617181920>>...48