| faa5ff5a | 10-Aug-2018 |
Karl Rupp <me@karlrupp.net> |
Plex test ex5: Removed "future" test, as it resulted in issues in the nightly tests.
Nightly tests look for the respective output file, which is not yet there. As soon as the functionality is ready,
Plex test ex5: Removed "future" test, as it resulted in issues in the nightly tests.
Nightly tests look for the respective output file, which is not yet there. As soon as the functionality is ready, the test can be added back in.
show more ...
|
| a8f87f1d | 11-Jul-2018 |
Patrick Sanan <patrick.sanan@gmail.com> |
VTK Viewer: add flag to skip DM check PetscViewerVTKAddField(), compatibility check for DMDA, PetscViewerVTKGetDM()
In the DMDA case, this allows for compatible, yet different, DMDAs to be attached
VTK Viewer: add flag to skip DM check PetscViewerVTKAddField(), compatibility check for DMDA, PetscViewerVTKGetDM()
In the DMDA case, this allows for compatible, yet different, DMDAs to be attached to the provided Vecs.
This is done as the fields are added, by using a new PetscViewerVTKGetDM() function to check for compatibility, with the help of DMGetCompatibility(). The new flag for PetscViewerVTKAddField() is used to skip the existing, more stringent requirement that all fields must come from vectors generated from the same DM.
show more ...
|
| c091126e | 02-Jul-2018 |
Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> |
plex: Fix partition balance mesh distribution
If we're attempting to balance the point distribution, after the voting round, we do not have the owning rank, but rather the vote. So perform another
plex: Fix partition balance mesh distribution
If we're attempting to balance the point distribution, after the voting round, we do not have the owning rank, but rather the vote. So perform another reduction to get the rank before broadcasting.
show more ...
|
| 82effdf1 | 08-Jun-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added algorithm to balance partition
This attempts to evenly divide the partition boundary between processes.
It picks a random shift for the process ranks at each point. That way max() unifo
Plex: Added algorithm to balance partition
This attempts to evenly divide the partition boundary between processes.
It picks a random shift for the process ranks at each point. That way max() uniforms selects a process
show more ...
|