| ed44d270 | 18-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
some comments |
| 4baf1206 | 18-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
use a preallocator to build the adjacency matrix |
| b1a25a8e | 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
undo some empty lines |
| 7d197802 | 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
printf to a viewer |
| d5a1eb85 | 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
updated test output |
| 694ea26e | 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
use PetscMemcpy instead of manually doing the loop |
| 1f63ebaf | 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
get rid of old comments, undo some debugging changes |
| 12617df9 | 07-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
added test for point rebalancing |
| d5528e35 | 07-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
specify which type of entity to balance (e.g. 0 => vertices, 1 => edges in 2D) |
| 2953a68c | 13-Feb-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
no more warnings or valgrind complaints |
| a2ab42c9 | 13-Feb-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
trying to be a good citizen by following the style guide |
| cf818975 | 06-Feb-2019 |
Florian Wechsung <wechsung@maths.ox.ac.uk> |
clean up and comments |
| 41525646 | 06-Feb-2019 |
Florian Wechsung <wechsung@maths.ox.ac.uk> |
add ability to perform the rebalancing in serial, add timings |
| 7407ba93 | 05-Feb-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
cleanup, debug output |
| 0941debb | 25-Jan-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
WIP: build full connectivity between vertices on parallel interface |
| 8c9a1619 | 05-Jan-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
try assembling the graph via buiding the adjacency matrix, takes care of some of the communication for us |
| cb87ef4c | 04-Jan-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
move things to plexpartition and use ptscotch |
| 7ef73641 | 01-Jan-2019 |
Florian Wechsung <wechsung@maths.ox.ac.uk> |
add option to use current parallel distribution as initial guess |
| df3a4c32 | 29-Dec-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
Balance seems to improve significantly if we sort the adjacency list |
| 3bb0adc4 | 25-Dec-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
a few comments |
| c965bd60 | 25-Dec-2018 |
Florian Wechsung <f.wechsung@gmail.com> |
first go at C implementation of SF rebalancing |
| f8f0706a | 19-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d7f7338.
Accidentally merged to `master` instead of `next`. If tests turn out okay, this revert will be reverted.
show more ...
|
| 792b654f | 18-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Expose creation functions for subdm and superdm from a Section |
| 874ddda9 | 17-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Speedup DMPlexPartitionLabelInvert()
Setting up a process SF with dense all-to-all ran graph is not scalable, so try to use plain MPI All-to-All. |
| 825f8a23 | 13-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Faster construction of the partition label |