| 1c1da8e7 | 05-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| de90e220 | 04-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
clang-analyzer: fix warnings |
| 2cd485c2 | 30-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Simplify PetscFree() calls on const pointers; no longer require additional variables
Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org> |
| f1d4cc8f | 30-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed a couple errors in the commit to Fixes for use of PetscMallocN() with const type input
Commit-type: portability-fix Reported-by: Jed Brown <jed@jedbrown.org> |
| f489ac74 | 30-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for use of PetscMallocN() with const type input
Microsoft compilers warn about incompatiblity between pointers passed to new PetscMallocA() function
Commit-type: portability-fix, testing-fix
Fixes for use of PetscMallocN() with const type input
Microsoft compilers warn about incompatiblity between pointers passed to new PetscMallocA() function
Commit-type: portability-fix, testing-fix Reported-by: nightly tests
show more ...
|
| c1879b55 | 26-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added affine transforms for 3D hex refinement |
| 216459d3 | 25-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex19: Added test for L2 projection between non-nested grids |
| bd041c0c | 25-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMCreateMassMatrix() - Added Plex implementation, but not for nested case yet - We want this for L2 projection to supplement interpolation/restriction |
| 96786f27 | 23-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove incorrect use of C99 feature
Commit-type: portability-fix Reported-by: nightly tests |
| b7b8f77a | 21-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
F90Array routines now take a MPI_Datatype argument instead of PetscDataType
This is part of the refactorization to limit and maybe eventually eliminate PetscDataType since it duplicates MPI_Datatype
F90Array routines now take a MPI_Datatype argument instead of PetscDataType
This is part of the refactorization to limit and maybe eventually eliminate PetscDataType since it duplicates MPI_Datatype functionality (poorly).
Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| 94fbd55e | 20-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of PetscDataType from VTK code and other trivial location.
Reason: PetscDataType is duplicative to MPI_Datatype therefor we hope to limit its use and perhaps eventually completely remove
Remove use of PetscDataType from VTK code and other trivial location.
Reason: PetscDataType is duplicative to MPI_Datatype therefor we hope to limit its use and perhaps eventually completely remove it.
Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org> Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 63ae3eca | 19-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/dmplex-boxmesh-1d (pull request #778)
DMPlexCreateBoxMesh: Support for 1D meshes |
| 6d20ae03 | 19-Oct-2017 |
Jed Brown <jed@jedbrown.org> |
DMPlexComputeGradientClementInterpolant: fix debug statement for complex |
| 405d97de | 18-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| dd2ebd6c | 18-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-chkerrq-after-seterrq/maint' into maint |
| 10ee93eb | 18-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
test: Add 1D tests for DMPlexCreateBoxMesh() |
| dfbdcd69 | 17-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix unused varaible warnings |
| a6ba33f0 | 13-Oct-2017 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexDistribute: fix undefined output sf in sequential run |
| fdbf62fa | 17-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlexCreateBoxMesh: Support for 1D meshes |
| 576e7578 | 15-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| f8527842 | 15-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed bug in Clement interpolation - Fixed test output |
| 0b342fd5 | 14-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-adaptor-plex
* master: (56 commits) test: Disable TS ex19 with single precision PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis() test: Fi
Merge branch 'master' into knepley/feature-adaptor-plex
* master: (56 commits) test: Disable TS ex19 with single precision PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis() test: Fix TS ex19 time drift issue with quad precision testing Minor edit to 3.8 changes log for AIJMKL/BAIJMKL. Bib: Added ref Plex: Change initializers for C89 small update as complained by nightly tests doc: fix missing from 0e50f9e530a7b78427514d3e384f6941d4a9cc62 small fix for nightly tests PetscDualSpaceApplyFVM(): Fix for change in dual space semantics Plex: All tests now passing after DMPlexCreateBoxMesh() update cleanup MatPtAP_MPIAIJ_MPIAIJ; rm MatPtAPXXX_MPIAIJ_MPIAIJ_ptap() update MatView_MUMPS() PFLOW: Bug-fix in parser. PFLOW: Bug-fix in parser. Plex: Small fix for box meshing Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh() Plex: Added domain bounds to HexBoxMesh() ...
show more ...
|
| c8c7c727 | 13-Oct-2017 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexDistribute: fix undefined output sf in sequential run |
| 9266379e | 12-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Bad merge for composed functions |
| 61eb20e5 | 12-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
test: Add tests for PTScotch partitioner |