| b0441da4 | 09-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Eliminate DMPlexGet/SetAdjacencyUseCone/Closure() in favor of DMGet/SetBasicAdjacency() |
| 34aa8a36 | 08-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM+DS: Move adjacency from DS to DM - Added DMGet/SetAdjacency() - Altered DMView when fields are set - Copy default adj on Clone, and field adj on CopyFields |
| 7b559d1a | 10-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-ds-init' [PR #1415]
* knepley/fix-ds-init: DM: Fix DS initialization, so that we can setup the discretization multiple times |
| 66ef72b0 | 10-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"
This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing changes made to 4a21182031185fd5d7353432f9213cf374069ae2.
The reason f
Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"
This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing changes made to 4a21182031185fd5d7353432f9213cf374069ae2.
The reason for this revert is an incorrect merge of a local copy of knepley/fix-ds-init.
show more ...
|
| 37bb5b94 | 10-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-ds-init' [PR #1415]
* knepley/fix-ds-init: Fix DS initialization, so that we can setup the discretization multiple times |
| 4a211820 | 10-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-partitioner-viewer' [PR #1411]
* knepley/feature-partitioner-viewer: PetscPartitioner: Added viewer for partition graph |
| 44171101 | 08-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexGetAuxiliaryPoint(), and used it in integration - It was already being used in projection |
| bb4a5db5 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Change slightly the check for higher order coordinates |
| 0381a0b4 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Copy discretization when creating coordinate DM |
| 8f4c458b | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Setup DS for coordinate DM |
| d5ea5fac | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex10: Forgot to create DS |
| d1d796f5 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Reordering should preserve the discretization |
| 2df9ee95 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fix DS initialization, so that we can setup the discretization multiple times - Clear out DS when changing DM fields - Do not error if we cannot find a DS, just return NULL - If there is no defau
DM: Fix DS initialization, so that we can setup the discretization multiple times - Clear out DS when changing DM fields - Do not error if we cannot find a DS, just return NULL - If there is no default DS, make one in DMCreateDS() - When checking for a DS in the coordinateDM, allow NULL
show more ...
|
| dc62decc | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Change slightly the check for higher order coordinates |
| ceeb1fa9 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Copy discretization when creating coordinate DM |
| a7adf8c3 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Setup DS for coordinate DM |
| 21f97a6b | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-dm-setfields' into knepley/fix-ds-init
* knepley/fix-dm-setfields: Plex ex10: Forgot to create DS Plex: Reordering should preserve the discretization |
| 9a4e54ac | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex10: Forgot to create DS |
| 2b9b75b6 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Reordering should preserve the discretization |
| b2afdc76 | 06-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Fix DS initialization, so that we can setup the discretization multiple times - Clear out DS when changing DM fields - Do not error if we cannot find a DS, just return NULL - If there is no defau
DM: Fix DS initialization, so that we can setup the discretization multiple times - Clear out DS when changing DM fields - Do not error if we cannot find a DS, just return NULL - If there is no default DS, make one in DMCreateDS() - When checking for a DS in the coordinateDM, allow NULL
show more ...
|
| 0358368a | 04-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscPartitioner: Added viewer for partition graph |
| a5ba3d71 | 04-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix bogus compiler warnings in Gmsh reader |
| 730356f6 | 25-Feb-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix reader for Gmsh v4 format
- Entities are not numbered contiguously |
| 4784419c | 23-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'hzhang/dmplex/ex18-add-1d' [PR #1379]
* hzhang/dmplex/ex18-add-1d: add 1D test case to src/dm/impls/plex/examples/tests/ex18.c for understanding DMNetwork enable runtime options ncells
Merge branch 'hzhang/dmplex/ex18-add-1d' [PR #1379]
* hzhang/dmplex/ex18-add-1d: add 1D test case to src/dm/impls/plex/examples/tests/ex18.c for understanding DMNetwork enable runtime options ncells > 3; parmetis re-distributes for np=2
show more ...
|
| 73c9229b | 21-Feb-2019 |
Matthew Knepley <knepley@gmail.com> |
Doc: Added seealso for pair of functions |