| d116d40f | 14-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/remove-cu-links' into 'maint'
use #include instead of soft links from .cu to .c files - as links are causing grief with mingw
See merge request petsc/petsc!2523 |
| 8e5aa403 | 13-Feb-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
git grep -l "seperate" | xargs sed -i '' -e 's/seperate/separate/g'
Commit-type: spelling-fix Reported-by: Pierre JOLIVET <Pierre.Jolivet@enseeiht.fr> |
| 7243573d | 14-Feb-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Typos+nonexistent functions+"Not yet cataloged" |
| 554d21ae | 13-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
use #include instead of soft links from .cu to .c files - as links are causing grief with mingw
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
| fd292e60 | 12-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix more typos and add missing examples |
| 126da3a8 | 05-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| dbf6bb8d | 05-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
PCView error with MUMPS, GAMG, and LMVM |
| b470e4b4 | 03-Feb-2020 |
Richard Tran Mills <rmills@rmills.org> |
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of Pe
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of PetscSF as well as allocating host memory when GPUs are being employed.
show more ...
|
| 98a50a76 | 28-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| fdd15c9a | 27-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix typos in doc |
| 276f8f1b | 23-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-12-01/nd-default-cholesky-icc-aij' into 'master'
Change the default behavior of PCCHOLESKY to use nested dissection...
See merge request petsc/petsc!2344 |
| f4a7d50a | 22-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/pcgamg-threshold-doc'
PCGAMG Threshold: improve documentation and error handling
See merge request petsc/petsc!2458 |
| 9bd791bb | 02-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the default behavior of PCCHOLESKY to use nested dissection ordering for AIJ matrices
Previously the defaults where hardwired to natural since SBAIJ only supports natural. But this meant that
Change the default behavior of PCCHOLESKY to use nested dissection ordering for AIJ matrices
Previously the defaults where hardwired to natural since SBAIJ only supports natural. But this meant that when run with AIJ the default was low efficiency.
Commit-type: optimization Reported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
|
| 247fc283 | 18-Jan-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Small fixes for Fortran and SLEPc compilation |
| cab5ea25 | 18-Jan-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
General PETSc fixes
* make generatefortranstubs.py handle .cxx * bump HPDDM version + minor hypre cleaning |
| 055c8bd0 | 20-Jan-2020 |
Jed Brown <jed@jedbrown.org> |
PCGAMG Threshold: improve documentation and error handling
This is kind of a mess of poor dependencies and error handling. We normally pass array lengths before the array, but have it backwards her
PCGAMG Threshold: improve documentation and error handling
This is kind of a mess of poor dependencies and error handling. We normally pass array lengths before the array, but have it backwards here (perhaps it should be changed, but it's a breaking change).
show more ...
|
| 04679c46 | 20-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-cell-types' into 'master'
Knepley/feature dm cell types
See merge request petsc/petsc!2446 |
| ecf54f4a | 17-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| ba2698f1 | 17-Dec-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM+Plex: Now classify cells by polytope type - Defined the polytope type of a cell. added names and special shortcut pointer like depth - Fixed DMLabelMakeValid() to optimize for contiguous runs of
DM+Plex: Now classify cells by polytope type - Defined the polytope type of a cell. added names and special shortcut pointer like depth - Fixed DMLabelMakeValid() to optimize for contiguous runs of points - Added cell polytope type label to DM - This needs special processing, like depth - Added DMPlexGetPointDepth(), DMPlexGetCellType(), DMPlexGetCellTypeLabel() - DMPlexComputeCellTypes() infers the cell type for all points using dim/depth/coneSize/ghostCells - DMPlexGetRawFace(Hybrid)_Internal() now takes the cell type. This means we can unify the functions later. - Replaced switch(dim/coneSize) constructs with cell type
show more ...
|
| fdb86571 | 10-Jan-2020 |
Richard Tran Mills <rmills@rmills.org> |
Fixed a typo: "glabal" --> "global". |
| 8372926a | 06-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| be4a8d98 | 06-Jan-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Documentation fixes |
| c3b366b1 | 06-Jan-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Double CHKERRQ |
| 6d33885c | 05-Jan-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Missing manual page |
| 58aabcb9 | 07-Nov-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Handle -ksp_reuse_preconditioner |