| #
edf60d87
|
| 03-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-partitioner' [PR #1607]
* stefano_zampini/fix-partitioner: small fixes to PetscPartitioner implementations
|
| #
99b53901
|
| 01-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PETSCPARTITIONERPTSCOTCH: vtxdist is of size "size+1" (not "parts+1")
|
| #
04ba2274
|
| 01-May-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartitioner_Simple: size should be taken from part, not dm
|
| #
8b879b41
|
| 27-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
inform user about success of DMPlexRebalanceSharedPoints via a flag
|
| #
df7887d0
|
| 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
Merged in florianwechsung/petsc/fw/vertexrebalancing (pull request #1421)
DMPLEX/PCPATCH: Rebalancing shared points on parallel interfaces
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by:
Merged in florianwechsung/petsc/fw/vertexrebalancing (pull request #1421)
DMPLEX/PCPATCH: Rebalancing shared points on parallel interfaces
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Lawrence Mitchell <wence@gmx.li>
show more ...
|
| #
6a3739e5
|
| 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
conditional definition of functions when petsc is build with parmetis
|
| #
06b3913e
|
| 02-Apr-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
squash dead assignments
|
| #
81a13b52
|
| 29-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
fixed incompatible-pointer-types error when building --with-64-bit-indices=1
|
| #
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>
|
| #
5a7e692e
|
| 25-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
implement comments by Satish
|
| #
0faf6628
|
| 21-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
fixes suggested by lawrence
|
| #
ef74bcce
|
| 21-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
move option freeing, no idea why that fixes a 'free() invalid pointer'
|
| #
8280f2c9
|
| 21-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
style
|
| #
2270999c
|
| 21-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
:%s/if(/if (/g
|
| #
7a82c785
|
| 21-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
DMPlexRewriteSF C only
|
| #
5a30b08b
|
| 20-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
style
|
| #
9f0d8fad
|
| 20-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
rework tests slightly to give platform independent results
|
| #
7f57c1a4
|
| 20-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
refactoring of DMPlexRebalanceSharedPoints. Calculating the new owners of the vertices is now seperated from rewriting the SF
|
| #
240408d3
|
| 20-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
fix strange typo
|
| #
5f441e9b
|
| 19-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
get the comm in the parmetis error message from dm
|
| #
125d2a8f
|
| 18-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
refactor the load balance calculation
|
| #
5dc86ac1
|
| 18-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
implemented some suggestions by lawrence on to conform better to style, reduce communication and shorten things
|
| #
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
|
| #
7d197802
|
| 09-Mar-2019 |
Florian Wechsung <f.wechsung@gmail.com> |
printf to a viewer
|