| #
6e203dd9
|
| 14-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexPartitionLabelInvert: loop only over the neighbors
Update output files since the previous code was accessing the label values in an ordered way
|
| #
a8c5bd36
|
| 12-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: fix improper usage of STDOUT_WORLD
|
| #
6e0288c8
|
| 12-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: fix coding standards
|
| #
524e35f8
|
| 12-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSF: added logging support for functions used by DMPlex
|
| #
8e330a33
|
| 12-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: speed up DMPlexPartitionLabelClosure_Private
instead of computing the closure for each point, recursively add the cone with this optimization, using a 128^3 simplex mesh an 16 processes on m
DMPLEX: speed up DMPlexPartitionLabelClosure_Private
instead of computing the closure for each point, recursively add the cone with this optimization, using a 128^3 simplex mesh an 16 processes on my workstation -> from 7 seconds to 1.2
Change the name of the function and its prototype since the label and ranks arguments are unused
show more ...
|
| #
30b0ce1b
|
| 12-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: add few missing events to help optimizing the code
|
| #
af5aa23e
|
| 07-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
e78d1dbd
|
| 07-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-plex-partition-squash (pull request #1619)
DMPlex: Fix repartition and overlap
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
31bc6364
|
| 24-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix DMPlexCreateOverlap() to always add the closure in the overlap
* This fixes DMPlexDistributeOverlap() for non-conforming meshes using FEM adjacencies.
|
| #
e4ed0c0a
|
| 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-plex' into maint [PR #1601]
* stefano_zampini/fix-plex: DMPlexView_Ascii: dump coordinates only if present DMPlexStratifyMigrationSF: fix for depth = 0 plex
|
| #
4246f777
|
| 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-plex' [PR #1601]
* stefano_zampini/fix-plex: DMPlexView_Ascii: dump coordinates only if present DMPlexStratifyMigrationSF: fix for depth = 0 plex
|
| #
5510c841
|
| 28-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexStratifyMigrationSF: fix for depth = 0 plex
|
| #
bba01988
|
| 14-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Spelling typo fix
Commit-type: style-fix
|
| #
10682a7e
|
| 26-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plex-distribute (pull request #1454)
DMPLEX: Speedup DMPlexDistribute[Overlap]()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
b1a25a8e
|
| 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
undo some empty lines
|
| #
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
|
| #
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
|
| #
8000f006
|
| 15-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
e90062f0
|
| 14-Mar-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-move-adj-to-dm (pull request #1424)
Knepley/feature move adj to dm
|
| #
b0441da4
|
| 09-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Eliminate DMPlexGet/SetAdjacencyUseCone/Closure() in favor of DMGet/SetBasicAdjacency()
|