| cfc9abc1 | 08-Nov-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PlexTree: fix temporary work array size issue |
| 59fc6756 | 10-Nov-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
DMPlexTree: symmetries in injector construction |
| 0892ce5f | 14-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGeometry: fix 3dto2d geometry for rectangles
we have to use the same vectors to compute the determinant that we use to compute the projection |
| 4db47ee9 | 06-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMCreateInterpolation_Plex: according to the docs, the scaling argument is optional |
| d4e6627b | 06-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexCreateSpectralClosurePermutation: fix for 3d |
| 367003a6 | 28-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor fixes |
| 0c8457d4 | 21-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
plex tut ex1f90: replace literal int args by named constants to avoid problem with 64-bit |
| 12422b44 | 23-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-plex-tut-ex1f90-64idx' [PR #1242]
* haplav/fix-plex-tut-ex1f90-64idx: Fix plex tutorial ex1f90 for 64-bit indices. |
| f5367abe | 23-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/reduce-test-output-plex-tutorials-ex5_new_dm_view' [PR #1241]
* haplav/reduce-test-output-plex-tutorials-ex5_new_dm_view: Plex tutorial ex5: bypass diff test for new_dm_view by
Merge branch 'haplav/reduce-test-output-plex-tutorials-ex5_new_dm_view' [PR #1241]
* haplav/reduce-test-output-plex-tutorials-ex5_new_dm_view: Plex tutorial ex5: bypass diff test for new_dm_view by using file output Output of test new_dm_view goes to a file. This should make this test more robust with respect to diff. Mainly to test DMView() itself so this should be sufficient.
show more ...
|
| bf8dd28a | 15-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed allocation for refinement - Edge vertices also might have supports where new cells are added |
| 9167fb23 | 22-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-plex-refine-allocation' [PR #1230]
* knepley/fix-plex-refine-allocation: Plex: Fixed allocation for refinement Edge vertices also might have supports where new cells are ad
Merge branch 'knepley/fix-plex-refine-allocation' [PR #1230]
* knepley/fix-plex-refine-allocation: Plex: Fixed allocation for refinement Edge vertices also might have supports where new cells are added
show more ...
|
| 03dff062 | 21-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
plex tut ex1f90: replace literal int args by named constants to avoid problem with 64-bit |
| 6d6cf996 | 21-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Plex ex30: Added hdf5 requirement to test.
Dropped datafilespath requirement because data file is within PETSc repository. |
| 699b9f65 | 20-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Plex tut ex5: Output of test new_dm_view goes to a file.
This should make this test more robust with respect to diff. I had done this test mainly to test DMView() itself so this should be sufficient. |
| 6ed59724 | 19-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Plex ex30: Fixed path to datafile. |
| 8f46f64c | 19-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1215/cmg43/feature-scalable-partition/master' [PR #1215] |
| 3006fcb8 | 16-Nov-2018 |
Lawrence Mitchell <lawrence@wence.uk> |
plex: Add test that provoked memory error in refinement |
| 8c89dc97 | 16-Nov-2018 |
Chris Golinski <cmg43@buffalo.edu> |
plex: ex29.c added petscpartitioner_type simple to tests 0 and 1 |
| 5eede1bb | 16-Nov-2018 |
Chris Golinski <cmg43@buffalo.edu> |
plex: ex28.c changed comment format mat: ex72.c line 49 changed fgets argument from PETSC_MAX_PATH_LEN to sizeof(line) |
| 28e96ad3 | 16-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]
* haplav/fix-plex-interpolate-interface-cones: DMPlexIntepolate: fix orientation of faces in interface Fixes orientation of face
Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]
* haplav/fix-plex-interpolate-interface-cones: DMPlexIntepolate: fix orientation of faces in interface Fixes orientation of faces in interface (i.e. order and orientations of the corresponding cones) so that they conform across ranks.
show more ...
|
| 0b7d4b58 | 15-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed allocation for refinement - Edge vertices also might have supports where new cells are added |
| 67aa0e3d | 13-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix compiler warnings about unused/unitialized variables |
| a5e237b8 | 13-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-plex-label-viz' [PR #1222]
* knepley/feature-plex-label-viz: Plex: Added DMPlexCreateLabelField() to view labels with VTK Plex: Automatically view label using -dm_label
Merge branch 'knepley/feature-plex-label-viz' [PR #1222]
* knepley/feature-plex-label-viz: Plex: Added DMPlexCreateLabelField() to view labels with VTK Plex: Automatically view label using -dm_label_view
show more ...
|
| 14ab0c22 | 12-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ExchangeArrayByRank_Private: fix missing MPI_Waitall() call! |
| 2f02747b | 11-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-plex-reorder-setup' [PR #1224]
* knepley/fix-plex-reorder-setup: Plex: The DM coming out of DMPlexPermute() should be setup |