| a1d91a28 | 21-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescopeRichardson: * Removed set but unused variable |
| e4d548c7 | 20-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: small fixes
Print graph used to compute connected components when needed solved memory leak |
| f650675b | 19-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Added PCApplyRichardson |
| 3507aef6 | 18-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
Telescope: * Removed support for non-zero initial guess |
| 343eebc6 | 17-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed PCSetInitialGuessNonzero() and PCGetInitialGuessNonzero(); they make no sense since PCApply() is a operator and cannot depend on the initial guess. The routines were not used anyway. Also upd
Removed PCSetInitialGuessNonzero() and PCGetInitialGuessNonzero(); they make no sense since PCApply() is a operator and cannot depend on the initial guess. The routines were not used anyway. Also updated the manual page for PCKSP developers not to clarify why there is not support for "passing the initial guess" into the inner KSP
Thanks-to: Dave May <dave.mayhem23@gmail.com>
show more ...
|
| fe01d993 | 17-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix serious bug introduced with introduction of XXXMonitorSetFromOptions() that resulting in excessive pushes to viewer formats and caused different viewers to overwrite each others formats
Time: .7
Fix serious bug introduced with introduction of XXXMonitorSetFromOptions() that resulting in excessive pushes to viewer formats and caused different viewers to overwrite each others formats
Time: .7 hours Reported-by: Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>
show more ...
|
| 28323a89 | 17-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: Removed unused variable |
| 308c2a70 | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescopeDMDA permutation matrix: * Corrected pre-allocation of the permutation matrix (twice as many non-zeros were requested than needed) |
| 5c5dbb1c | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescopeMatCreate_dmda: * Removed comment code, leave comment regarding lazy assembly |
| e9627c49 | 16-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: improve PCView_BDDC
Added control for the explicit change of variables for pressure dofs |
| 13c30530 | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: Removed unused block size variable |
| 282d6408 | 16-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: bugfix for benign_n > 1
the values were inserted in cs_AIB in column major format the fix consists in changing the shape of cs_AIB |
| c854e4a5 | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Removed spaces from blank lines |
| 70c64980 | 16-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: add runtime options to control dirichlet dofs elimination in presolve
Most the time removing dir dofs does not have an impact on the global convergence |
| a954d8f4 | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope manpage: * Updated doc for PCTelescopeSetIgnoreKSPComputeOperators |
| 0ae7c45b | 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope - New API * Added API for Get/Set flags indicating whether KSPSetComputeOperators should be used or ignored. |
| c5db1f53 | 18-Jan-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Use flag to ignore kspcompute operators when defining sub-KSP |
| 120bdd93 | 18-Jan-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Copy method and context to remove nullspace from parent |
| 7c5279cb | 18-Jan-2016 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Changed prefix on sub-DM, now it inherits the name from the sub-KSP * Added flag to optionally ignore KSPComputeOperators |
| 14c9fce5 | 23-Dec-2015 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Added support for non-zero initial guesses |
| 5e897e82 | 22-Dec-2015 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Copy matrix creation and domaindecomp routines from parent DM to sub DM |
| dc9ee9fd | 18-Dec-2015 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Lazy assembly is normal when KSPSetComputeOperators is used |
| ba1c3560 | 16-Dec-2015 |
Dave May <dave.mayhem23@gmail.com> |
PCTelescope: * Added support for the case when KSPComputeOperators has been set |
| daf8a457 | 15-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove usage of sf_nroots and sf_nleaves members of Mat_IS data structure
fixed a memory leak |
| 266b9d3e | 11-Mar-2016 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Fix visibility issues in CUSP and VECCUDA |