| f2e72f92 | 03-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| c7fe5d73 | 03-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
tests: fix buggy shell in makefile [and corresponding output files] |
| 5ad2b8a8 | 02-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex + FV: remove leaky references in projection functions
These had already been fixed for FE but I must have missed FV |
| 05268e81 | 01-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlexTree: do not skip out of child matrix loops early
Even in the matrix will have size zero rows, we still want to calculate the number of columns, which is useful for keeping track of offsets of
DMPlexTree: do not skip out of child matrix loops early
Even in the matrix will have size zero rows, we still want to calculate the number of columns, which is useful for keeping track of offsets of fields
show more ...
|
| 024f0e92 | 01-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscFV: correct field offsets when limiting gradients |
| 708c7f19 | 01-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMP4estTree: ignore negative values when getting/setting vector values for transfer |
| b716b415 | 01-Jun-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed declaration and complex conversion |
| 62a38674 | 31-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added mode to DMLocatePoints() to change failure behavior - Implement to NEAREST mode in Plex for 2D simplices - Added DMPlexCLosestPoint_Internal() |
| af30148f | 31-May-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscFV: correct field offsets when calculating gradients
The offsets were originally calculated with respect to the closure of the discretization on a cell, but we only want offsets that are with r
PetscFV: correct field offsets when calculating gradients
The offsets were originally calculated with respect to the closure of the discretization on a cell, but we only want offsets that are with respect to the cell-centered variables, which is what the DMPlexPointLocalFieldRead() funciton provides.
show more ...
|
| 17d45055 | 27-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 8a0bd125 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1f90: Updated to new DMPlexCreateBoxMesh() |
| 11b853f8 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Updated output for new PetscObject viewing - Fixed DMPlexCreateBoxMesh() call |
| faae2816 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Updated GMsh output |
| 28acbd11 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Updated output for ending newline |
| 0b59732f | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into tisaac/ts-ex11-amr
* master: Plex ex1: Added another GMsh test Plex+GMsh: Reader now handles optional PhysicalNames section Plex ex1: Reorganized test output |
| df1f6d97 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FV: Integrated changes for FV support with multiple fields |
| 0bced2f6 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-gmsh-reader'
* knepley/fix-plex-gmsh-reader: Plex ex1: Added another GMsh test Plex+GMsh: Reader now handles optional PhysicalNames section Plex ex1: Reorganized
Merge branch 'knepley/fix-plex-gmsh-reader'
* knepley/fix-plex-gmsh-reader: Plex ex1: Added another GMsh test Plex+GMsh: Reader now handles optional PhysicalNames section Plex ex1: Reorganized test output
show more ...
|
| 9884e7e0 | 25-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into tisaac/ts-ex11-amr
* master: (141 commits) chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix petsc4py: fix tarball url [for arbitary c
Merge branch 'master' into tisaac/ts-ex11-amr
* master: (141 commits) chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix petsc4py: fix tarball url [for arbitary commitid] - and dirname in tarball Plex: Moved ReconstructGradients_Internal() and ApplyLimiter_Internal() to Plex from SNES CUDA: Added external declaration for cuBLAS handle. docs: fix reference to KSP_Create in parent commit Add information on PETSC_EXTERN and PETSC_INTERN to developers manual Plex: Symbol is shared between DM and SNES, so must be EXTERN Plex: Remove unused variables Configure: Fix check for spaces in PETSC_DIR Plex: Updated examples to new DMPlexCreateBoxMesh() sick of failure due to incorrect master branch SNES ex12: Fixed unstructured GMG test SNES ex12: Added another unstructured GMG test petsc4py: use the snapshot with the fix for dmplex change Examples that require Fortran to compile but were listed in tests that did not require Fortran Plex ex19: Added DMSetFromOptions() Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature Always coarsen boundaries. Plex: Fixed option name Plex: Protect unused variables ...
Conflicts: src/dm/impls/plex/makefile src/snes/utils/dmplexsnes.c
show more ...
|
| bf018d72 | 25-May-2016 |
Matt Knepley <knepley@gmail.com> |
Merged in mapdes/petsc/gmsh-cell-sets (pull request #481)
plexgmsh: Read Cell Sets as well as Face Sets |
| 7cf71cfd | 25-May-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Choose default partitioner from [chaco, parmetis, simple] |
| 580398e6 | 24-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Moved ReconstructGradients_Internal() and ApplyLimiter_Internal() to Plex from SNES |
| 076698ae | 24-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-mf-prec'
* knepley/fix-plex-mf-prec: (26 commits) Plex: Symbol is shared between DM and SNES, so must be EXTERN Plex: Remove unused variables Plex: Updated examp
Merge branch 'knepley/fix-plex-mf-prec'
* knepley/fix-plex-mf-prec: (26 commits) Plex: Symbol is shared between DM and SNES, so must be EXTERN Plex: Remove unused variables Plex: Updated examples to new DMPlexCreateBoxMesh() TS ex11: Fixed output for new ROSW Plex: Forgot internal declaration Plex: Fixed ComputeIntegral() to work with FVM - May still have a bug, not sure Plex: Fixed ResconstructGradients_Internal() to take an FVM and to work in multifield problems - ApplyLimiter_Internal() now can limit an FV field within a multifield problem PetscFV: Added -petscfv_compute_gradients SNES ex12: Fixed output for NGS PetscDS: Added GetFieldIndex() and GetFieldSize() - Fix to accept FV as well Plex: Forgot to eliminate PetscRealPart() after type change Plex: fix line geometry for localized Plex: fix section access to last commit DMPlex: fix rectanlge geometry for localized DMConvert_p4est_plex: set projection height early, so it passes to coordinate dm DMLocalizeCoordinates(): make more flexible and targeted Plex: When forming Jacobian, just use identity for FV fields Plex+FE: Added missing FV dual space PetscFE: If all Jac pointwise functions are NULL, do not evaluate DMP4est: change order of setting projection height and localizing coordinates ...
show more ...
|
| f808ad09 | 24-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Added another GMsh test |
| dc0ede3b | 24-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+GMsh: Reader now handles optional PhysicalNames section |
| 08ca23e9 | 24-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Reorganized test output |