| 435bcee1 | 03-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
housekeeping: Silent some warnings from static analyzers |
| 9debd778 | 05-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added Fortran bindings for PlexPartitionerSet/GetType() |
| 8dab3259 | 05-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fortran bindings for numberings |
| 10b92ba9 | 05-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces: input arg validation |
| 124f9872 | 05-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces: doc |
| 29b23be7 | 02-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces() employed in ex18 |
| f84a5eb8 | 27-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces() impl. |
| d4636a37 | 26-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeRecursive() impl. |
| 0ce7577f | 26-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeTuple() impl. |
| 833c876b | 26-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix DMPlexGetCone() doc |
| 2e0aa6f0 | 05-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'dalcinl/glvis' [PR #1153]
* dalcinl/glvis: GLVis Enhancements GLVis: Add command line options GLVis: Change visualization defaults for 1D/2D mesh/solution GLVis: Add command line optio
Merge branch 'dalcinl/glvis' [PR #1153]
* dalcinl/glvis: GLVis Enhancements GLVis: Add command line options GLVis: Change visualization defaults for 1D/2D mesh/solution GLVis: Add command line options to send arbitrary keys and commands GLVis: Refactor implementation for DMs and Vec Do not use nonlocal returns (setjmp/longjmp) for I/O error handling. Add PetscGLVisCollective{Begin|End}() to handle closed windows. Remove duplicated code in Plex and DA, use instead a routine with a callback in charge of dumping data to the GLVis server.
show more ...
|
| fcd2bbcc | 01-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: add 'requires: TODO' to all failing tests |
| 87e7436b | 01-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: Much more massive tests.
Taken from haplav/fix-dmplex-distributed-interpolation. |
| 303bf7c4 | 14-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Correct test quad_1 output - cell shouldn't be in SF |
| 03da9461 | 01-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckPointSF() impl. and called in ex18 |
| 9cc17fbd | 14-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Make functions static |
| 26d8ade0 | 13-Sep-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: -faces specifies numbers of faces per dimension for generator |
| 775339ea | 11-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: -interpolate_after_distribute replaced by -interpolate with multiple values |
| 049028c4 | 09-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: add -interpolate_after_distribute |
| dd723947 | 11-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Remove dm from context |
| 5666e41a | 09-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: mesh creation routines now take interpolate argument |
| fd863045 | 09-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: always obey interpolate flag |
| 2d34960d | 09-Aug-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlex test ex18: add -distribute, set partitioner from options |
| 0286d493 | 30-Sep-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
GLVis: Refactor implementation for DMs and Vec
* Do not use nonlocal returns (setjmp/longjmp) for I/O error handling. * Add PetscGLVisCollective{Begin|End}() to handle closed windows. * Remove dupli
GLVis: Refactor implementation for DMs and Vec
* Do not use nonlocal returns (setjmp/longjmp) for I/O error handling. * Add PetscGLVisCollective{Begin|End}() to handle closed windows. * Remove duplicated code in Plex and DA, use instead a routine with a callback in charge of dumping data to the GLVis server.
show more ...
|
| 9ad3d12a | 01-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-pcksp-fetidp-maint' [PR #1145] |