| 25c41539 | 18-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed extra call to KSPSetFromOptions() on the coarsest level of multigrid KSP and PC skip displaying other options when preonly and none are selected fix Chebyshev when using GMRES to estimate eig
removed extra call to KSPSetFromOptions() on the coarsest level of multigrid KSP and PC skip displaying other options when preonly and none are selected fix Chebyshev when using GMRES to estimate eigenvalues to skip setting options for PC that is shared with both Cheby and gmres
show more ...
|
| e45a0c82 | 16-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
PCReset_ML() needs to call PCReset_MG() otherwise outdated MG data structures remain and generate errors
Reported-by: Pratheek Shanthraj <p.shanthraj@mpie.de> |
| ff92baa0 | 15-Jun-2014 |
Matthew G. Knepley <knepley@gmail.com> |
BDDC: Insert needed cast |
| e635b14b | 14-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddcgraph-improved'
Conflicts: src/ksp/pc/impls/bddc/bddcgraph.c |
| 0be93d54 | 14-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-multilevel-improvement'
Conflicts: src/ksp/pc/impls/bddc/bddcprivate.c |
| 40132adb | 14-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcredundant-transpose' |
| fe81eab7 | 07-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated Vince's old Euler solver to work with the latest PETSc. |
| 8094044e | 04-Jun-2014 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge branch 'karpeev/fix-ksp-pcfieldsplit-submat' |
| 0e8f3646 | 04-Jun-2014 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PCGASM: fixed a copy-paste bug. |
| 09803b29 | 04-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: bad line removed |
| 1ce3d396 | 03-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: restrict debugging output of pcbddcgraph on edges connected components if verbosity_level == 1 |
| 1e1f2d93 | 03-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: vertices should be shared by more than 2 subregions if not lying on the global Neumann boundary |
| 00216929 | 02-Jun-2014 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PCFieldSplit: options bug fix. |
| 0157cb02 | 02-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/dmda-memusage' |
| 7e0def11 | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: move reuse fill after set form options also for Dirichlet and numann solvers |
| 4f3a063d | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; added support for reuse fill under PCRedudant case for coarse solver
Reuse fill placed after set from options calls |
| b9d89cd5 | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; compute symmetry only once |
| d50ed60a | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: wrong out of bounds specification |
| a0d3c3ab | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added support for reuse fill during coarse matrix factorization |
| 3c629590 | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: skip out of bounds indices when importing boundary nodes
updated todo list in bddc.c |
| 67c9da69 | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: improved management of field split |
| aa9fcddf | 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: two dimensional problem detection should be consistent among processors |
| b9b85e73 | 31-May-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; added support for user defined change of basis |
| 6a818285 | 31-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed ISLocalToGlobalMappingGetInfo() to handle block and non-block cases |
| 9506b623 | 30-May-2014 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PCFieldSplit/Schur: clarification of diag/off-diag Amat options in the docs and manual. |