| 51694757 | 27-Aug-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Workaround for rhs in benign subspace
When the rhs is already in the benign space for Darcy, CG suffers a lot (still need to write down some formulas to understand why); instead GMRES conver
PCBDDC: Workaround for rhs in benign subspace
When the rhs is already in the benign space for Darcy, CG suffers a lot (still need to write down some formulas to understand why); instead GMRES converges in 1 (!) iteration. With this, CG converges without iterating
show more ...
|
| 40fa8d13 | 24-Aug-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: handle possible non-zero diagonal terms in pressure blocks (wells)
By default, the code uses the zero diagonal dofs as pressure dofs. If a local dof split is present, assumes that the last f
PCBDDC: handle possible non-zero diagonal terms in pressure blocks (wells)
By default, the code uses the zero diagonal dofs as pressure dofs. If a local dof split is present, assumes that the last field represents pressures Then checks the two fields and avoid change of basis on pressures if the two fields are not the same
show more ...
|