| #
5e0ab529
|
| 25-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/plex_io_freeze_distribution' into 'main'
plexhdf5: Allow for saving/loading parallel distributions
See merge request petsc/petsc!5353
|
| #
d2522c19
|
| 31-May-2022 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexhdf5: add DMPlexDistribution{View, Load}_HDF5_Static
|
| #
1d1f2f2a
|
| 12-Jun-2022 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexdistribute: add DMPlexDistribution{Set, Get}Name()
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
6f6fc7a8
|
| 17-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-14/update-dmplex-manual' into 'main'
Cleanup clarification for DMPlex chapter of users manual
See merge request petsc/petsc!5530
|
| #
9f22da38
|
| 14-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup clarification for DMPlex chapter of users manual
I changed a figure in docs/images but could not generate the .svg version Could someone please read the latest commit message in that reposit
Cleanup clarification for DMPlex chapter of users manual
I changed a figure in docs/images but could not generate the .svg version Could someone please read the latest commit message in that repository and upate the .svg file? Thanks
Commit-type: documentation /spend 1h
show more ...
|
| #
340b78e3
|
| 09-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'marboeuf/plex-naturalpointsf' into 'main'
Plex: create the natural point SF
See merge request petsc/petsc!5502
|
| #
95602cf2
|
| 19-Jul-2022 |
Alexis Marboeuf <marboeua@mcmaster.ca> |
Plex: simplify DMCreateSubDM and DMCreateSuperDM
Remove the creation of the natural section which is now created inside DMCreateGlobalToNaturalSF
|
| #
4cc27a7e
|
| 03-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-periodic-latex' into 'main'
Plex ex1: Periodic latex
See merge request petsc/petsc!5450
|
| #
c07fc37f
|
| 21-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-cgns' into 'main'
DMPlex: add support for writing CGNS files in parallel
See merge request petsc/petsc!5449
|
| #
5f34f2dc
|
| 20-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel IO uses collective contiguous writes.
show more ...
|
| #
966484cf
|
| 17-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreatePointNumbering: add test and better documentation
|
| #
c713ec31
|
| 20-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix latex viewer for periodicity
|
| #
f9b73896
|
| 16-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-label-optimize' into 'main'
Plex: Optimize lookup for depth and celltype labels
See merge request petsc/petsc!5432
|
| #
ceb99264
|
| 15-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/posix-memalign' into 'main'
Switch from memalign to posix_memalign
See merge request petsc/petsc!5429
|
| #
695799ff
|
| 11-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Optimize lookup for depth and celltype labels - Return depth label to hashing for filtering - Return the cell type label to hashing after getting stratum bounds, distributing, reordering - Adde
Plex: Optimize lookup for depth and celltype labels - Return depth label to hashing for filtering - Return the cell type label to hashing after getting stratum bounds, distributing, reordering - Added DMLabelMakeAllInvalid_Internal()
show more ...
|
| #
28351e22
|
| 15-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: tidy read-only and avoid integer overflow/invalid indexing
|
| #
8d94ca23
|
| 15-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMCreateMassMatrix_Plex: fix local/global mix-up found by address sanitizer
I think sanitizer missed this earlier because it runs on OSX, which doesn't have memalign, thus was using malloc and shift
DMCreateMassMatrix_Plex: fix local/global mix-up found by address sanitizer
I think sanitizer missed this earlier because it runs on OSX, which doesn't have memalign, thus was using malloc and shift. Now with posix_memalign, sanitizer has a clear view.
show more ...
|
| #
9505eb2a
|
| 09-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-14/fix-rebalance' into 'main'
Major repairs for DMPlexRebalanceSharedVertices()
See merge request petsc/petsc!5234
|
| #
252a1336
|
| 15-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix rebalancing of ghost pointers for DMPLEX
/spend 25h
Commit-type: optimization, bug-fix, style-fix, feature
|
| #
6c4e6812
|
| 06-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-periodicity' into 'main'
Fixes for periodicity
See merge request petsc/petsc!5391
|
| #
4fb89ddd
|
| 01-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Instead of forcing periodic coordinates to [0, L], it should be [lower, lower + L]
|
| #
8995a693
|
| 30-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/fix-checkpoint-private' into 'main'
Fix insertion of boundary conditions marked by label values
See merge request petsc/petsc!5384
|
| #
d6177c40
|
| 29-Jun-2022 |
Toby Isaac <toby.isaac@gmail.com> |
Use DMLabelStratumHasPoint() in CheckPoint_Private()
plex test ex61 shows there are corner cases where checking the labelId is necessary
|