| 8c09a93f | 08-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4est: fix memory leaks
ex12 non-solve tests now pass |
| a679a563 | 08-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Add missing CHKERRQ |
| 3ed8799e | 08-Apr-2016 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex: Fix analyzer warnings in Fluent reader |
| ec92bd66 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: memory clean up in Injector/InterpolatorTree routines |
| bd3114bf | 05-Apr-2016 |
Dominic Meiser <dmeiser@txcorp.com> |
Fix a couple of includes that violate layering. |
| 9fc93327 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Address static analysis warnings |
| 73b113f7 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex tests ex3: use PETSC_SMALL |
| e9ccc142 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: handle switches between double/PetscReal in mesh generation |
| f92f4fb7 | 07-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix 'unused variable' compile warnings |
| 28552ed4 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexComputerInterpolatorTree(): restore another work array |
| 87a87d9f | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexAnchorsModifyMat(): restore work arrays
There are still some out there... |
| a47f92cb | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexComputeInjectorTree(): fix local / off-process bounds
FAS regression check almost works except for dm work array checked out... |
| c6154584 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexComputeInjectorTree(): more fixes |
| e03d9830 | 07-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexComputeInjectorTree(): fix coarse/fine char mixup |
| 52774845 | 06-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection
* tisaac/sf-fix-multi-sf-leaves: (174 commits) PetscSF: fix PetscSFGetMultiSF() for sparse leaves PetscSF: make
Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection
* tisaac/sf-fix-multi-sf-leaves: (174 commits) PetscSF: fix PetscSFGetMultiSF() for sparse leaves PetscSF: make regression test that fails few more clang static analyzer fixes many issues detected by clang static analyzer Update hypre to its release version Updates for xSDKTrilinos builds Added --download-xsdktrilinos Communicator passed to VecCreateSeq should be PETSC_COMM_SELF PCMG man page: fix typo in options name Bib: Added refs DMLabel: Removed unused variable Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis add alternative output that occurs on some systems due to use of random number generator in partitioner Plex: When creating cohesive submeshes, fix memory leak Plex ex11: Updated output for new distribution algorithm Plex: When explicitly distributing the depth label, we must recreate empty strata Plex: When partitioning, the cell numbering should include hybrid points Plex: Allow cell and vertex numberings to include hybrid points need to show diffs of ex22 if it fails Support two different output for test example, since due to roundoff this example can produce slightly different convergence history ...
show more ...
|
| f30e825d | 06-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexComputeInjectorTree() compiles |
| 171b80e0 | 06-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into sanderarens/fix-plex-neumann-bc
* master: (28 commits) few more clang static analyzer fixes many issues detected by clang static analyzer Update hypre to its release
Merge branch 'master' into sanderarens/fix-plex-neumann-bc
* master: (28 commits) few more clang static analyzer fixes many issues detected by clang static analyzer Update hypre to its release version Updates for xSDKTrilinos builds Added --download-xsdktrilinos DMLabel: Removed unused variable Plex: When creating cohesive submeshes, fix memory leak Plex ex11: Updated output for new distribution algorithm Plex: When explicitly distributing the depth label, we must recreate empty strata Plex: When partitioning, the cell numbering should include hybrid points Plex: Allow cell and vertex numberings to include hybrid points Plex ex1: Fixed output for empty strata DMLabel: Added DMLabelHasStratum() Minor changes and fix to bugs introduced in 82f73ecaa Modified makefile to fix aijcusparse tests Add missing code for the case PETSC_HAVE_VECCUDA Fix bugs introduced in 82f73ecaa Use VECCUDA with MATAIJCUSPARSE CUDA: Fixed visibility and disabled Fortran bindings for VecScatters on GPU. Replace kernels with thrust ...
show more ...
|
| 881e79f6 | 06-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-examples'
* knepley/fix-plex-examples: DMLabel: Removed unused variable Plex: When creating cohesive submeshes, fix memory leak Plex ex11: Updated output for new
Merge branch 'knepley/fix-plex-examples'
* knepley/fix-plex-examples: DMLabel: Removed unused variable Plex: When creating cohesive submeshes, fix memory leak Plex ex11: Updated output for new distribution algorithm Plex: When explicitly distributing the depth label, we must recreate empty strata Plex: When partitioning, the cell numbering should include hybrid points Plex: Allow cell and vertex numberings to include hybrid points Plex ex1: Fixed output for empty strata DMLabel: Added DMLabelHasStratum()
show more ...
|
| ca43db0a | 06-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
few more clang static analyzer fixes |
| cc442fca | 05-Apr-2016 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'pr421/alex/feature-veccuda'
* pr421/alex/feature-veccuda The rationale of this pull request is to have GPU-enabled vectors purely based on CUDA, and with the possibility of placing a u
Merge branch 'pr421/alex/feature-veccuda'
* pr421/alex/feature-veccuda The rationale of this pull request is to have GPU-enabled vectors purely based on CUDA, and with the possibility of placing a user-provided array on the GPU side.
Conflicts: src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
show more ...
|
| 6148253f | 05-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
WIP: DMPlexComputeInjectorTree() |
| d7175764 | 05-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex tests ex3: added regression tests for injectors |
| 80f037f0 | 05-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex tests ex3: fix viewing, creating injectors |
| 55424562 | 05-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: added test for reference tree injector creation |
| c5356c36 | 05-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: fix indexing in reference tree injector creation |