| 6f531f54 | 26-Feb-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1985 balay@asterix.mcs.anl.gov|ChangeSet|20040226232404|57143 ChangeSet 1.1985 04/02/26 17:24:04 balay@asterix.mcs.anl.gov +5 -0 PETSC_USE_CTABLE fixes
src/vec/is/utils/isblock.
bk-changeset-1.1985 balay@asterix.mcs.anl.gov|ChangeSet|20040226232404|57143 ChangeSet 1.1985 04/02/26 17:24:04 balay@asterix.mcs.anl.gov +5 -0 PETSC_USE_CTABLE fixes
src/vec/is/utils/isblock.c 1.4 04/02/26 17:24:03 balay@asterix.mcs.anl.gov +2 -0 ctables - missing include
src/mat/impls/sbaij/mpi/mmsbaij.c 1.23 04/02/26 17:24:03 balay@asterix.mcs.anl.gov +4 -2 ctable - fix unused variables
src/mat/impls/baij/mpi/mmbaij.c 1.16 04/02/26 17:24:03 balay@asterix.mcs.anl.gov +3 -1 ctable - fix unused variables
src/mat/impls/aij/mpi/mmaij.c 1.12 04/02/26 17:24:03 balay@asterix.mcs.anl.gov +4 -1 ctable - fix unused variables
include/adic/ad_grad_daxpy.h 1.3 04/02/26 17:24:03 balay@asterix.mcs.anl.gov +2 -2 fix prototype
Hg-commit: 93f47c8ba8d5bbc7855cb34bc739a8d096269e2e
show more ...
|
| f31d6db9 | 26-Feb-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1981 balay@smash.mcs.anl.gov|ChangeSet|20040226210327|58419 ChangeSet 1.1981 04/02/26 15:03:27 balay@smash.mcs.anl.gov +2 -0 dscpack interface fixes
src/mat/impls/baij/mpi/dscpa
bk-changeset-1.1981 balay@smash.mcs.anl.gov|ChangeSet|20040226210327|58419 ChangeSet 1.1981 04/02/26 15:03:27 balay@smash.mcs.anl.gov +2 -0 dscpack interface fixes
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.51 04/02/26 15:03:26 balay@smash.mcs.anl.gov +3 -1 dscpack interface fixes
bmake/linux/packages 1.41 04/02/26 15:03:24 balay@smash.mcs.anl.gov +1 -1 gradient works gradient.test doesnt'
Hg-commit: ccec3619139ca519b1a0c223179995f5681fdb58
show more ...
|
| 0515d99c | 19-Feb-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1941 Kris@p4buschel.|ChangeSet|20040219224825|01659 ChangeSet 1.1941 04/02/19 14:48:25 Kris@p4buschel. +11 -0 MatDuplicate fix for inherited matrix classes.
src/mat/impls/sbaij/
bk-changeset-1.1941 Kris@p4buschel.|ChangeSet|20040219224825|01659 ChangeSet 1.1941 04/02/19 14:48:25 Kris@p4buschel. +11 -0 MatDuplicate fix for inherited matrix classes.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.43 04/02/19 14:48:24 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.36 04/02/19 14:48:24 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.50 04/02/19 14:48:24 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.27 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/seq/superlu/superlu.c 1.58 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/seq/spooles/spooles.c 1.82 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/seq/lusol/lusol.c 1.25 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/seq/essl/essl.c 1.25 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.87 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.58 04/02/19 14:48:23 Kris@p4buschel. +0 -1 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
src/mat/impls/aij/mpi/mumps/mumps.c 1.60 04/02/19 14:48:23 Kris@p4buschel. +0 -2 MatConvert calls in MatDuplicate for inherited classes is no longer necessary. The correct type *should* be set in by MatSetType in the base class's impl of MatDuplicate. All we need to do here is copy the extra data.
Hg-commit: 923568380f3905f3fba276cc5031c5e6b2e7e83e
show more ...
|
| de362556 | 11-Feb-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1934 Kris@p4buschel.|ChangeSet|20040211111633|26908 ChangeSet 1.1934 04/02/11 03:16:33 Kris@p4buschel. +28 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/
bk-changeset-1.1934 Kris@p4buschel.|ChangeSet|20040211111633|26908 ChangeSet 1.1934 04/02/11 03:16:33 Kris@p4buschel. +28 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-dev
src/sys/src/viewer/impls/mathematica/mathematica.c 1.24 04/02/11 03:16:33 Kris@p4buschel. +0 -0 Auto merged
src/mat/utils/axpy.c 1.12 04/02/11 03:16:32 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaijfact2.c 1.33 04/02/11 03:16:32 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.92 04/02/11 03:16:31 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/sbaij/mpi/mpisbaij.c 1.85 04/02/11 03:16:31 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/sbaij/mpi/mmsbaij.c 1.22 04/02/11 03:16:30 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/rowbs/mpi/mpirowbs.c 1.46 04/02/11 03:16:29 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/dense/seq/dense.c 1.47 04/02/11 03:16:29 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/dense/mpi/mpidense.c 1.32 04/02/11 03:16:28 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/bdiag/seq/bdiag.c 1.26 04/02/11 03:16:28 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/bdiag/mpi/mpibdiag.c 1.29 04/02/11 03:16:27 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/baij/seq/baijfact2.c 1.32 04/02/11 03:16:27 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.77 04/02/11 03:16:26 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/baij/mpi/mpibaij.c 1.52 04/02/11 03:16:26 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/baij/mpi/mmbaij.c 1.15 04/02/11 03:16:25 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/aij/seq/superlu/superlu.c 1.57 04/02/11 03:16:25 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/aij/seq/aijfact.c 1.49 04/02/11 03:16:24 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.126 04/02/11 03:16:24 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/aij/mpi/pxxt.c 1.14 04/02/11 03:16:23 Kris@p4buschel. +0 -0 Auto merged
src/mat/impls/aij/mpi/mmaij.c 1.11 04/02/11 03:16:23 Kris@p4buschel. +0 -0 Auto merged
src/ksp/pc/interface/precon.c 1.36 04/02/11 03:16:22 Kris@p4buschel. +0 -0 Auto merged
src/ksp/pc/impls/spai/src/ispai.c 1.18 04/02/11 03:16:22 Kris@p4buschel. +0 -0 Auto merged
src/ksp/pc/impls/is/nn/nn.c 1.17 04/02/11 03:16:21 Kris@p4buschel. +0 -0 Auto merged
src/ksp/pc/impls/eisens/eisen.c 1.14 04/02/11 03:16:21 Kris@p4buschel. +0 -0 Auto merged
src/ksp/ksp/interface/eige.c 1.10 04/02/11 03:16:20 Kris@p4buschel. +0 -0 Auto merged
src/dm/da/utils/pack.c 1.8 04/02/11 03:16:20 Kris@p4buschel. +0 -0 Auto merged
src/dm/da/src/dainterp.c 1.9 04/02/11 03:16:19 Kris@p4buschel. +0 -0 Auto merged
src/dm/ao/impls/basic/aodatabasic.c 1.13 04/02/11 03:16:19 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 5e3c018f165b443acc8fb0f286f19e6a66fa058a
show more ...
|
| f204ca49 | 11-Feb-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1933 Kris@p4buschel.|ChangeSet|20040211105131|52836 ChangeSet 1.1933 04/02/11 02:51:31 Kris@p4buschel. +25 -0 Eliminate use of MatCreateXXX constructors in favor of MatSetType whic
bk-changeset-1.1933 Kris@p4buschel.|ChangeSet|20040211105131|52836 ChangeSet 1.1933 04/02/11 02:51:31 Kris@p4buschel. +25 -0 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/snes/interface/noise/snesmfj2.c 1.12 04/02/11 02:51:30 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/sbaij/seq/aijsbaij.c 1.14 04/02/11 02:51:29 Kris@p4buschel. +12 -4 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.83.1.2 04/02/11 02:51:29 Kris@p4buschel. +5 -2 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.42.1.3 04/02/11 02:51:29 Kris@p4buschel. +6 -2 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/seq/baijfact3.c 1.9 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/seq/baijfact2.c 1.30.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/seq/baij.c 1.74.1.2 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/seq/aijbaij.c 1.8 04/02/11 02:51:29 Kris@p4buschel. +6 -2 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/mpi/mpibaij.c 1.49.1.2 04/02/11 02:51:29 Kris@p4buschel. +9 -3 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/baij/mpi/mmbaij.c 1.13.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/seq/aijmatlab.c 1.17 04/02/11 02:51:29 Kris@p4buschel. +9 -3 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/seq/aijfact.c 1.47.1.1 04/02/11 02:51:29 Kris@p4buschel. +9 -3 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/seq/aij.c 1.123.1.2 04/02/11 02:51:29 Kris@p4buschel. +9 -3 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/mpi/pxxt.c 1.12.1.1 04/02/11 02:51:29 Kris@p4buschel. +6 -2 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/mpi/mpiaij.c 1.107 04/02/11 02:51:29 Kris@p4buschel. +16 -5 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/aij/mpi/mmaij.c 1.9.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/mat/impls/adj/mpi/mpiadj.c 1.23 04/02/11 02:51:29 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/ksp/pc/impls/spai/src/ispai.c 1.16.1.1 04/02/11 02:51:29 Kris@p4buschel. +5 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/ksp/pc/impls/samg/samgpetsctools.c 1.8 04/02/11 02:51:28 Kris@p4buschel. +12 -9 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/ksp/pc/impls/samg/samgmgpetsc.c 1.7 04/02/11 02:51:28 Kris@p4buschel. +4 -3 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/ksp/pc/impls/is/nn/nn.c 1.12.1.1 04/02/11 02:51:28 Kris@p4buschel. +5 -2 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/ksp/pc/impls/eisens/eisen.c 1.12.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/dm/da/utils/pack.c 1.6.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/dm/da/src/dainterp.c 1.7.1.1 04/02/11 02:51:28 Kris@p4buschel. +16 -4 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
src/dm/ao/impls/basic/aodatabasic.c 1.11.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1 Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.
Hg-commit: 94e83579d5d8745ae16610781feb1441d89f4b93
show more ...
|
| be5d1d56 | 11-Feb-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1932 Kris@p4buschel.|ChangeSet|20040211064652|27402 ChangeSet 1.1932 04/02/10 22:46:52 Kris@p4buschel. +29 -0 Inherit matrix type or use requested type instead of specifying the ty
bk-changeset-1.1932 Kris@p4buschel.|ChangeSet|20040211064652|27402 ChangeSet 1.1932 04/02/10 22:46:52 Kris@p4buschel. +29 -0 Inherit matrix type or use requested type instead of specifying the type explicitly. Remove use of MatCreateXXX routines in favor of MatSetType which allows for proper inheritance.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.42 04/02/10 22:46:50 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.42.1.2 04/02/10 22:46:50 Kris@p4buschel. +1 -0 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/bdiag/seq/bdiag.c 1.24.1.2 04/02/10 22:46:50 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.28 04/02/10 22:46:50 Kris@p4buschel. +2 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/sbaij/seq/sbaij.c 1.89.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.35 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.83.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/baij/seq/baij.c 1.74.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/baij/mpi/mpibaij.c 1.49.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.49 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.26 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/seq/superlu/superlu.c 1.56 04/02/10 22:46:49 Kris@p4buschel. +2 -2 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.33 04/02/10 22:46:49 Kris@p4buschel. +3 -3 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/seq/lusol/lusol.c 1.24 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/seq/essl/essl.c 1.24 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.86 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.27 04/02/10 22:46:49 Kris@p4buschel. +1 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/mpi/mumps/mumps.c 1.59 04/02/10 22:46:49 Kris@p4buschel. +2 -2 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/mat/impls/aij/mpi/mpiaij.c 1.106 04/02/10 22:46:49 Kris@p4buschel. +2 -1 Inherit matrix type or use requested type instead of specifying the type explicitly.
src/sys/src/viewer/impls/mathematica/mathematica.c 1.20.1.1 04/02/10 22:19:19 Kris@p4buschel. +3 -1 Eliminate use of specialized matrix constructors.
src/mat/utils/axpy.c 1.10.1.1 04/02/10 22:19:19 Kris@p4buschel. +5 -2 Eliminate use of specialized matrix constructors.
src/mat/impls/sbaij/seq/sbaijfact.c 1.53 04/02/10 22:19:19 Kris@p4buschel. +8 -2 Inherit matrix type or use requested type instead of forcing a particular one.
src/mat/impls/dense/seq/dense.c 1.44.1.2 04/02/10 22:19:19 Kris@p4buschel. +2 -2 Inherit matrix type or use requested type instead of forcing a particular one.
src/mat/impls/dense/mpi/mpidense.c 1.30.1.3 04/02/10 22:19:19 Kris@p4buschel. +6 -5 Inherit matrix type or use requested type instead of forcing a particular one.
src/mat/impls/aij/seq/aij.c 1.123.1.1 04/02/10 22:19:19 Kris@p4buschel. +1 -1 Inherit matrix type instead of forcing a particular one.
src/mat/impls/bdiag/seq/bdiag3.c 1.13 04/02/06 01:56:46 Kris@p4buschel. +3 -1 Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.
src/mat/impls/bdiag/seq/bdiag.c 1.24.1.1 04/02/06 01:56:46 Kris@p4buschel. +9 -4 Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.27 04/02/06 01:56:46 Kris@p4buschel. +12 -4 Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.
src/ksp/examples/tutorials/ex4.c 1.8 04/02/06 01:56:46 Kris@p4buschel. +8 -5 Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.
src/mat/impls/sbaij/seq/sbaijfact2.c 1.31.1.1 04/02/05 15:09:10 Kris@p4buschel. +8 -2 Remove use of MatCreateSeqSBAIJ
src/mat/impls/sbaij/mpi/mmsbaij.c 1.20.1.1 04/02/05 15:09:10 Kris@p4buschel. +3 -1 Remove use of MatCreateSeqBAIJ
src/mat/impls/rowbs/mpi/mpirowbs.c 1.42.1.1 04/02/05 15:09:10 Kris@p4buschel. +3 -1 Remove use of MatCreateSeqAIJ
Hg-commit: a57afc48d0037bf30a29baefbff52dbc9cfa6a83
show more ...
|
| 4482741e | 09-Feb-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1929.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196 ChangeSet 1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0 Implementing Vi
bk-changeset-1.1929.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196 ChangeSet 1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
todo 1.21 04/02/08 21:50:27 barrysmith@barry-smiths-computer.local +4 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vscat.c 1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +16 -16 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vinv.c 1.22 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +30 -20 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vecmpitoseq.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vecio.c 1.24 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/cmesh.c 1.4 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/isltog.c 1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +14 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/isdiff.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/iscomp.c 1.7 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/iscoloring.c 1.14 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/interface/index.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +26 -25 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/stride/stride.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/general/general.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/block/block.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/vector.c 1.68 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +139 -127 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/vecreg.c 1.21 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/veccreate.c 1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/mapreg.c 1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/mapcreate.c 1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/map.c 1.10 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +14 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/impls/mpi/pbvec.c 1.17 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/tsreg.c 1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/tscreate.c 1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/ts.c 1.26 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +61 -53 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/impls/pseudo/posindep.c 1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/impls/implicit/cn/cn.c 1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/viewreg.c 1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/viewa.c 1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/view.c 1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/flush.c 1.4 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/dupl.c 1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/vu/petscvu.c 1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/string/stringv.c 1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/silo/vsilo.c 1.11 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/mathematica/mathematica.c 1.23 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +17 -15 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/draw/drawv.c 1.15 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/binary/binv.c 1.21 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/ascii/filev.c 1.16 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +11 -9 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/ams/ams.c 1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/random.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +8 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/pbarrier.c 1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/dict.c 1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +19 -19 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/stageLog.c 1.18 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +20 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/ploginfo.c 1.13 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/plog.c 1.38 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/eventLog.c 1.24 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/classLog.c 1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/tagm.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/pname.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/options.c 1.30 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +16 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/inherit.c 1.17 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/destroy.c 1.11 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/matlabengine/matlab.c 1.21 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_win32.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_t3e.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_solaris_old.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_solaris.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_rs6000.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_nag.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_hpux.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_common.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +10 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_alpha.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_absoft.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_IRIX.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/error/err.c 1.19 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/lg.c 1.10 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +17 -15 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/hists.c 1.14 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +16 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/dscatter.c 1.8 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/axis.c 1.9 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dviewp.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtri.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtextv.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtexts.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtextgs.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtext.c 1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsflush.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsetpause.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsclear.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/drect.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/drawreg.c 1.14 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/draw.c 1.10 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +13 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpoints.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpoint.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpause.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dmouse.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dlinew.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dlinegw.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dline.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dgpause.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dgcoor.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dflush.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dellipse.c 1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dcoor.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dclear.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dbuff.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/dll/reg.c 1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/wp.c 1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/snesmfjdef.c 1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/snesmfj.c 1.28 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/interface/snes.c 1.35 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +70 -64 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/impls/ls/lsparams.c 1.5 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/pf/interface/pf.c 1.10 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +14 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/zerodiag.c 1.8 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +0 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/matio.c 1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/getcolv.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/gcreate.c 1.14 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/axpy.c 1.11 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/partition/partition.c 1.15 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +11 -10 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/order/sorder.c 1.14 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +3 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/matfd/fdmatrix.c 1.12 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +14 -17 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/mhas.c 1.5 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/matrix.c 1.94 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +275 -209 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/matreg.c 1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/shell/shell.c 1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +5 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/sbaij/seq/sbaij.c 1.91 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/rowbs/mpi/mpirowbs.c 1.44 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/dense/seq/dense.c 1.46 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/bdiag/mpi/mpibdiag.c 1.26.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/baij/seq/baij.c 1.76 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/baij/mpi/mpibaij.c 1.51 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/superlu/superlu.c 1.54.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/matptap.c 1.10 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/matmatmult.c 1.41 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +16 -17 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/aijnode.c 1.23 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +0 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/aij.c 1.125 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/adic/matadic.c 1.21 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/examples/tests/ex1.c 1.10 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +8 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/color/color.c 1.13 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/utils/damg.c 1.20 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/interface/precon.c 1.34.1.1 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +66 -61 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/interface/pcset.c 1.15 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/sor/sor.c 1.16 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/shell/shellpc.c 1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/redundant/redundant.c 1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/mg/mg.c 1.23 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/lu/lu.c 1.24 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/ksp/pcksp.c 1.13 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/jacobi/jacobi.c 1.8 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/ilu/ilu.c 1.27 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +11 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/icc/icc.c 1.22 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/hypre/hyppilut.c 1.46 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/eisens/eisen.c 1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/composite/composite.c 1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/cholesky/cholesky.c 1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/bjacobi/bjacobi.c 1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +8 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/asm/asm.c 1.25 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +11 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itres.c 1.7 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itfunc.c 1.34 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +45 -39 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/iterativ.c 1.10 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itcreate.c 1.37 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itcl.c 1.9 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/iguess.c 1.5 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +17 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/eige.c 1.8.1.1 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/rich/richscale.c 1.6 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/qcg/qcg.c 1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/gmres/gmres2.c 1.15 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/gmres/gmres.c 1.29 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/fgmres/modpcf.c 1.9 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/fgmres/fgmres.c 1.22 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/cheby/cheby.c 1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/cg/cgtype.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/utils/pack.c 1.7 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daview.c 1.13 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dasub.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dascatter.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dapf.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daltol.c 1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daltog.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dalocal.c 1.15 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +16 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daload.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dainterp.c 1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +7 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daindex.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dagtona.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dagtol.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +25 -25 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daghost.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dadist.c 1.11 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dadestroy.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dacorn.c 1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +8 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da3.c 1.17 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da2.c 1.36 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +14 -13 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da1.c 1.16 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/utils/aopart.c 1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/aodataalias.c 1.5 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/aodata.c 1.7 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +40 -39 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/ao.c 1.10 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +19 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/mapping/aomapping.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/basic/aodatabasic.c 1.12 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/basic/aobasic.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petsclog.h 1.33 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petschead.h 1.24 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +60 -60 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petscerror.h 1.24 04/02/08 21:50:10 barrysmith@barry-smiths-computer.local +1 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
Hg-commit: 9f73a33a80604cbf5f81774c2cc9dd509503ba9e
show more ...
|
| 27f478b1 | 07-Feb-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1929.1.22 hzhang@smash.mcs.anl.gov|ChangeSet|20040207230157|32695 ChangeSet 1.1929.1.22 04/02/07 17:01:57 hzhang@smash.mcs.anl.gov +6 -0 Function name correction: Isxxx() -> ISxxx(
bk-changeset-1.1929.1.22 hzhang@smash.mcs.anl.gov|ChangeSet|20040207230157|32695 ChangeSet 1.1929.1.22 04/02/07 17:01:57 hzhang@smash.mcs.anl.gov +6 -0 Function name correction: Isxxx() -> ISxxx() Add different mat_block_size into nightly tests.
src/mat/examples/tests/makefile 1.17 04/02/07 16:59:01 hzhang@smash.mcs.anl.gov +4 -1 *** empty log message ***
src/mat/impls/sbaij/mpi/sbaijov.c 1.19 04/02/07 16:49:39 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/baij/mpi/baijov.c 1.14 04/02/07 16:46:22 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
include/petscis.h 1.15 04/02/07 16:45:07 hzhang@smash.mcs.anl.gov +3 -3 *** empty log message ***
src/vec/is/utils/isblock.c 1.2 04/02/07 16:44:22 hzhang@smash.mcs.anl.gov +6 -6 *** empty log message ***
src/vec/is/utils/makefile 1.4 04/02/07 16:38:08 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: 8ac126c05a1b87db97fb959983829ad555deee53
show more ...
|
| d9489bea | 07-Feb-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1929.1.21 hzhang@smash.mcs.anl.gov|ChangeSet|20040207223258|32677 ChangeSet 1.1929.1.21 04/02/07 16:32:58 hzhang@smash.mcs.anl.gov +4 -0 New BitKeeper file ``src/vec/is/utils/isblo
bk-changeset-1.1929.1.21 hzhang@smash.mcs.anl.gov|ChangeSet|20040207223258|32677 ChangeSet 1.1929.1.21 04/02/07 16:32:58 hzhang@smash.mcs.anl.gov +4 -0 New BitKeeper file ``src/vec/is/utils/isblock.c'' Move MatCompressIndicesGeneral_MPIBAIJ() MatCompressIndicesGeneral_MPISBAIJ() ... into ISCompressIndicesGeneral()
src/vec/is/utils/isblock.c 1.1 04/02/07 16:32:57 hzhang@smash.mcs.anl.gov +178 -0
src/vec/is/utils/isblock.c 1.0 04/02/07 16:32:57 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/vec/is/utils/isblock.c
src/mat/impls/baij/mpi/baijov.c 1.13 04/02/07 16:28:16 hzhang@smash.mcs.anl.gov +8 -175 *** empty log message ***
include/petscis.h 1.14 04/02/06 16:06:00 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/sbaijov.c 1.18 04/02/06 15:21:55 hzhang@smash.mcs.anl.gov +5 -118 *** empty log message ***
include/petscis.h 1.13 04/02/06 15:17:29 hzhang@smash.mcs.anl.gov +3 -0 *** empty log message ***
Hg-commit: 39de4196260f0d748a14d6348fd48ca130a71872
show more ...
|
| 1ebc52fb | 05-Feb-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1929.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040205224202|53708 ChangeSet 1.1929.1.1 04/02/05 16:42:02 hzhang@smash.mcs.anl.gov +33 -0 Move VecGet/RestoreArrayFast() -> VecGet/Res
bk-changeset-1.1929.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040205224202|53708 ChangeSet 1.1929.1.1 04/02/05 16:42:02 hzhang@smash.mcs.anl.gov +33 -0 Move VecGet/RestoreArrayFast() -> VecGet/RestoreArray()
src/vec/utils/vinv.c 1.21 04/02/05 16:40:30 hzhang@smash.mcs.anl.gov +48 -48 *** empty log message ***
src/vec/impls/seq/dvec2.c 1.12 04/02/05 16:40:08 hzhang@smash.mcs.anl.gov +98 -98 *** empty log message ***
src/mat/impls/baij/mpi/mmbaij.c 1.14 04/02/05 16:39:46 hzhang@smash.mcs.anl.gov +6 -6 *** empty log message ***
todo 1.20 04/02/05 16:32:09 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/mpi/pxxt.c 1.13 04/02/05 16:27:49 hzhang@smash.mcs.anl.gov +8 -8 *** empty log message ***
src/dm/da/src/gr2.c 1.18 04/02/05 16:26:23 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/sbaij/mpi/mmsbaij.c 1.21 04/02/05 16:25:58 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.84 04/02/05 16:25:14 hzhang@smash.mcs.anl.gov +22 -22 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact2.c 1.32 04/02/05 15:18:55 hzhang@smash.mcs.anl.gov +68 -68 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.21 04/02/05 15:17:30 hzhang@smash.mcs.anl.gov +88 -88 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.90 04/02/05 15:16:01 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/maij/maij.c 1.13 04/02/05 15:15:09 hzhang@smash.mcs.anl.gov +128 -128 *** empty log message ***
src/mat/impls/baij/mpi/mpibaij.c 1.50 04/02/05 15:13:11 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/baij/seq/baijfact2.c 1.31 04/02/05 15:12:35 hzhang@smash.mcs.anl.gov +136 -136 *** empty log message ***
src/mat/impls/baij/seq/baij2.c 1.13 04/02/05 15:10:49 hzhang@smash.mcs.anl.gov +94 -94 *** empty log message ***
src/mat/impls/baij/seq/baij.c 1.75 04/02/05 15:09:13 hzhang@smash.mcs.anl.gov +18 -18 *** empty log message ***
src/mat/impls/bdiag/seq/bdfact.c 1.7 04/02/05 15:08:22 hzhang@smash.mcs.anl.gov +24 -24 *** empty log message ***
src/mat/impls/bdiag/seq/bdiag2.c 1.14 04/02/05 15:07:19 hzhang@smash.mcs.anl.gov +76 -76 *** empty log message ***
src/mat/impls/bdiag/seq/bdiag.c 1.25 04/02/05 15:05:58 hzhang@smash.mcs.anl.gov +8 -8 *** empty log message ***
src/mat/impls/rowbs/mpi/iccbs.c 1.5 04/02/05 15:05:17 hzhang@smash.mcs.anl.gov +16 -16 *** empty log message ***
src/mat/impls/rowbs/mpi/cholbs.c 1.6 04/02/05 15:04:34 hzhang@smash.mcs.anl.gov +22 -22 *** empty log message ***
src/mat/impls/rowbs/mpi/mpirowbs.c 1.43 04/02/05 15:03:45 hzhang@smash.mcs.anl.gov +20 -20 *** empty log message ***
src/mat/impls/aij/mpi/mmaij.c 1.10 04/02/05 15:01:55 hzhang@smash.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/aij/seq/aijnode.c 1.22 04/02/05 15:01:25 hzhang@smash.mcs.anl.gov +14 -14 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.48 04/02/05 15:00:19 hzhang@smash.mcs.anl.gov +20 -20 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.124 04/02/05 14:59:30 hzhang@smash.mcs.anl.gov +38 -38 *** empty log message ***
src/mat/impls/dense/mpi/mpidense.c 1.31 04/02/05 14:58:08 hzhang@smash.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/dense/seq/dense.c 1.45 04/02/05 14:56:17 hzhang@smash.mcs.anl.gov +42 -42 *** empty log message ***
src/vec/impls/hypre/vhyp.c 1.4 04/02/05 14:54:32 hzhang@smash.mcs.anl.gov +4 -4 *** empty log message ***
src/vec/impls/esi/ebvec1.c 1.32 04/02/05 14:53:03 hzhang@smash.mcs.anl.gov +10 -10 *** empty log message ***
src/vec/impls/mpi/pdvec.c 1.21 04/02/05 14:52:20 hzhang@smash.mcs.anl.gov +22 -22 *** empty log message ***
src/vec/impls/seq/bvec2.c 1.32 04/02/05 14:48:02 hzhang@smash.mcs.anl.gov +7 -7 *** empty log message ***
src/vec/impls/seq/bvec1.c 1.4 04/02/05 14:47:38 hzhang@smash.mcs.anl.gov +16 -16 *** empty log message ***
Hg-commit: eb177210b87c58d55c544a8ea5fdb6cda622cc76
show more ...
|
| 7fff6886 | 05-Feb-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1922.1.33 hzhang@smash.mcs.anl.gov|ChangeSet|20040205171548|21519 ChangeSet 1.1922.1.33 04/02/05 11:15:48 hzhang@smash.mcs.anl.gov +2 -0 bug fix for MatDuplicate_MPBAIJ() -- erro
bk-changeset-1.1922.1.33 hzhang@smash.mcs.anl.gov|ChangeSet|20040205171548|21519 ChangeSet 1.1922.1.33 04/02/05 11:15:48 hzhang@smash.mcs.anl.gov +2 -0 bug fix for MatDuplicate_MPBAIJ() -- error reported from nightly test.
src/mat/impls/baij/mpi/mpibaij.c 1.49 04/02/05 11:14:24 hzhang@smash.mcs.anl.gov +5 -4 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.83 04/02/05 11:14:14 hzhang@smash.mcs.anl.gov +4 -1 *** empty log message ***
Hg-commit: ffeb89a0562495bf53ef79ad7437d3576f25c4be
show more ...
|
| 4efcb820 | 03-Feb-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1922.4.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040203200436|11780 ChangeSet 1.1922.4.2 04/02/03 14:04:36 barrysmith@barry-smiths-computer.local +3 -0 nightly build fix
bk-changeset-1.1922.4.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040203200436|11780 ChangeSet 1.1922.4.2 04/02/03 14:04:36 barrysmith@barry-smiths-computer.local +3 -0 nightly build fixes vec cache checking in makefile test memory leaks in matduplicate_mpiaij/mpibaij
src/mat/impls/baij/mpi/mpibaij.c 1.48 04/02/03 13:49:59 barrysmith@barry-smiths-computer.local +2 -0 need to delete inner matrices before creating new ones
src/mat/impls/aij/mpi/mpiaij.c 1.105 04/02/03 13:48:44 barrysmith@barry-smiths-computer.local +2 -0 need to delete old inner matrices before creating new ones
src/vec/examples/tests/makefile 1.12 04/02/03 13:27:16 barrysmith@barry-smiths-computer.local +1 -1 handle machine where the cached is printed as 1.0000000e-00 while orig is printed as 1.000000e+00 :-(
Hg-commit: 3db7d901124127ce091458585c268b5b2b926187
show more ...
|
| 4be2ffe0 | 29-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1899 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012340|29131 ChangeSet 1.1899 04/01/28 19:23:40 barrysmith@barry-smiths-computer.local +2 -0 merge
src/mat/interfac
bk-changeset-1.1899 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012340|29131 ChangeSet 1.1899 04/01/28 19:23:40 barrysmith@barry-smiths-computer.local +2 -0 merge
src/mat/interface/matrix.c 1.93 04/01/28 19:21:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij2.c 1.19 04/01/28 19:21:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 05e8903b36b7e68020da5afaa2e4ff5e79fe95cd
show more ...
|
| b01c7715 | 29-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1898 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012103|37713 ChangeSet 1.1898 04/01/28 19:21:03 barrysmith@barry-smiths-computer.local +4 -0 MatPBRlax for seqbaij
bk-changeset-1.1898 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012103|37713 ChangeSet 1.1898 04/01/28 19:21:03 barrysmith@barry-smiths-computer.local +4 -0 MatPBRlax for seqbaij
src/mat/impls/baij/seq/baij.h 1.19 04/01/28 19:21:01 barrysmith@barry-smiths-computer.local +2 -1 flag to indicate if inverse of diagonal blocks is valid for pbsor
src/mat/impls/baij/seq/baij.c 1.74 04/01/28 19:19:30 barrysmith@barry-smiths-computer.local +123 -0 relax for bs 5
src/mat/impls/baij/seq/baij.c 1.73 04/01/28 18:51:31 barrysmith@barry-smiths-computer.local +116 -4 relax for block size 4
src/mat/impls/baij/seq/baij.c 1.72 04/01/28 14:31:44 barrysmith@barry-smiths-computer.local +45 -11 relax for bs 3
src/mat/impls/baij/seq/baij.c 1.71 04/01/28 11:39:00 barrysmith@barrysmith-57.mcs.anl.gov +36 -6 check relax against Matlab for symmetric case with medium matrix and got identical results therefor conclude the relax is finally correct.
src/mat/impls/baij/seq/baij.c 1.70 04/01/27 16:55:23 barrysmith@barry-smiths-computer.local +229 -63 found the damn bug that was haunting me. I didn't increate the idiag pointer for row 1 so it still used row 0 and was always 1 (block) row behind. Damn fool for testing initially with too simple a matrix.
docs/website/documentation/changes/220.html 1.10 04/01/26 14:21:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.18 04/01/26 11:11:09 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
Hg-commit: b47bef0f90fc31c7dbd848856732382ea5e62369
show more ...
|
| 0e9b0e7e | 27-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1895.1.3 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175559|35296 ChangeSet 1.1895.1.3 04/01/27 11:55:59 hzhang@smash.mcs.anl.gov +1 -0 typo on comments.
src/mat/impls/baij/mpi/b
bk-changeset-1.1895.1.3 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175559|35296 ChangeSet 1.1895.1.3 04/01/27 11:55:59 hzhang@smash.mcs.anl.gov +1 -0 typo on comments.
src/mat/impls/baij/mpi/baijov.c 1.12 04/01/27 11:55:14 hzhang@smash.mcs.anl.gov +5 -5 *** empty log message ***
Hg-commit: 22654ce315f1bc2a78026ea1760b9d7d1b1ac217
show more ...
|
| d94109b8 | 27-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1895.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852 ChangeSet 1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0 A new implementation of MatIncreaseOverlap_Se
bk-changeset-1.1895.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852 ChangeSet 1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0 A new implementation of MatIncreaseOverlap_SeqSBAIJ() without explicit column search -- useful for mpi implementation.
src/mat/impls/sbaij/mpi/makefile 1.10 04/01/27 11:44:51 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.17.1.1 04/01/27 11:39:32 hzhang@smash.mcs.anl.gov +77 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.82 04/01/26 16:09:16 hzhang@smash.mcs.anl.gov +2 -1 *** empty log message ***
src/mat/interface/matrix.c 1.91.1.1 04/01/26 15:42:34 hzhang@smash.mcs.anl.gov +0 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/makefile 1.9 04/01/26 11:38:13 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/baij/mpi/mpibaij.c 1.47 04/01/26 11:34:00 hzhang@smash.mcs.anl.gov +4 -0 *** empty log message ***
Hg-commit: fc692dac4cee137de6afd7bc4571a45389cd052d
show more ...
|
| 4cb7fc73 | 25-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1893 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230651|34085 ChangeSet 1.1893 04/01/25 17:06:51 barrysmith@barry-smiths-computer.local +1 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.1893 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230651|34085 ChangeSet 1.1893 04/01/25 17:06:51 barrysmith@barry-smiths-computer.local +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/mat/impls/baij/seq/baij.h 1.18 04/01/25 17:06:50 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 07323943f216ba9a300ca8697ea355bb5ee569d4
show more ...
|
| a1d92eed | 25-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1888.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230626|19659 ChangeSet 1.1888.1.2 04/01/25 17:06:26 barrysmith@barry-smiths-computer.local +10 -0 initial work for
bk-changeset-1.1888.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230626|19659 ChangeSet 1.1888.1.2 04/01/25 17:06:26 barrysmith@barry-smiths-computer.local +10 -0 initial work for adding point block SOR and initial work for improving scalability of DANaturalToGlobal() and GlobalToNatural() so they do not need global AO object
src/mat/interface/matrix.c 1.91 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +44 -1 introduce MatPBRelax for point block SOR
src/mat/impls/baij/seq/baij.h 1.16.1.1 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +2 -1 invert diagonal of matrix, for pbjacobi and pbsor
src/mat/impls/baij/seq/baij.c 1.69 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +64 -0 invert diagonal of matrix, for pbjacobi and pbsor
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.7 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +5 -39 keep the inverse diagonal of matrix inside the matrix object
src/dm/da/examples/tests/makefile 1.14 04/01/25 17:06:23 barrysmith@barry-smiths-computer.local +17 -2 basic test of saving DA vectors to file in natural ordering
src/dm/da/examples/tests/ex23.c 1.2 04/01/25 17:03:04 barrysmith@barry-smiths-computer.local +27 -82 basic test of saving DA vectors to file in natural ordering
src/dm/da/examples/tests/ex23.c 1.1 04/01/25 16:09:28 barrysmith@barry-smiths-computer.local +132 -0
src/dm/da/examples/tests/ex23.c 1.0 04/01/25 16:09:28 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tests/ex23.c
todo 1.14 04/01/25 16:05:55 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/dm/da/src/dadist.c 1.10 04/01/25 15:54:48 barrysmith@barry-smiths-computer.local +3 -0 *** empty log message ***
include/petscmat.h 1.99 04/01/23 10:42:54 barrysmith@barry-smiths-computer.local +2 -1 added point block relaxation
src/mat/matimpl.h 1.34 04/01/23 10:41:45 barrysmith@barry-smiths-computer.local +2 -1 added pbrelax for Point Block relaxation (SOR and Gauss-Seidel)
Hg-commit: 9a982fbca8f7cb3207c0a49f70d3d389cdcc2416
show more ...
|
| 21360622 | 23-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1888.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040123163923|63757 ChangeSet 1.1888.1.1 04/01/23 10:39:23 barrysmith@barry-smiths-computer.local +6 -0 support pbjacobi
bk-changeset-1.1888.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040123163923|63757 ChangeSet 1.1888.1.1 04/01/23 10:39:23 barrysmith@barry-smiths-computer.local +6 -0 support pbjacobi for baij matrices (trivial) begin introducing pbsor pc type
src/mat/impls/baij/seq/baijfact2.c 1.30 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +8 -6 support identity row and column permutations if row and col permutations have not been set (probably never needed but)
src/ksp/pc/interface/pcregis.c 1.20 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +2 -0 added pbsor pc type
include/petscpc.h 1.38 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +22 -21 added pbsor pc type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.6 04/01/23 10:36:32 barrysmith@barry-smiths-computer.local +6 -4 support baij (introduced by Kris) format; tested works :-)
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.5 04/01/23 10:25:16 barrysmith@barry-smiths-computer.local +1 -1 formatting error
src/ksp/pc/impls/makefile 1.12 04/01/22 10:16:48 barrysmith@barry-smiths-computer.local +1 -1 added pbsor directory for point block SOR
src/ksp/ksp/impls/lgmres/lgmres.c 1.15 04/01/22 10:12:33 barrysmith@barry-smiths-computer.local +2 -3 text formating uglyness
Hg-commit: ce015821f6412975c122b83510aa24e0ffb66ebd
show more ...
|
| 5eee224d | 22-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1890 hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529 ChangeSet 1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0 implement MatIncreaseOverlap_SeqSBAIJ()
src/mat/
bk-changeset-1.1890 hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529 ChangeSet 1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0 implement MatIncreaseOverlap_SeqSBAIJ()
src/mat/impls/sbaij/seq/sbaij2.c 1.16 04/01/22 17:07:51 hzhang@smash.mcs.anl.gov +62 -2 *** empty log message ***
src/mat/impls/baij/seq/baij2.c 1.12 04/01/22 16:51:26 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 3f2fb6b40e82a88fea80192c74694c67beec144d
show more ...
|
| 595208bc | 22-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1889 hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682 ChangeSet 1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0 bug fix: add 'check for missing diagonals' in Mat
bk-changeset-1.1889 hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682 ChangeSet 1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0 bug fix: add 'check for missing diagonals' in MatConvert_xxx_SeqSBAIJ()
src/mat/impls/sbaij/seq/aijsbaij.c 1.13 04/01/22 15:50:18 hzhang@smash.mcs.anl.gov +3 -7 *** empty log message ***
src/mat/impls/baij/seq/baij.h 1.17 04/01/22 15:47:28 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.24 04/01/22 15:47:17 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/examples/tests/ex74.c 1.13 04/01/22 10:41:37 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 18c34ffad1e1e4e4b1efdad785595b4072b50610
show more ...
|
| 9c097c71 | 19-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1883 Kris@p4buschel.|ChangeSet|20040119222151|61868 ChangeSet 1.1883 04/01/19 14:21:51 Kris@p4buschel. +7 -0 Creation of inner matrices for MPISBAIJ and MPIBAIJ requires block size
bk-changeset-1.1883 Kris@p4buschel.|ChangeSet|20040119222151|61868 ChangeSet 1.1883 04/01/19 14:21:51 Kris@p4buschel. +7 -0 Creation of inner matrices for MPISBAIJ and MPIBAIJ requires block size information for PETSc to DETERMINE the locl sizes properly. As such, the creation of these inner matrices MUST be done in the Preallocation routine, not in the Create routine. Creation of MATMPISBAIJSPOOLES, MATDSCPACK, and MATSBAIJMUMPS have been updated accordingly to overload their Preallocation routines.
src/mat/impls/baij/mpi/mpibaij.c 1.46 04/01/19 14:21:50 Kris@p4buschel. +6 -7 Undo the previous separation of Creation and Preallocation for inner matrices for MPIBAIJ. This is necessary because we do not know m if PETSC_DETERMINE was used until the Preallocation step which defines the block size. UUGH.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.33 04/01/19 14:15:47 Kris@p4buschel. +35 -3 We can't convert the local diagonal block to MPISBAIJSPOOLES type in the Create routine because some of the data structure creation for SBAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.79 04/01/19 14:15:47 Kris@p4buschel. +7 -7 Undo the previous separation of Creation and Preallocation for inner matrices for MPISBAIJ. This is necessary because we do not know m if PETSC_DETERMINE was used until the Preallocation step which defines the block size. UUGH.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.48 04/01/19 14:15:47 Kris@p4buschel. +37 -4 We can't convert the local diagonal block to DSCPACK type in the Create routine because some of the data structure creation for BAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/aij/seq/spooles/spooles.h 1.43 04/01/19 14:15:47 Kris@p4buschel. +1 -0 Added function pointer for overloading the Preallocation routine for MPISBAIJ type.
src/mat/impls/aij/mpi/mumps/mumps.c 1.56 04/01/19 14:15:46 Kris@p4buschel. +35 -4 We can't convert the local diagonal block to SBAIJMUMPS type in the Create routine because some of the data structure creation for SBAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.78 04/01/19 12:36:34 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has already been determined
src/mat/impls/baij/mpi/mpibaij.c 1.45 04/01/19 12:34:18 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has been evaluated already.
src/mat/impls/aij/mpi/mpiaij.c 1.104 04/01/19 12:34:18 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has been evaluated already.
Hg-commit: f3bffe4aa33d9c0b9e761422d43eba0b77d2485a
show more ...
|
| c60e587d | 16-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1875 Kris@p4buschel.|ChangeSet|20040116221827|55752 ChangeSet 1.1875 04/01/16 14:18:27 Kris@p4buschel. +6 -0 More fixes for inheritance model for external packages. Clean up sepa
bk-changeset-1.1875 Kris@p4buschel.|ChangeSet|20040116221827|55752 ChangeSet 1.1875 04/01/16 14:18:27 Kris@p4buschel. +6 -0 More fixes for inheritance model for external packages. Clean up separation of creation and preallocation for base classes.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.32 04/01/16 14:18:26 Kris@p4buschel. +1 -1 Cannot use MatConvert directly here because the matrix has not been preallocated or assembled.
src/mat/impls/aij/seq/spooles/spooles.h 1.42 04/01/16 14:18:26 Kris@p4buschel. +1 -0 Added prototype.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.77 04/01/16 14:13:37 Kris@p4buschel. +9 -5 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
src/mat/impls/baij/mpi/mpibaij.c 1.44 04/01/16 14:13:37 Kris@p4buschel. +10 -4 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
src/mat/impls/aij/seq/spooles/spooles.h 1.41 04/01/16 14:13:37 Kris@p4buschel. +1 -0 Add prototype for specific converter.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.57 04/01/16 14:13:37 Kris@p4buschel. +1 -1 Cannot use MatConvert here because the matrix has not been preallocated yet.
src/mat/impls/aij/mpi/mpiaij.c 1.103 04/01/16 14:13:37 Kris@p4buschel. +9 -5 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
Hg-commit: 9badeb7884ea07f0a3d38ffac039bc13ac56450f
show more ...
|
| e2d9671b | 16-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1874 Kris@p4buschel.|ChangeSet|20040116211125|60115 ChangeSet 1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0 Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inherit
bk-changeset-1.1874 Kris@p4buschel.|ChangeSet|20040116211125|60115 ChangeSet 1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0 Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inheritance problems Set the local diagonal block matrix type to be external package specific when appropriate
src/mat/impls/sbaij/seq/sbaij2.c 1.15 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateSeqSBAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.31 04/01/16 13:11:23 Kris@p4buschel. +7 -3 set the local diagonal block matrix type to be spooles type
src/mat/impls/baij/seq/baij2.c 1.11 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateSeqBAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.47 04/01/16 13:11:23 Kris@p4buschel. +4 -1 set the local diagonal block matrix type to be dscpack type
src/mat/impls/aij/seq/aij.c 1.121 04/01/16 13:11:23 Kris@p4buschel. +6 -2 Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.83 04/01/16 13:11:23 Kris@p4buschel. +4 -1 set the local diagonal block matrix type to be superludist type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.56 04/01/16 13:11:23 Kris@p4buschel. +6 -3 set the type of local diagonal block matrix to be spooles type
src/mat/impls/aij/mpi/mumps/mumps.c 1.55 04/01/16 13:11:23 Kris@p4buschel. +10 -4 Set the type of local diagonal block matrix for MPI types to be MUMPS types
src/mat/impls/aij/mpi/mpiov.c 1.12 04/01/16 13:11:23 Kris@p4buschel. +7 -3 Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/aij/mpi/mpiaij.c 1.102 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateMPIAIJ with MatCreate,MatSetType to fix inheritance problems
Hg-commit: 3e45700e6e6778c14505f8e83a319963b8c5e299
show more ...
|
| cbfba800 | 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1855 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207 ChangeSet 1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into sm
bk-changeset-1.1855 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207 ChangeSet 1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smash.mcs.anl.gov:/sandbox/hzhang/petsc-dev
src/mat/impls/sbaij/seq/sbaij.c 1.89 04/01/06 13:07:34 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/sbaij/mpi/mpisbaij.c 1.75 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.68 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/mpi/mpibaij.c 1.43 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
Hg-commit: c46cd9b4c83dc38650a16fec825e023182e121ca
show more ...
|