| 903fd863 | 31-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: add more tests to testset 7% |
| caef2048 | 31-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-plex-hybrid-input' [PR #1922]
* knepley/feature-plex-hybrid-input: Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides Plex+ExodusII: Order hybrid ce
Merge branch 'knepley/feature-plex-hybrid-input' [PR #1922]
* knepley/feature-plex-hybrid-input: Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides Plex+ExodusII: Order hybrid cells last, and set hybrid bounds in DM Plex ex1: Added more wedge tests
show more ...
|
| c259827c | 30-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/plex-ex18-enable-parallel-partitioning-uninterpolated-meshes' [PR #1918]
* haplav/plex-ex18-enable-parallel-partitioning-uninterpolated-meshes: ex18: add back in -interpolate {{
Merge branch 'haplav/plex-ex18-enable-parallel-partitioning-uninterpolated-meshes' [PR #1918]
* haplav/plex-ex18-enable-parallel-partitioning-uninterpolated-meshes: ex18: add back in -interpolate {{none parallel}} It seems @Matthew Knepley has already fixed the reason why these tests were TODO.
show more ...
|
| 9a6228f2 | 30-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-dmplexgetconerecursive' [PR #1917]
* haplav/fix-dmplexgetconerecursive: Follow up Pull Request #1906 - realized this issue when further building upon that. |
| 71389406 | 30-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Fix test requirement |
| beaa2648 | 30-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Added more wedge tests |
| e8f6893f | 30-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+ExodusII: Order hybrid cells last, and set hybrid bounds in DM |
| a5b208b6 | 30-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+GMsh: Allow hybrid meshes where wedges match cells at wedge sides |
| 1cf1d7cb | 30-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: CreateMesh_1D: Fix space dimension 2 -> 1.
Use user->dim instead of special variable - different topological and spatial dimension don't make sense here. |
| 72753dde | 16-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
ex18.c was passing __float128 cast to double for 1d case and size 1 and never filled coordinates with values for 1d cases
Commit-type: bug-fix Reported-by: Jenkins |
| 248eb259 | 30-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Remove redundant custom fortran stub for DMPlexInterpolate().
Discussion in [petsc-dev] https://lists.mcs.anl.gov/pipermail/petsc-dev/2019-July/024792.html |
| daa3e677 | 29-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: add back in -interpolate {{none parallel}} |
| 694e9bc4 | 29-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
add dm_impls_plex_tests-ex18_2c which tests that |
| ac03b901 | 29-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeRecursive: Don't jump out for n=0.
This makes no sense and leads to undefined outputs. All works fine for n=0, just 0-sized objects are returned. |
| 57d7ab50 | 29-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-generalize-dmplexgetconerecursive' [PR #1906]
* haplav/feature-generalize-dmplexgetconerecursive: generalize DMPlexGetConeRecursive |
| 32423fc4 | 26-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces: fix several missing CHKERRQ |
| 05393080 | 25-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jczhang/sf-more-opts' [PR #1567]
* jczhang/sf-more-opts: Add more optimizations in SF and use it as the default for VecScatter. |
| ee449d1e | 24-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: fix leak in TestExpandPoints |
| fad02058 | 03-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Test dm_impls_plex_tests-ex18_2b added.
Tests DMPlexGetConeRecursive. |
| 6df680f7 | 02-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Test dm_impls_plex_tests-ex18_2a test added.
Tests -dm_plex_check_cones_conform_on_interfaces_verbose, hence DMPlexCheckConesConformOnInterfaces(), hence DMPlexGetConeRecursiveVertices() |
| af9eab45 | 03-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexGetConeRecursive: Return ISs and sections for all depths.
- Get rid of recursive function calls. - Add DMPlexGetConeRecursiveVertices which returns just the IS of depth 0. - Add DMPlexRestoreC
DMPlexGetConeRecursive: Return ISs and sections for all depths.
- Get rid of recursive function calls. - Add DMPlexGetConeRecursiveVertices which returns just the IS of depth 0. - Add DMPlexRestoreConeRecursive which deallocates stuff allocated by DMPlexGetConeRecursive.
show more ...
|
| 052112bf | 02-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Test dm_impls_plex_tests-ex18_2b removed.
It's the same as dm_impls_plex_tests-ex18_2 |
| 8f2c89e7 | 02-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces: option for verbose print |
| 40d3332d | 23-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-med-inversion' [PR #1900]
* knepley/fix-med-inversion: Plex: MED tetrahedra are not inverted |
| ff5bdb39 | 23-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jed/fix-med-types/maint' [PR #1891]
Post-merge update of error message. |