| 59ac8732 | 06-May-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMUMPS: extended support for MUMPS solver in Schur complement mode
Added Get/Restore accessors to raw data. Old Get accessor renamed in MatCreateSchurComplement For PCBDDC, it will be useful to ha
MatMUMPS: extended support for MUMPS solver in Schur complement mode
Added Get/Restore accessors to raw data. Old Get accessor renamed in MatCreateSchurComplement For PCBDDC, it will be useful to have MatMumpsInvertSchurComplement all possible cases are now handled by the proper BLAS/LAPACK routines Tested with src/mat/examples/tests/ex192.c (not yet committed) with reals and complexes It seems there's a bug (even without Schur complement mode enabled) somewhere (MUMPS?) using MATSOLVERMUMPS and MAT_FACTOR_CHOLESKY with hpd-complex- matrices in share directory. Instead the option MAT_FACTOR_LU and MATSOLVERMUMPS works properly.
show more ...
|