| d2a8917b | 23-Jul-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2363.1.22 hzhang@harley.mcs.anl.gov|ChangeSet|20040723183731|21829 ChangeSet 1.2363.1.22 04/07/23 13:37:31 hzhang@harley.mcs.anl.gov +5 -0 test config and interface of dscpack, mum
bk-changeset-1.2363.1.22 hzhang@harley.mcs.anl.gov|ChangeSet|20040723183731|21829 ChangeSet 1.2363.1.22 04/07/23 13:37:31 hzhang@harley.mcs.anl.gov +5 -0 test config and interface of dscpack, mumps, spooles and superlu
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.63 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +45 -49 replace 'int' with 'PetscInt'
src/mat/impls/aij/seq/spooles/spooles.h 1.51 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +8 -8 replace 'int' with 'PetscInt'
src/mat/impls/aij/seq/spooles/spooles.c 1.99 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +16 -19 bug fix.
python/PETSc/packages/Dscpack.py 1.6 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +31 -28 make it work '--with-cc=gcc'
config/linux-gnu-superlu.py 1.2 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +12 -4 add more external packages into this script for config tests.
Hg-commit: d2f0206b595481b96d8b288c1e799f7ce9eed4c0
show more ...
|
| 4a8abbf3 | 22-Jul-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2363.1.17 hzhang@harley.mcs.anl.gov|ChangeSet|20040722151323|29223 ChangeSet 1.2363.1.17 04/07/22 10:13:23 hzhang@harley.mcs.anl.gov +1 -0 fix warning from nightly build: initializ
bk-changeset-1.2363.1.17 hzhang@harley.mcs.anl.gov|ChangeSet|20040722151323|29223 ChangeSet 1.2363.1.17 04/07/22 10:13:23 hzhang@harley.mcs.anl.gov +1 -0 fix warning from nightly build: initialize a variable
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.30 04/07/22 10:13:21 hzhang@harley.mcs.anl.gov +1 -1 fix warning from nightly build: initialize a variable
Hg-commit: a135f5e39a545816e21f498aa31ac4dbaa143fdf
show more ...
|
| 922d95a3 | 21-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.4.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040721190712|31762 ChangeSet 1.2363.4.1 04/07/21 14:07:12 barrysmith@barrysmith-57.mcs.anl.gov +14 -0 nightly build fixes
bk-changeset-1.2363.4.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040721190712|31762 ChangeSet 1.2363.4.1 04/07/21 14:07:12 barrysmith@barrysmith-57.mcs.anl.gov +14 -0 nightly build fixes
src/vec/is/utils/isltog.c 1.27 04/07/21 14:07:10 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly build fixes
src/mat/examples/tests/ex78.c 1.8 04/07/21 14:07:10 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 nightly build fixes
src/mat/examples/tests/ex72.c 1.9 04/07/21 14:07:10 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly build fixes
src/ksp/examples/tutorials/output/ex10_2.out 1.5 04/07/21 14:07:10 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 nightly build fixes
src/sys/src/objects/options.c 1.47 04/07/21 14:00:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -1 test for existence of ~/.petscrc before trying to use it!!! How the fuck did this get screwed up
src/sys/src/fileio/ghome.c 1.17 04/07/21 13:56:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 formatting
src/mat/examples/tests/ex50.c 1.9 04/07/21 13:50:04 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %le requires double* type
src/mat/examples/tests/ex32.c 1.11 04/07/21 13:48:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 nightly build %ld doesn't match PetscScalar
src/mat/impls/aij/seq/aij.c 1.166 04/07/21 13:13:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 lu_shift not initialized
src/mat/examples/tutorials/makefile 1.16 04/07/21 12:42:24 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 move test that requires datafiles to testexamples_6
src/mat/examples/tests/makefile 1.32 04/07/21 12:41:43 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 moved runex2 that requires datafiles to 6
python/PETSc/packages/update.py 1.64.1.2 04/07/21 12:33:30 barrysmith@barrysmith-57.mcs.anl.gov +6 -3 make sure datafiles directory has matrices subdirectory
python/PETSc/packages/Sowing.py 1.75 04/07/21 12:32:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 more debugging message about what it is doing
src/dm/ao/aoimpl.h 1.15 04/07/21 11:28:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 double -> PetscReal
Hg-commit: 279f4eb836feb6d34869c8aef35e0a92234522d3
show more ...
|
| 23bc6035 | 19-Jul-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2363.1.5 knepley@khan.mcs.anl.gov|ChangeSet|20040719233301|34474 ChangeSet 1.2363.1.5 04/07/19 18:33:01 knepley@khan.mcs.anl.gov +2 -0 Check return value
src/mat/impls/aij/seq/a
bk-changeset-1.2363.1.5 knepley@khan.mcs.anl.gov|ChangeSet|20040719233301|34474 ChangeSet 1.2363.1.5 04/07/19 18:33:01 knepley@khan.mcs.anl.gov +2 -0 Check return value
src/mat/impls/aij/seq/aijfact.c 1.63 04/07/19 18:32:59 knepley@khan.mcs.anl.gov +1 -1 Check return value
src/ksp/ksp/impls/lgmres/lgmres.c 1.30 04/07/19 18:32:59 knepley@khan.mcs.anl.gov +2 -2 Check return value
Hg-commit: 9f588a8124a6758feb57d8e4356a5bbff8ba81fd
show more ...
|
| d07a9264 | 16-Jul-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2363.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20040716215433|37185 ChangeSet 1.2363.1.3 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +4 -0 some nightly build (syntax) fixes
src/sy
bk-changeset-1.2363.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20040716215433|37185 ChangeSet 1.2363.1.3 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +4 -0 some nightly build (syntax) fixes
src/sys/src/objects/options.c 1.46 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +2 -2 fix signed vs unsigned comparision
src/mat/impls/aij/seq/aijfact.c 1.62 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +3 -3 typecast fix
src/ksp/pc/impls/shell/shellpc.c 1.21 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +1 -1 remove unknown functions
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.13 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +1 -1 fix uninitialized variable
Hg-commit: 6319fa66e299cbd0f61d9e942de257c848b4318d
show more ...
|
| 79416396 | 15-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2360.1.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040715185254|65418 ChangeSet 1.2360.1.2 04/07/15 13:52:54 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscInt, [PETSC #112
bk-changeset-1.2360.1.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040715185254|65418 ChangeSet 1.2360.1.2 04/07/15 13:52:54 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscInt, [PETSC #11228] a loop in cholesky? add/multi for fieldsplit PC
src/mat/impls/sbaij/seq/aijsbaij.c 1.20 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -6 formating PetscInt
src/mat/impls/aij/seq/aijfact.c 1.61 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 [PETSC #11228] a loop in cholesky?
src/ksp/pc/impls/mg/smg.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
src/ksp/pc/impls/mg/mgfunc.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 PetscInt
src/ksp/pc/impls/mg/mg.c 1.35 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +47 -46 PetscInt
src/ksp/pc/impls/mg/fmg.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 PetscInt
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.10 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +134 -36 set type additive or multiplicate for fieldsplit PC
src/ksp/pc/impls/composite/composite.c 1.22 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 formating and PetscInt
include/petscpc.h 1.54 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 set type additive or multiplicate for fieldsplit PC
Hg-commit: 8800afd7312d0ca25cc6495f47973fa120c0bcf0
show more ...
|
| 521d7252 | 11-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2345 barrysmith@barry-smiths-computer.local|ChangeSet|20040711030250|59162 ChangeSet 1.2345 04/07/10 22:02:50 barrysmith@barry-smiths-computer.local +56 -0 Make bs a data item in a
bk-changeset-1.2345 barrysmith@barry-smiths-computer.local|ChangeSet|20040711030250|59162 ChangeSet 1.2345 04/07/10 22:02:50 barrysmith@barry-smiths-computer.local +56 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/utils/gcreate.c 1.24 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/utils/convert.c 1.12 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/aijbaij.c 1.13 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +6 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/matimpl.h 1.52 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/interface/matrix.c 1.135 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +38 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/shell/shellcnv.c 1.12 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/shell/shell.c 1.23 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +9 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.56 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaijfact2.c 1.41 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +4 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaijfact.c 1.63 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +4 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaij2.c 1.29 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +18 -22 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaij.c 1.113 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +27 -38 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/aijsbaij.c 1.19 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +5 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.45 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/sbaijov.c 1.37 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +3 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/mpisbaij.c 1.99 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +23 -34 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/mmsbaij.c 1.28 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/dense/seq/dense.c 1.63 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/dense/mpi/mpidense.c 1.46 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag3.c 1.22 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag2.c 1.19 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +7 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag.h 1.12 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +0 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag.c 1.42 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +11 -23 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdfact.c 1.13 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/mpi/mpibdiag.c 1.41 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +28 -42 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/mpi/mmbdiag.c 1.7 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +7 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact4.c 1.12 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact3.c 1.16 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact2.c 1.39 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +6 -8 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij2.c 1.21 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +13 -13 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij.h 1.23 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij.c 1.95 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +26 -38 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mpibaij.h 1.17 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mpibaij.c 1.68 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +24 -35 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mmbaij.c 1.24 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +5 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.62 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +12 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/baijov.c 1.23 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +6 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/superlu/superlu.c 1.69 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +4 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.30 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +9 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/lusol/lusol.c 1.32 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +9 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/essl/essl.c 1.31 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/aij.c 1.165 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +10 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.98 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +7 -5 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.69 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +4 -3 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/mumps/mumps.c 1.78 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +16 -15 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/mpiaij.c 1.195 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +9 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/adj/mpi/mpiadj.c 1.37 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +1 -11 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.16 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +3 -3 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.5 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +10 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/fortran/custom/zpc.c 1.24 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +25 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
include/petscmat.h 1.147 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +1 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
include/petscbt.h 1.14 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +2 -2 change to typedef so can declare multiple per line, not sure why was define
src/mat/impls/baij/seq/aijbaij.c 1.12 04/07/10 19:46:35 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
src/vec/is/impls/general/strgen.c 1.8 04/07/09 23:05:11 barrysmith@barry-smiths-computer.local +1 -0 need to indicate memory was allocated for indices inside general is created from stride
src/ksp/pc/impls/hypre/hyppilut.c 1.56 04/07/09 14:45:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move fortran stub to custom
src/vec/impls/seq/dvec2.c 1.20 04/07/08 14:29:20 barrysmith@barrysmith-57.mcs.anl.gov +42 -43 formating
src/inline/setval.h 1.5 04/07/08 14:27:02 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
Hg-commit: 7f824bafc4d9041ce9342c5ae5c5bac68df054e5
show more ...
|
| 2499ec78 | 30-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2316.1.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040630161405|06515 ChangeSet 1.2316.1.1 04/06/30 11:14:05 hzhang@harley.mcs.anl.gov +3 -0 mv mpi functions in aij/seq/matmatmult.c to
bk-changeset-1.2316.1.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040630161405|06515 ChangeSet 1.2316.1.1 04/06/30 11:14:05 hzhang@harley.mcs.anl.gov +3 -0 mv mpi functions in aij/seq/matmatmult.c to new file aij/mpi/mpimatmatmult.c
src/mat/impls/aij/seq/matmatmult.c 1.82 04/06/30 11:14:04 hzhang@harley.mcs.anl.gov +1 -121 mv mpi functions in aij/seq/matmatmult.c to new file aij/mpi/mpimatmatmult.c
src/mat/impls/aij/mpi/makefile 1.26 04/06/30 11:14:04 hzhang@harley.mcs.anl.gov +2 -2 mv mpi functions in aij/seq/matmatmult.c to new file aij/mpi/mpimatmatmult.c
src/mat/impls/aij/mpi/mpimatmatmult.c 1.1 04/06/30 11:12:23 hzhang@harley.mcs.anl.gov +128 -0
src/mat/impls/aij/mpi/mpimatmatmult.c 1.0 04/06/30 11:12:22 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/impls/aij/mpi/mpimatmatmult.c
Hg-commit: a9dcaf15c6dad7c166f1236f9e46f811e3aabf53
show more ...
|
| 9c4fc4c7 | 28-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2309 barrysmith@barry-smiths-computer.local|ChangeSet|20040628042253|34271 ChangeSet 1.2309 04/06/27 23:22:53 barrysmith@barry-smiths-computer.local +3 -0 ugly hack to get PtAP to
bk-changeset-1.2309 barrysmith@barry-smiths-computer.local|ChangeSet|20040628042253|34271 ChangeSet 1.2309 04/06/27 23:22:53 barrysmith@barry-smiths-computer.local +3 -0 ugly hack to get PtAP to work for MAIJ matrices for testing of -dmmg_galerkin
src/mat/interface/matrix.c 1.134 04/06/27 23:22:45 barrysmith@barry-smiths-computer.local +13 -0 ugly hack to get PtAP to work for MAIJ matrices for testing of -dmmg_galerkin
src/mat/impls/maij/maij.c 1.20 04/06/27 23:22:44 barrysmith@barry-smiths-computer.local +45 -0 convert from MAIJ to AIJ can be made more efficient later
src/mat/impls/aij/seq/matptap.c 1.77 04/06/27 22:27:36 barrysmith@barry-smiths-computer.local +0 -197 moved PtAP code to interface where it belong
src/mat/interface/matrix.c 1.133 04/06/27 22:27:18 barrysmith@barry-smiths-computer.local +182 -0 moved PtAP code to interface where it belongs
Hg-commit: 284b5b33632eb9fbd178adc71517a6aac440d23a
show more ...
|
| 42c57489 | 24-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.1.20 hzhang@harley.mcs.anl.gov|ChangeSet|20040624193038|11924 ChangeSet 1.2299.1.20 04/06/24 14:30:38 hzhang@harley.mcs.anl.gov +3 -0 mv all mpi functions into the new file
bk-changeset-1.2299.1.20 hzhang@harley.mcs.anl.gov|ChangeSet|20040624193038|11924 ChangeSet 1.2299.1.20 04/06/24 14:30:38 hzhang@harley.mcs.anl.gov +3 -0 mv all mpi functions into the new file aij/mpi/mpiptap.c
src/mat/impls/aij/seq/matptap.c 1.76 04/06/24 14:30:36 hzhang@harley.mcs.anl.gov +1 -1116 mv all mpi functions into the new file aij/mpi/mpiptap.c
src/mat/impls/aij/mpi/makefile 1.25 04/06/24 14:30:36 hzhang@harley.mcs.anl.gov +2 -2 add new file: mpiptap.c
src/mat/impls/aij/mpi/mpiptap.c 1.1 04/06/24 14:28:49 hzhang@harley.mcs.anl.gov +802 -0
src/mat/impls/aij/mpi/mpiptap.c 1.0 04/06/24 14:28:49 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/impls/aij/mpi/mpiptap.c
Hg-commit: 931befea71ba3d0adee9ffb75d967033393a9ef5
show more ...
|
| 6853509d | 24-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.1.18 hzhang@harley.mcs.anl.gov|ChangeSet|20040624162728|63589 ChangeSet 1.2299.1.18 04/06/24 11:27:28 hzhang@harley.mcs.anl.gov +1 -0 clean up mpi MatPtAPNumeric.
src/mat/i
bk-changeset-1.2299.1.18 hzhang@harley.mcs.anl.gov|ChangeSet|20040624162728|63589 ChangeSet 1.2299.1.18 04/06/24 11:27:28 hzhang@harley.mcs.anl.gov +1 -0 clean up mpi MatPtAPNumeric.
src/mat/impls/aij/seq/matptap.c 1.75 04/06/24 11:27:27 hzhang@harley.mcs.anl.gov +24 -45 clean up mpi MatPtAPNumeric.
Hg-commit: 738d7d855b9bf0188a91930598a0d006937c2e39
show more ...
|
| 1677a5d7 | 23-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.1.14 hzhang@harley.mcs.anl.gov|ChangeSet|20040623210945|62777 ChangeSet 1.2299.1.14 04/06/23 16:09:45 hzhang@harley.mcs.anl.gov +3 -0 optimize mpi PtAPNumeric
src/mat/impls
bk-changeset-1.2299.1.14 hzhang@harley.mcs.anl.gov|ChangeSet|20040623210945|62777 ChangeSet 1.2299.1.14 04/06/23 16:09:45 hzhang@harley.mcs.anl.gov +3 -0 optimize mpi PtAPNumeric
src/mat/impls/aij/seq/matptap.c 1.74 04/06/23 16:09:43 hzhang@harley.mcs.anl.gov +152 -44 optimize mpi PtAPNumeric: - save symbolic AP - replace the dense array 'apa' of length C->N by a compressed array of size max(apnzj) (apnzj << C-> in my tests)
src/mat/impls/aij/mpi/mpiaij.h 1.27 04/06/23 16:09:43 hzhang@harley.mcs.anl.gov +2 -1 add 'abi, abj and abnz_max' into the struct Mat_MatMatMultMPI for saving symbolic AP for mpi PtAP.
src/mat/impls/aij/mpi/mpiaij.c 1.187 04/06/23 16:09:43 hzhang@harley.mcs.anl.gov +2 -2 In MatGetLocalMat() use MatSetValues_SeqAIJ instead of MatSetValues to reduce overhead
Hg-commit: 6e5f64c9ddde55104f938d3d97954760f65ca707
show more ...
|
| c124e916 | 23-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.1.11 hzhang@harley.mcs.anl.gov|ChangeSet|20040623152655|64232 ChangeSet 1.2299.1.11 04/06/23 10:26:55 hzhang@harley.mcs.anl.gov +1 -0 optimize MatMatMultNumeric_SeqAIJ_SeqAIJ(
bk-changeset-1.2299.1.11 hzhang@harley.mcs.anl.gov|ChangeSet|20040623152655|64232 ChangeSet 1.2299.1.11 04/06/23 10:26:55 hzhang@harley.mcs.anl.gov +1 -0 optimize MatMatMultNumeric_SeqAIJ_SeqAIJ(): remove temp array of size C->n (large and sparse) combine two loops into one.
src/mat/impls/aij/seq/matmatmult.c 1.81 04/06/23 10:26:54 hzhang@harley.mcs.anl.gov +12 -18 optimize MatMatMultNumeric_SeqAIJ_SeqAIJ(): remove temp array of size C->n (large and sparse) combine two loops into one.
Hg-commit: 09a03d9f2d04d219982e6d1ec4720b601d1a81c4
show more ...
|
| 3fdb3dc0 | 23-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.1.9 hzhang@harley.mcs.anl.gov|ChangeSet|20040623025447|38241 ChangeSet 1.2299.1.9 04/06/22 21:54:47 hzhang@harley.mcs.anl.gov +2 -0 add MatSetOption(,MAT_COLUMNS_SORTED);
bk-changeset-1.2299.1.9 hzhang@harley.mcs.anl.gov|ChangeSet|20040623025447|38241 ChangeSet 1.2299.1.9 04/06/22 21:54:47 hzhang@harley.mcs.anl.gov +2 -0 add MatSetOption(,MAT_COLUMNS_SORTED); LogStages
src/mat/impls/aij/seq/matptap.c 1.73 04/06/22 21:54:45 hzhang@harley.mcs.anl.gov +16 -724 add MatSetOption(,MAT_COLUMNS_SORTED); LogStages into MatPtAPNumeric_MPIAIJ_MPIAIJ()
src/mat/impls/aij/mpi/mpiaij.c 1.184 04/06/22 21:54:45 hzhang@harley.mcs.anl.gov +10 -0 add MatSetOption(,MAT_COLUMNS_SORTED); LogStages into MatGetLocalMat()
Hg-commit: a2d82100c8bb6f87871bfe3613b3a7c52c812189
show more ...
|
| 5a7d977c | 22-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2299.3.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040622034359|16333 ChangeSet 1.2299.3.2 04/06/21 22:43:59 hzhang@smash.mcs.anl.gov +2 -0 optimize MatGetLocalMat() - reduce more tha
bk-changeset-1.2299.3.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040622034359|16333 ChangeSet 1.2299.3.2 04/06/21 22:43:59 hzhang@smash.mcs.anl.gov +2 -0 optimize MatGetLocalMat() - reduce more than half number of MatSetValues().
src/mat/impls/aij/seq/matptap.c 1.72 04/06/21 22:43:58 hzhang@smash.mcs.anl.gov +3 -25 correct flops counts - minor fix
src/mat/impls/aij/mpi/mpiaij.c 1.183 04/06/21 22:43:58 hzhang@smash.mcs.anl.gov +50 -29 optimize MatGetLocalMat() - reduce more than half number of MatSetValues().
Hg-commit: 52aee9789d7d011df086ac23830f9f20e04d54f6
show more ...
|
| 418422e8 | 18-Jun-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2276.1.70 balay@asterix.mcs.anl.gov|ChangeSet|20040618222254|40820 ChangeSet 1.2276.1.70 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +8 -0 some nightly build fixes
src/sys/src/o
bk-changeset-1.2276.1.70 balay@asterix.mcs.anl.gov|ChangeSet|20040618222254|40820 ChangeSet 1.2276.1.70 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +8 -0 some nightly build fixes
src/sys/src/objects/init.c 1.39.1.2 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +4 -4 basename -> bname
src/mat/impls/sbaij/seq/sbaijfact2.c 1.40 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +7 -7 realloc -> reallocs
src/mat/impls/sbaij/seq/sbaijfact.c 1.62 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +7 -7 realloc -> reallocs
src/mat/impls/baij/seq/baijfact3.c 1.15 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +4 -4 realloc -> reallocs
src/mat/impls/aij/seq/matptap.c 1.71 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +1 -2 realloc -> reallocs
src/mat/impls/aij/seq/aijfact.c 1.60 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +8 -8 realloc -> reallocs
src/mat/examples/tutorials/makefile 1.13 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +2 -2 no DATAFILE stuff for testexamples_1
src/docs/tex/petscapp.bib 1.118.1.1 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +1 -1 fix syntax
Hg-commit: 28d8dde3a35ca78ee97c8f7c44e542500dc1c002
show more ...
|
| 44b1ac3a | 18-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.1.67 hzhang@harley.mcs.anl.gov|ChangeSet|20040618013224|47164 ChangeSet 1.2276.1.67 04/06/17 20:32:24 hzhang@harley.mcs.anl.gov +2 -0 remove unused variables and warning as re
bk-changeset-1.2276.1.67 hzhang@harley.mcs.anl.gov|ChangeSet|20040618013224|47164 ChangeSet 1.2276.1.67 04/06/17 20:32:24 hzhang@harley.mcs.anl.gov +2 -0 remove unused variables and warning as reported by nightly tests
src/mat/impls/aij/seq/matptap.c 1.70 04/06/17 20:32:22 hzhang@harley.mcs.anl.gov +0 -2 remove unused variables
src/ksp/pc/impls/cholesky/cholesky.c 1.29.1.1 04/06/17 20:32:22 hzhang@harley.mcs.anl.gov +1 -1 remove warning as reported by nightly test
Hg-commit: a5862e05a08d8298969be97f2adc3e48528d9dc0
show more ...
|
| a1dbd1ad | 17-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.36.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040617185412|32069 ChangeSet 1.2276.36.1 04/06/17 13:54:12 hzhang@harley.mcs.anl.gov +1 -0 undo some changes that degrade the perfor
bk-changeset-1.2276.36.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040617185412|32069 ChangeSet 1.2276.36.1 04/06/17 13:54:12 hzhang@harley.mcs.anl.gov +1 -0 undo some changes that degrade the performance: back to v1.2313.1.13 for numeric mpi MatPtAP back to v1.2320.3.1 for symbolic mpi MatPtAP
src/mat/impls/aij/seq/matptap.c 1.69 04/06/17 13:54:10 hzhang@harley.mcs.anl.gov +735 -0 undo some changes that degrade the performance: back to v1.2313.1.13 for numeric mpi MatPtAP back to v1.2320.3.1 for symbolic mpi MatPtAP
Hg-commit: 1110e5a8adb7d6e56fedb0a5f77b67b3303aef53
show more ...
|
| 9ce94108 | 15-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.58 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040615150757|02171 ChangeSet 1.2276.1.58 04/06/15 10:07:57 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 formating, typo, ba
bk-changeset-1.2276.1.58 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040615150757|02171 ChangeSet 1.2276.1.58 04/06/15 10:07:57 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 formating, typo, bad docs
src/snes/utils/damgsnes.c 1.38 04/06/15 10:07:55 barrysmith@barrysmith-57.mcs.anl.gov +13 -3 clearer manual page see petsc-maint 10549
src/mat/impls/aij/seq/aij.c 1.164 04/06/15 10:07:55 barrysmith@barrysmith-57.mcs.anl.gov +114 -118 formating
src/ksp/utils/damg.c 1.36 04/06/15 10:07:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 typo
Hg-commit: 62936ba0b254e93c6221c9d6aa51f064ba155032
show more ...
|
| 51809e72 | 11-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.1.55 hzhang@harley.mcs.anl.gov|ChangeSet|20040611161154|53767 ChangeSet 1.2276.1.55 04/06/11 11:11:54 hzhang@harley.mcs.anl.gov +1 -0 add LogStage to mpi MatPtAP for performan
bk-changeset-1.2276.1.55 hzhang@harley.mcs.anl.gov|ChangeSet|20040611161154|53767 ChangeSet 1.2276.1.55 04/06/11 11:11:54 hzhang@harley.mcs.anl.gov +1 -0 add LogStage to mpi MatPtAP for performance evaluation.
src/mat/impls/aij/seq/matptap.c 1.68 04/06/11 11:11:53 hzhang@harley.mcs.anl.gov +23 -3 add LogStage to mpi MatPtAP for performance evaluation.
Hg-commit: 446e9cdf6e6193e51becbd5267a1a8d3809def27
show more ...
|
| 646c5a8b | 10-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.1.54 hzhang@harley.mcs.anl.gov|ChangeSet|20040610204149|53761 ChangeSet 1.2276.1.54 04/06/10 15:41:49 hzhang@harley.mcs.anl.gov +4 -0 fix typo and remove unused variables as r
bk-changeset-1.2276.1.54 hzhang@harley.mcs.anl.gov|ChangeSet|20040610204149|53761 ChangeSet 1.2276.1.54 04/06/10 15:41:49 hzhang@harley.mcs.anl.gov +4 -0 fix typo and remove unused variables as reported from nightly tests.
src/snes/examples/tutorials/ex6.c 1.14 04/06/10 15:41:47 hzhang@harley.mcs.anl.gov +1 -1 fix typo as reported from nightly tests.
src/snes/examples/tests/ex7.c 1.10 04/06/10 15:41:47 hzhang@harley.mcs.anl.gov +4 -4 fix typo as reported from nightly tests.
src/mat/impls/aij/seq/matptap.c 1.67 04/06/10 15:41:47 hzhang@harley.mcs.anl.gov +21 -17 remove unused variables optimize mpi MatPtAPSymbolic()
src/dm/da/examples/tests/ex6.c 1.7 04/06/10 15:41:47 hzhang@harley.mcs.anl.gov +1 -1 fix typo as reported from nightly tests.
Hg-commit: e469876576cf558aed2ae37ad1e58cc9d7e78cda
show more ...
|
| c1683ab2 | 10-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.1.52 hzhang@harley.mcs.anl.gov|ChangeSet|20040610172204|09753 ChangeSet 1.2276.1.52 04/06/10 12:22:04 hzhang@harley.mcs.anl.gov +1 -0 optimize parallel MatPtAPSymbolic: remove
bk-changeset-1.2276.1.52 hzhang@harley.mcs.anl.gov|ChangeSet|20040610172204|09753 ChangeSet 1.2276.1.52 04/06/10 12:22:04 hzhang@harley.mcs.anl.gov +1 -0 optimize parallel MatPtAPSymbolic: remove two loops.
src/mat/impls/aij/seq/matptap.c 1.66 04/06/10 12:22:03 hzhang@harley.mcs.anl.gov +150 -162 optimize parallel MatPtAPSymbolic: remove two loops.
Hg-commit: c25f6f3f9a7cfef2802ea404aaa4be963beced0a
show more ...
|
| 7957639d | 09-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.30.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040609215757|12458 ChangeSet 1.2276.30.1 04/06/09 16:57:57 hzhang@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-d
bk-changeset-1.2276.30.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040609215757|12458 ChangeSet 1.2276.30.1 04/06/09 16:57:57 hzhang@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/hzhang/petsc-dev
src/mat/impls/aij/seq/matptap.c 1.65 04/06/09 16:57:56 hzhang@harley.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/mpi/mpiaij.c 1.180 04/06/09 16:57:56 hzhang@harley.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 0d7b4b02c41e0ea6aa1492f9472e1599195c9841
show more ...
|
| 0febcb4b | 09-Jun-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2276.29.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040609215700|24693 ChangeSet 1.2276.29.1 04/06/09 16:57:00 hzhang@harley.mcs.anl.gov +4 -0 optimize MatPtAPSymbolic_MPIAIJ_MPIAIJ():
bk-changeset-1.2276.29.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040609215700|24693 ChangeSet 1.2276.29.1 04/06/09 16:57:00 hzhang@harley.mcs.anl.gov +4 -0 optimize MatPtAPSymbolic_MPIAIJ_MPIAIJ(): merge MatPtAPSymbolic_MPIAIJ_MPIAIJ_Local() and MatMerge_SeqsToMPISymbolic() into MatPtAPSymbolic_MPIAIJ_MPIAIJ()
src/mat/impls/aij/seq/matptap.c 1.63.1.1 04/06/09 16:56:58 hzhang@harley.mcs.anl.gov +397 -51 optimize MatPtAPSymbolic_MPIAIJ_MPIAIJ(): merge MatPtAPSymbolic_MPIAIJ_MPIAIJ_Local() and MatMerge_SeqsToMPISymbolic() into MatPtAPSymbolic_MPIAIJ_MPIAIJ()
src/mat/impls/aij/mpi/mpiaij.h 1.26 04/06/09 16:56:58 hzhang@harley.mcs.anl.gov +5 -2 add ci and cj into the struct Mat_Merge_SeqsToMPI
src/mat/impls/aij/mpi/mpiaij.c 1.178.1.1 04/06/09 16:56:57 hzhang@harley.mcs.anl.gov +5 -1 add ci and cj into the struct Mat_Merge_SeqsToMPI
include/petscmat.h 1.141 04/06/09 16:56:57 hzhang@harley.mcs.anl.gov +1 -0 add prototype of MatDestroy_MPIAIJ_SeqsToMPI()
Hg-commit: 384bc93f688444cb9f38d5d8cd4a587a6eb2f396
show more ...
|
| 6c57454c | 09-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.49 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609212325|15460 ChangeSet 1.2276.1.49 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@pe
bk-changeset-1.2276.1.49 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609212325|15460 ChangeSet 1.2276.1.49 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/mat/interface/matrix.c 1.130 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/matptap.c 1.64 04/06/09 16:23:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.13 04/06/09 16:23:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 98a8b77bb29ba0543e74c1e8339f62feec93a142
show more ...
|