| e9189074 | 14-Oct-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: introduce a new variable in PCBDDC data stucture to store the actual number of current vertices (corners with constraints with basis changed)
removed calls to PCBDDCGetPrimalVerticesLocalIdx
PCBDDC: introduce a new variable in PCBDDC data stucture to store the actual number of current vertices (corners with constraints with basis changed)
removed calls to PCBDDCGetPrimalVerticesLocalIdx which are no longer needed
show more ...
|
| f4ddd8ee | 10-Oct-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: now PCBDDC reuses part of its private data if NearNullSpace customization is changed between different linear solves
I know it is a large commit, but this is the minimal set of changes to ge
PCBDDC: now PCBDDC reuses part of its private data if NearNullSpace customization is changed between different linear solves
I know it is a large commit, but this is the minimal set of changes to get it working
show more ...
|
| fb8d54d4 | 09-Oct-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Prepare for different primal spaces customization among different linear solves
now bddc primal space is built using a NullSpace attached to pmat. It only remains to determine whether the Ne
PCBDDC: Prepare for different primal spaces customization among different linear solves
now bddc primal space is built using a NullSpace attached to pmat. It only remains to determine whether the NearNullSpace object has changed
show more ...
|
| 45a1bb75 | 09-Oct-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: solved a bug when multiple constraints are present and some are eliminated by SVD
change_of_basis flag should be set AFTER SVD has recognized independent components Some minor modications to
PCBDDC: solved a bug when multiple constraints are present and some are eliminated by SVD
change_of_basis flag should be set AFTER SVD has recognized independent components Some minor modications to the code (due to broken MatMult_BAIJ with compressed rows)
show more ...
|