History log of /petsc/include/petscdmplex.h (Results 51 – 75 of 1028)
Revision Date Author Comments
# f180259e 28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hdf5-opt' into 'main'

IS+HDF5: Add run-length compression to IS I/O

See merge request petsc/petsc!7862


# 83406d9f 28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mixed_type_of_elements_for_partitionning_and_overlap' into 'main'

Add results for the mixed element types test for partitionning and ovelap...

See merge request petsc/petsc!7877


# 21c42226 02-Sep-2024 Matthew G. Knepley <knepley@gmail.com>

IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O
- Add DMPlexGetDepthStratumGlobalSize()
- Add name and compression info to HDF5ReadCtx
- Add compression argument to PetscVie

IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O
- Add DMPlexGetDepthStratumGlobalSize()
- Add name and compression info to HDF5ReadCtx
- Add compression argument to PetscViewerHDF5ReadSizes_Private() and PetscViewerHDF5Load_Internal()
- Gather compressed info to all procs when loading
- Set name for local coordinates
- Add logging
- Add -is_view_compress to turn off compression
- Add -dm_plex_view_coordinate_section to just output coordinates
- Add -dm_plex_view_labels to turn off label output
- Support loading coordinates without section

show more ...


# b0fe842a 04-Aug-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add DMPlexBuildFromCellSectionParallel() and DMPlexCreateFromCellSectionParallel()


# 27f6a0ef 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/exodusii-64bit' into 'main'

exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build

See merge request petsc/petsc!7824


# 0a5cf5d8 25-Sep-2024 Blaise Bourdin <bourdin@mcmaster.ca>

exodusii: add PetscExodusIIInt, PetscExodusIIFloat, fixes src/dm/impls/plex/tests/ex26 with 64bit build


# 83d0d507 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_parallel_io' into 'main'

CGNS: Add parallel Plex building, VecLoad, and more

See merge request petsc/petsc!7826


# 472b9844 11-Aug-2024 James Wright <james@jameswright.xyz>

cgns: Add parallel Plex read, VecLoad, etc.

- Parallel Plex building with `-dm_plex_cgns_parallel`
- Parallel solution reading via `VecLoad()`
- Added `PetscViewerCGNSOpen()`
- Added `PetscViewerCGN

cgns: Add parallel Plex read, VecLoad, etc.

- Parallel Plex building with `-dm_plex_cgns_parallel`
- Parallel solution reading via `VecLoad()`
- Added `PetscViewerCGNSOpen()`
- Added `PetscViewerCGNSGetSolution{Time,Name}()`,
`PetscViewerCGNSSetSolutionIndex()`

show more ...


# 6eb96784 15-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/migrate_natural_sf' into 'main'

plex: Add DMPlexMigrateGlobalToNaturalSF

See merge request petsc/petsc!7756


# 16635c05 11-Aug-2024 James Wright <james@jameswright.xyz>

plex: Add DMPlexMigrateGlobalToNaturalSF

This doesn't not rely on any notion of what the original natural
ordering came from, but just updates the "global" side of the
sfNatural instead.


# aee58fc6 13-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/add_sparseLocalize_option' into 'main'

plexcreate: add localizationHeight and sparseLocalize args to DMPlexCreateBoxMesh()

See merge request petsc/petsc!7677


# 42108689 05-Jul-2024 ksagiyam <k.sagiyama@imperial.ac.uk>

plexcreate: add localizationHeight and sparseLocalize args to DMPlexCreateBoxMesh()


# a82fbe4e 09-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ahmed/exodusii-improvements' into 'main'

ExodusII: cache variable names

See merge request petsc/petsc!7705


# 49c89c76 09-Sep-2024 Blaise Bourdin <bourdin@mcmaster.ca>

PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.

A

PetscViewer_ExodusII: Allow the viewer to set and query the name and number of variables (results) stored in an exodusII file. Cache this information to avoid repeated calls to exodusII functions.

And update to use exodusII-v2024-06-27

Co-authored-by: Sarah Ahmed ahmes134@mcmaster.ca

show more ...


# 96e7d5cf 17-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MWE_for_issue_1503_with_overlap' into 'main'

(#1503) Add a rectangular prism mesh to the mesh partitioning test and element numbering retrieval.

See merge request petsc/petsc!7068


# e2b8d0fc 21-Dec-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Made DMPlexCreateCellNumbering() public


# ad00654a 15-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'nathawani/feature-amr-using-flux-norm' into 'main'

SNES ex27: Poisson problem using primal and mixed form for error estimator using flux norm

See merge request petsc/petsc!7674


# 2353bfff 08-Jul-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add DMPlexComputeL2FluxDiffVec() and DMPlexComputeL2FluxDiffVecLocal()


# 4ffe9215 03-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-edge-numbering' into 'main'

Plex: Add edge numbering

See merge request petsc/petsc!7595


# 484edb7d 02-Jun-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add edge numbering


# 4a6a4c7c 29-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-field-facedata' into 'main'

DMField: Quadrature was wrong for affine branch of facedata

See merge request petsc/petsc!7547


# 79ab67a3 15-May-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix boundary integrals
- PetscFEIntegrateBd() now initializes its integrand
- Fix many multifield bugs in this routine


# 396ca264 14-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-geometry-model' into 'main'

Plex: Upgrade geometry model capability

See merge request petsc/petsc!7540


# 49704ca5 12-May-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix refinement of cylinder mesh


# 217fe35e 11-May-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Added mesh check


12345678910>>...42