| 6c30de3e | 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant_sbaij' |
| fced3c3f | 30-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-setters' |
| 53cd1579 | 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm getredundantmatrix from matops; rename MatGetRedundantMatrix to MatCreateRedundantMatrix |
| 0c5b88fc | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fixes-and-improvements-multilevel' |
| b32a5824 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/get-rid-of-PCBDDCApplySchur' |
| 68668abe | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; forgot to call destroy on local schur complement |
| c386a3a7 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCIS: memory leak when using multilevel BDDC |
| 9f00e9b4 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: overlap coarse solver with local substructure correction when possible |
| a26c9d0e | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: add missing error signal
Parmetis comment removed since the code dynamically adjust to the partiotion obtained |
| 6bcfc461 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: temporary solution copies can be avoided as well when the rhs does not change |
| 8d00608f | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: avoid unneeded copies of rhs during presolve |
| deec49d1 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: need to get the correct type
It could have been changed from options |
| fc57ca16 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/get-rid-of-PCBDDCApplySchur' |
| 7975dbca | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fix-dirichlet-trick' |
| ed6c3d69 | 28-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; get rid of PCBDDCApplySchur/Transpose use MatSchurComplement instead
note: the previous code gave erroneous results for very small local matrices, due to caching issues in the MatMult inside
PCBDDC; get rid of PCBDDCApplySchur/Transpose use MatSchurComplement instead
note: the previous code gave erroneous results for very small local matrices, due to caching issues in the MatMult inside PCBDDCApplySchur
show more ...
|
| e71e7a71 | 27-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fixed typo in the code |
| 8efcfb23 | 27-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: PCPostSolve should restore nonzero intial guess flag as it was after PCPreSolve
rhs should be removed either with nonzero initial guess or in presence of dirichlet boundary |
| 721f67b5 | 24-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
incorrect manual page name hence incorrect fortran stub generated |
| 1ff2113e | 24-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
incorrect manual page name hence incorrect fortran stub generated |
| 4446f3b4 | 24-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
Conflicts: config/BuildSystem/config/packages/ml.py src/ksp/pc/impls/mg/mg.c |
| e1bc860d | 24-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix formatting of some manual pages specifically remove use of $ from the middle of parameter or options lists |
| c60c7ad4 | 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added a variety of getters and fixed calling sequence of a few setters |
| 85a85e9c | 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix minor formatting |
| 8a26ef87 | 23-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; MatGetVecs is now deprecated |
| 92e9c092 | 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Added toggle flag to PCFactorSetAllowDiagonalFill() and added getter |