| 563af49c | 30-Sep-2024 |
James Wright <james@jameswright.xyz> |
plex sfc: Expand ZCode encoding to 21 bits per index |
| fac68d15 | 30-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wimplicit-fallthrough
src/dm/impls/plex/exodusii/plexexodusii2.c: In function ‘DMView_PlexExodusII’: src/dm/impls/plex/exodusii/plexexodusii2.c:889:12: warning: this statement may fall through
Fix -Wimplicit-fallthrough
src/dm/impls/plex/exodusii/plexexodusii2.c: In function ‘DMView_PlexExodusII’: src/dm/impls/plex/exodusii/plexexodusii2.c:889:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 889 | if (closureSize == 2 * dim) { | ^ src/dm/impls/plex/exodusii/plexexodusii2.c:892:7: note: here 892 | case 2: | ^~~~
show more ...
|
| d7c1f440 | 29-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 9a94077b | 28-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-hdf5-compatibility' into 'main'
Plex+HDF5: Now VIZ output is default in version 1.1.0
See merge request petsc/petsc!7885 |
| 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 |
| 3124aba7 | 02-Sep-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Small cleanup |
| 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 ...
|
| 83aa1a87 | 21-Sep-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Now VIZ output is default in version 1.1.0 - Clarified storage versions |
| 72f9f102 | 02-Aug-2024 |
Eric Chamberland <ericc@giref.ulaval.ca> |
Plex ex47: Add a mesh of triangles and quads for partitionning and overlapping computation tests. |
| b0fe842a | 04-Aug-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add DMPlexBuildFromCellSectionParallel() and DMPlexCreateFromCellSectionParallel() |
| 0338c944 | 18-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add check for misuse of TODO in gmakegentest.py specifications and fix misuse |
| be827241 | 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini-main-patch-28423' into 'main'
DMPLEXCGNS: fix maybe uninitialized warning
See merge request petsc/petsc!7874 |
| 07dc484c | 02-Sep-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Do not write celltypes label |
| f1a88294 | 25-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEXCGNS: fix maybe uninitialized warning |
| 03e76207 | 25-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Use PetscObjectContainerCompose() when applicable |
| 0d5ef98a | 18-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: update checkclangformat to use clang-format-19.1.0 |
| 57508ece | 17-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded parentheses |
| 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 |
| e1ba2e3b | 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-Wshorten-64-to-32' into 'main'
Fix -Wshorten-64-to-32
See merge request petsc/petsc!7869 |
| c3e1cf4f | 24-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-18/fix-some-clang-tidy' into 'main'
Fix some code issues exposed by make clang-tidy
See merge request petsc/petsc!7845 |
| 63bfac88 | 24-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some code issues exposed by make clang-tidy |
| 9ad2ceda | 24-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wshorten-64-to-32 |
| 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 ...
|