| /petsc/src/ksp/pc/impls/factor/lu/ |
| H A D | makefile | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| H A D | lu.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/ksp/pc/impls/factor/icc/ |
| H A D | icc.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/ksp/pc/impls/factor/ilu/ |
| H A D | ilu.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/include/ |
| H A D | petscpc.h | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aijfact.c | ee45ca4afdde1af4d1deda7cd4dc1a4a63a3ea97 Tue Nov 09 03:09:49 UTC 2004 Hong Zhang <hzhang@mcs.anl.gov> bk-changeset-1.2675 hzhang@harley.mcs.anl.gov|ChangeSet|20041109030949|00546 ChangeSet 1.2675 04/11/08 21:09:49 hzhang@harley.mcs.anl.gov +13 -0 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/mat/impls/aij/seq/aijfact.c 1.84 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -34 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/utils/damg.c 1.42 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -1 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/is/pcis.c 1.24 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +3 -4 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/lu/makefile 1.8 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +1 -1 add lu.h
src/ksp/pc/impls/factor/lu/lu.c 1.37 04/11/08 21:09:46 hzhang@harley.mcs.anl.gov +9 -181 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/ilu/ilu.c 1.49 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +5 -168 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/icc/icc.c 1.37 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -167 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/factor.c 1.3 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +36 -3 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.35 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +3 -110 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/makefile 1.58 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +10 -1 add test on icc with shift
include/petscpc.h 1.62 04/11/08 21:09:45 hzhang@harley.mcs.anl.gov +4 -12 replace PCxxxSetZeroPivot(), PCxxxSetDamping() and PCxxxSetShift() by PCFactorSetZeroPivot(), PCFactorSetShiftNonzero() and PCFactorSetShiftPd()
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.1 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftnz.out 1.0 04/11/08 15:20:08 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftnz.out
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.1 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +2 -0
src/ksp/examples/tutorials/output/ex10_21shiftpd.out 1.0 04/11/08 15:20:01 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/examples/tutorials/output/ex10_21shiftpd.out
Hg-commit: aa5c59a17fa3ac34c41aecdef1d874f006c0cb20
|