| 8a650c75 | 03-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: Send also root ranks.
Translation to root numbering now factored out as a macro. |
| 419e787b | 02-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Temporarily added DMPlexCheckPointSF() call to DMPlexInterpolate().
Turned on by default in ex18. |
| c744bbe1 | 02-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: moved some vars from inner blocks to main block |
| 9e24d8a0 | 02-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: variables l,r,points replaced by p |
| cae7fe92 | 26-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
replaced misused PetscSFNode* by PetscInt*[2] |
| c8148b97 | 25-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Loop through leaves isn't loop through locals!
And having 0 as default value isn't a good idea since 0 is an actual DAG point. |
| ca8609c9 | 25-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexOrientPointSF_Internal: changed debug prints to show the loop is wrong |
| 3ede9f65 | 24-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Only interpolate SF that has been setup |
| 2e745bda | 22-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix orientation for interpolated SF
- Fix only works in 2D right now |
| 2fca8e74 | 02-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Plex test ex18: removed all TODOs from tests - must be fixed in this branch |
| a5d34939 | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex20: Corrected an over-labeling |
| effbd7cb | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Field names with spaces break VTK output |
| f0201e3d | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Added two tests for parallel load balancing |
| 1dd64b7f | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Added DMSetFromOptions() |
| 36903a76 | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Reorganize partitioner setup |
| 52318f65 | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Name change |
| 30154296 | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Added -cells option |
| 6c9587e1 | 08-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex12: Added some sample usages |
| 8f4e72b9 | 07-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed bug in parallel partitioner input - We were not properly creating the parallel adjacency graph |
| 2abdaa70 | 07-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Reorganized Partitioner viewing |
| 5b440754 | 07-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added imbalanceRatio and debugFlag members to PetscPartitioner_Parmetis |
| 72379da4 | 07-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added edgeCut and balance members to PetscPartitioner |
| 03132937 | 07-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwis
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
show more ...
|
| f95ace6a | 06-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix DMPlexCreateRankField() so that no one interfere with the discretization - Also check inputs |
| 002a2709 | 06-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Automatically view label using -dm_label_view |