| 0c411818 | 18-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Removed extra semicolon |
| 8c7c9766 | 18-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex15: Switched to simple partitioning |
| 22a19fa9 | 17-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Tests: Turned off some tests that do not very in single precision |
| 2e772858 | 17-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
PetscPartitioner: use simple partitioning for regression tests
Because the partitioner by default depends on those packages available, we need to use the always-available simple in regression tests |
| 98bfe4c2 | 17-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed cylinder tests |
| e8ff2d25 | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexCreateHexBoxMesh: no cells in z direction for 2D |
| 15531a4e | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Merge remote-tracking branch 'origin/knepley/feature-plex-torus' into tisaac/feature-fe-dual-apply
* origin/knepley/feature-plex-torus: Plex: Cylinder fixes for complex Plex ex1: Test for period
Merge remote-tracking branch 'origin/knepley/feature-plex-torus' into tisaac/feature-fe-dual-apply
* origin/knepley/feature-plex-torus: Plex: Cylinder fixes for complex Plex ex1: Test for periodic cylinder Plex: I think periodic cylinder is working Plex ex1: Updated torus test Plex: Torus can now be arbitrarily refined Plex ex1: Added a cylinder test Plex: Added cylinder mesh Plex: Some cleanup with mesh generation
show more ...
|
| d35a276d | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixes creation of hex box meshes and added tests |
| e3b7f829 | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: helper function used in all cases now |
| d1322781 | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Plex tests ex7: make partitions portable for testing |
| 5119f1e2 | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: use MPIU_2INT instead of MPI_2INT |
| bec1f4aa | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Choose correct dual space for sub meshes |
| 2a2cbb2e | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
MatAIJ KLU: remove redefinition of SuiteSparse_long
SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be, and provides a mechanism for overriding it, but that shou
MatAIJ KLU: remove redefinition of SuiteSparse_long
SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be, and provides a mechanism for overriding it, but that should be done at configure time, not in a source file. Dictating causes compliance errors, even when is the same size.
show more ...
|
| 84572feb | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexRefine_CTetgen() mimics DMPlexRefine_Tetgen() |
| 77a085f5 | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexGenerate_Tetgen(): mimic ctetgen so it can be used equivalently |
| 71752167 | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Cylinder fixes for complex |
| f54005ad | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Test for periodic cylinder |
| 006a8963 | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: I think periodic cylinder is working |
| 4d3632b5 | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Updated torus test |
| dbc1dc17 | 16-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Torus can now be arbitrarily refined |
| 6233dc67 | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexGenerate: use Tetgen if it's available |
| acfe6ead | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
c++ fixes |
| 30b59e7d | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Plex tests ex3: make num_comp default to dim
other wise running the program without options fails, which isn't a good look. |
| 62b80c4e | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/fix-pipeline-tests' into tisaac/feature-fe-dual-apply
* tisaac/fix-pipeline-tests: mpiuni: disable tests that don't work with mpiuni Various tests complex scalar fixes Ple
Merge branch 'tisaac/fix-pipeline-tests' into tisaac/feature-fe-dual-apply
* tisaac/fix-pipeline-tests: mpiuni: disable tests that don't work with mpiuni Various tests complex scalar fixes Plex tests ex10: 64bit indices fix Plex tests ex4: fix for c++ bools PetscHash: correct test for 64 bit indices use proper manual pages for PetscObjectXXXOptionsPrefix()
show more ...
|
| c4cbe8f1 | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
CGNS: compatibility updates
- if configuring with hdf5, try using the discovered libs for cgns - use namespace macros if they are present in cgnslib.h - also undefine I in cgns example ex2.c |