| a0b0af32 | 09-Sep-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMUMPS: added API to set info on Schur complement using MUMPS convention
When A is just symmetric and we eliminate all the dofs accounting for the negative eigenvalues, S is positive Like P2/P0 St
MatMUMPS: added API to set info on Schur complement using MUMPS convention
When A is just symmetric and we eliminate all the dofs accounting for the negative eigenvalues, S is positive Like P2/P0 Stokes eliminating the pressures
show more ...
|
| 1cf9b237 | 09-Sep-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added MatSeqAIJCompress to remove zero entries from SeqAIJ matrices
this is very very useful when changing the local basis with a PtAP operation, which does not care about possible zero entr
PCBDDC: added MatSeqAIJCompress to remove zero entries from SeqAIJ matrices
this is very very useful when changing the local basis with a PtAP operation, which does not care about possible zero entries in the result MatDetectSubdomains now implements a threshold check for square dense matrices
show more ...
|
| bd49479c | 08-Sep-2015 |
Satish Balay <balay@mcs.anl.gov> |
fix warnings on bsd. Also fix usage of PetscFunctionBegin/Return
/home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeGetKSP': /home/balay/petsc.test/src/ksp/pc/imp
fix warnings on bsd. Also fix usage of PetscFunctionBegin/Return
/home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeGetKSP': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:654: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeGetReductionFactor': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:675: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeSetReductionFactor': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:696: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeGetIgnoreDM': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:717: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeSetIgnoreDM': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:738: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCTelescopeGetDM': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:759: warning: statement with no effect /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c: In function 'PCSetUp_Telescope': /home/balay/petsc.test/src/ksp/pc/impls/telescope/telescope.c:352: warning: 'subcomm' may be used uninitialized in this function
show more ...
|