| 188e10d6 | 17-Jun-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/feature-fetidp-ex69' into barry/consistent-formating-ascii-solver-viewers
Note: did not resolve the output conflicts will run the tests to resolve them |
| 8e3a6aa9 | 17-Jun-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
updated example output that could not be merged due to conflicts with two sets of changes to output format
Commit-type: bug-fix Time: .4 hours |
| 956e2312 | 14-May-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix warnings from nightly builds |
| efd4aadf | 30-Apr-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Make ASCII PC/KSP/SNES/TSView() code and output in a standard style
The code that prints the ASCII view for solvers was occasionally inconsistent: 1) TSView printed the type specific information aft
Make ASCII PC/KSP/SNES/TSView() code and output in a standard style
The code that prints the ASCII view for solvers was occasionally inconsistent: 1) TSView printed the type specific information after the general info while all other solvers printed it before (right after the name of the type is printed) 2) KSPView consistently printed the name of the subtype on EACH line of the subtypes output as did a few of the PC and SNES viewers. Since they are all printed indented directly below the subtype name there is no reason to print this information on each line 3) TSView printed output about number of linear solvers and SNES even for explicit methods, which is goofy. 4) a few other minor formatting and consistency issues where fix.
Commit-type: style-fix, feature Time: 16 hours
show more ...
|
| 0aa714b2 | 19-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix reusage of solvers |
| ada6e2d7 | 18-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
If we are not reusing the solvers, remove them if they are present |
| 3be02b0f | 18-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix logic in reusing solver |
| 8d692618 | 18-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: flag the fake matrix as assembled |
| 187c917a | 13-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix bug with l2l
We cannot assume vins is a subvector of v. Using VecScatter is a more general solution |
| c80a6c00 | 09-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: use plex information (if available) to compute disconnected subdomains
If we have access to the mesh, we can also identify cross-vertices |
| c096484d | 06-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCFieldSplit: added customization for the scaling factor of the Schur complement |
| 21ef3d20 | 05-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: get fields from the DM when available |
| 2f41f7d1 | 05-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
KSPFETIDP/PCBDDC: allow using a single matrix for deluxe when the change of basis context is of type QR |
| 40c75d76 | 05-Apr-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
KSPFETIDP/PCBDDC: fix defaults |
| 4247aa23 | 24-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
PCBDDC: fix a couple of wrong communicators in SETERRQ |
| e1214c54 | 19-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
KSPFETIDP: use PCFIELDSPLIT for preconditioning |
| 4bf1fd4c | 18-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
PCBDDC: don't reuse the solvers when the discrete harmonic version has been requested |
| 16597391 | 17-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
PCFETIDP: use single kernel for PCApply and PCApplyTranspose |
| ef425aea | 17-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
MATFETIDP: use a single kernel for MatMult and MatMultTranspose |
| a485753a | 16-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
PCBDDC: recompute topography just when needed |
| 111315fd | 15-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
KSPFETIDP/PCBDDC: compute non-pde-harmonic Schur complement for deluxe if requested |
| 9feb908d | 15-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
KSPFETIDP: rename iP in iV as it should be, since they are velocity dofs |
| 7fbe2174 | 13-Jan-2017 |
stefano_zampini <stefano.zampini@gmail.com> |
PCBDDC: remove zeroed out rows for local interface pressure |
| ef24a9dd | 14-Mar-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: add command line option to not use strided fields if bs > 1 |
| b27f05d0 | 15-Jun-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-improvematfactorschur' |