| 1a9391e3 | 14-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix valgrind complain in on uninitialised value |
| af5376aa | 14-Jan-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/feature-pardiso-schur' |
| 96a0c994 | 14-Jan-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed up formatting of references in manualpages to consistent style
References: + 1. - ref1 . 2. - ref2 - 3. - ref3
previously the formatting was varied and ugly |
| a455e926 | 14-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace !PetscBool with PetscNot(a) |
| 2e92ee13 | 12-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
add allowzeropivot and zeropivotdetected to PetscKernel_A_gets_inverse_A_# |
| d7806518 | 12-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable zeropivot for pbjacobi, bs=3, baij matrix |
| 6baedc03 | 11-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename crash and wouldcrash -> allowzeropivot and zeropivotdetected as suggested by Barry |
| cd545bac | 08-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 'PetscBool crash,PetscBool *wouldcrash' to PetscKernel_A_gets_inverse_A_3() to handle zeropivot error |
| f64b2017 | 07-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
set 'ReplaceTinyPivot=NO' as default. See Sherry's email Re: zeropivot in superlu_dist on Jan 7, 2016 at 12:03 AM |
| 1b4120e5 | 05-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
support !A->erroriffailure |
| c939d92c | 05-Jan-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace default FactPattern = SamePattern_SameRowPerm to SamePattern; see Sherry's email Re: SuperLU convergence problem (More test) on 12/8/2015 |
| 2ee68a28 | 28-Dec-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat_MKL_Pardiso: fixes for complex-cxx builds
disable Cholesky factors for complex builds since the interface does not currently supports them MatSolveTranspose now solves the transposed system (and
Mat_MKL_Pardiso: fixes for complex-cxx builds
disable Cholesky factors for complex builds since the interface does not currently supports them MatSolveTranspose now solves the transposed system (and not the hermitian transpose) in the complex case
show more ...
|
| 268d32bf | 28-Dec-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat_MKL_PARDISO: added missing PETSC_EXTERN declaration |
| 9ad64342 | 22-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
skip MatSolve() if matrix factorization fails |
| 675d1226 | 22-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
replacing SETERRQ with error output info and continue execution |
| 5db81dd2 | 20-Dec-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu: fix complex build
Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com> |
| 00ceaee7 | 17-Dec-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/matpackage-erroriffpe' |
| 3f7bb316 | 11-Dec-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge commit '7b37fee' into maint |
| a0808db4 | 10-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable mat->errortype for chebyshev (all normtype), preonly, SOR and MG |
| 899639b0 | 10-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable mat->errortype for SOR and MG |
| d8cd2189 | 09-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm MatFactorError from MatFactorInfo; skip MatSolve() when mat->errortype; rm extra space in names of matrix.c |
| 9a625307 | 08-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
more Revert "replace 'const MatFactorInfo' to 'MatFactorInfo' in MatFactor routines" |
| d9446a16 | 08-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Revert "replace 'const MatFactorInfo' -> 'MatFactorInfo'"
This reverts commit af48bdc5724c729ddc55b84e8afd48f344de3945. |
| 4cccfbdd | 08-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add "Mat fact" as an input to MatPivotCheck() for setting errortype into matrix fact |
| 680c5173 | 08-Dec-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Barry suggests moving MatFactorError from MatFactorInfo into _p_Mat -- done with mumps.c |