| #
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
|
| #
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()
|
| #
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
|
| #
0358368a
|
| 04-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscPartitioner: Added viewer for partition graph
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
ddad275a
|
| 21-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
|
| #
df4be7ee
|
| 16-Jan-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-multiple-ds
* master: (156 commits) Added missing CHKERRQ() KSP ex56: Added alt output file for ex56_2. Revert "KSP ex56: Updated test output and dom
Merge branch 'master' into knepley/feature-multiple-ds
* master: (156 commits) Added missing CHKERRQ() KSP ex56: Added alt output file for ex56_2. Revert "KSP ex56: Updated test output and domain size for test _2." DMStag tutorial ex4: fix stencil errors Hierarchical partitioner: added an alt output file Add support for DMGetMatrix() with periodic boundary conditions in one dimension for DMDA. Fixed incorrect 'ntext' argument in PetscOptionsEList call in SNES ex12.c ISCreateSubIS: Initialize variables owner and lidx to avoid compiler warnings metis: provide -download-metis-use-doubleprecision option KSP ex56: Updated test output and domain size for test _2. Hierarchical partitioner: add a bit documentation ISCreateSubIS: Added checkers for parameters Added a test for hierarchical partitioning vertex weights Plex+Doc: Document options for DMPlexCreateBoxMesh() Hierarchical partitioner supports vertex weights Create an API ISCreateSubIS that extracts Add an alt output file Plex: Can now give bounds to DMPlexCreateBoxMesh() from options - Use -dm_plex_box_lower and dm_plex_box_upper PCMG: These methods should be optional PCMG: Make PCMGGet/SetLevels() proper member functions - Also need to compose them in GAMG ...
Conflicts: src/dm/impls/plex/plexsection.c
show more ...
|
| #
b0ff8462
|
| 02-Jan-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-partition-parallel'
|