| #
1ce03ad2
|
| 22-Mar-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2075 knepley@khan.mcs.anl.gov|ChangeSet|20040322175905|51122 ChangeSet 1.2075 04/03/22 11:59:05 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.2075 knepley@khan.mcs.anl.gov|ChangeSet|20040322175905|51122 ChangeSet 1.2075 04/03/22 11:59:05 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev
Hg-commit: 23083b1f6781a4b2fd219b654bbe97bf1270655e
show more ...
|
| #
e1b6402f
|
| 22-Mar-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2071.1.9 hzhang@smash.mcs.anl.gov|ChangeSet|20040322155022|51112 ChangeSet 1.2071.1.9 04/03/22 09:50:22 hzhang@smash.mcs.anl.gov +5 -0 remove PetscMemcpy(mat->ops,&MatOps_Values,si
bk-changeset-1.2071.1.9 hzhang@smash.mcs.anl.gov|ChangeSet|20040322155022|51112 ChangeSet 1.2071.1.9 04/03/22 09:50:22 hzhang@smash.mcs.anl.gov +5 -0 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
src/mat/impls/sbaij/seq/sbaij.c 1.97 04/03/22 09:50:20 hzhang@smash.mcs.anl.gov +0 -1 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
src/mat/impls/sbaij/mpi/mpisbaij.c 1.88 04/03/22 09:50:20 hzhang@smash.mcs.anl.gov +1 -1 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
src/mat/impls/baij/seq/baij.c 1.79 04/03/22 09:50:20 hzhang@smash.mcs.anl.gov +0 -1 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
src/mat/impls/baij/mpi/mpibaij.c 1.54 04/03/22 09:50:20 hzhang@smash.mcs.anl.gov +0 -1 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
src/mat/impls/aij/mpi/mpiaij.c 1.109 04/03/22 09:50:20 hzhang@smash.mcs.anl.gov +1 -1 remove PetscMemcpy(mat->ops,&MatOps_Values,sizeof(struct _MatOps)); (is done in the constructor)
Hg-commit: 07dfdcd34740f6aeaf93cef6bc0d4c3d31bfb4e8
show more ...
|
| #
23ce1328
|
| 22-Mar-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2071.1.8 barrysmith@barry-smiths-computer.local|ChangeSet|20040322024852|56471 ChangeSet 1.2071.1.8 04/03/21 20:48:52 barrysmith@barry-smiths-computer.local +108 -0 drop KSPSetRhs/
bk-changeset-1.2071.1.8 barrysmith@barry-smiths-computer.local|ChangeSet|20040322024852|56471 ChangeSet 1.2071.1.8 04/03/21 20:48:52 barrysmith@barry-smiths-computer.local +108 -0 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/vec/interface/vector.c 1.77 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +8 -9 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/vec/interface/vecreg.c 1.23 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +3 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/vec/interface/map.c 1.12 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +3 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ts/impls/implicit/pvode/petscpvode.c 1.19 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +0 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ts/impls/implicit/cn/cn.c 1.11 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ts/impls/implicit/beuler/beuler.c 1.12 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/sys/src/viewer/impls/mathematica/mathematica.c 1.25 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +7 -7 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/sys/src/utils/ghost.c 1.8 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +15 -15 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/sys/src/plog/plog.c 1.39 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +21 -21 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/snes/impls/tr/tr.c 1.13 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/snes/impls/ls/ls.c 1.35 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/snes/examples/tutorials/ex24.c 1.12 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/matimpl.h 1.36 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/interface/matrix.c 1.105 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +48 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/impls/sbaij/seq/sbaij.c 1.96 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +5 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/impls/sbaij/mpi/mpisbaij.c 1.87 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +4 -0 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/impls/baij/mpi/baijov.c 1.15 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +5 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/mat/examples/tutorials/ex3.c 1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -4 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/utils/damg.c 1.22 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/pcimpl.h 1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +0 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/interface/precon.c 1.38 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +3 -66 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/samg/samgmgpetsc.c 1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/redundant/redundant.c 1.13 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +8 -7 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/mg/smg.c 1.8 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/mg/mg.c 1.24 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -19 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/mg/fmg.c 1.8 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/ksp/pcksp.c 1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -8 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/jacobi/jacobi.c 1.9 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +3 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/is/pcis.c 1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +7 -18 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/is/nn/nn.c 1.20 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +3 -63 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/hypre/hyppilut.c 1.48 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +5 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/eisens/eisen.c 1.15 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/composite/composite.c 1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.24 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +4 -10 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/impls/asm/asm.c 1.27 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +7 -10 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tutorials/ex2.c 1.10 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tutorials/ex1.c 1.10 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex7.c 1.5 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex5.c 1.12 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex4.c 1.6 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex3.c 1.6 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -4 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex2.c 1.7 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -4 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/examples/tests/ex1.c 1.5 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/pc/esi/epreconditioner.c 1.26 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/kspimpl.h 1.16 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/interface/itfunc.c 1.36 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +21 -69 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/interface/iterativ.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +33 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/interface/iguess.c 1.6 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/interface/eige.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/minres/minres.c 1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/lsqr/lsqr.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/lgmres/lgmresp.h 1.6 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/lgmres/lgmres.c 1.18 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +7 -7 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/gmres/gmresp.h 1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/gmres/gmres.c 1.35 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +11 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/fgmres/fgmresp.h 1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/ksp/impls/fgmres/fgmres.c 1.24 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +10 -10 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex9.c 1.13 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex8.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex7.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex6f.F 1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex5.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex4.c 1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex3.c 1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex2f.F 1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex27.c 1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex23.c 1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex21f.F 1.11 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex2.c 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex1f.F 1.10 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex16.c 1.8 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex15f.F 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex15.c 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex14f.F 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex13f90.F 1.11 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex13.c 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex12.c 1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex11f.F 1.10 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex11.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex10.c 1.35 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -4 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tutorials/ex1.c 1.11 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex7.c 1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex6.c 1.16 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex5f.F 1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex4.c 1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -5 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex3.c 1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex24.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex20.c 1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -4 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex2.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex19.c 1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex18.c 1.12 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex17.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex16f.F 1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -6 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex15.c 1.10 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex14.c 1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex12f.F 1.15 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex10.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/examples/tests/ex1.c 1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/ksp/esi/esles.c 1.15 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
src/contrib/oberman/laplacian_q1/appalgebra.c 1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
include/petscpc.h 1.42 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +0 -2 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
include/petscmat.h 1.110 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +1 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
include/petscksp.h 1.40 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +2 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
docs/website/documentation/linearsolvertable.html 1.10 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +45 -45 links for external packages
docs/website/documentation/changes/221.html 1.9 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +6 -1 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
docs/tex/manual/part2.tex 1.70 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +10 -14 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
docs/tex/manual/part1.tex 1.29 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +1 -3 drop KSPSetRhs/Solution() and add right hand side and solution to KSPSolve()
Hg-commit: 419ad58595de7bd20b52d7cf1b921449168f1fa3
show more ...
|
| #
e9c75cae
|
| 18-Mar-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2064 hzhang@smash.mcs.anl.gov|ChangeSet|20040318233832|05739 ChangeSet 1.2064 04/03/18 17:38:32 hzhang@smash.mcs.anl.gov +7 -0 merge 4 matduplicate_xxxspooles() into matduplicate_s
bk-changeset-1.2064 hzhang@smash.mcs.anl.gov|ChangeSet|20040318233832|05739 ChangeSet 1.2064 04/03/18 17:38:32 hzhang@smash.mcs.anl.gov +7 -0 merge 4 matduplicate_xxxspooles() into matduplicate_spooles() bug fix for matduplicate_spooles.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.86 04/03/18 17:38:31 hzhang@smash.mcs.anl.gov +1 -2 Bug fix. _MatOps was not copied into new mat.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.47 04/03/18 17:33:23 hzhang@smash.mcs.anl.gov +2 -0 *** empty log message ***
src/mat/impls/aij/seq/spooles/spooles.c 1.85 04/03/18 17:33:12 hzhang@smash.mcs.anl.gov +21 -9 *** empty log message ***
src/mat/impls/aij/mpi/mumps/mumps.c 1.65 04/03/18 17:28:59 hzhang@smash.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.38 04/03/18 17:28:13 hzhang@smash.mcs.anl.gov +2 -15 *** empty log message ***
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.60 04/03/18 17:27:20 hzhang@smash.mcs.anl.gov +2 -15 *** empty log message ***
src/mat/impls/aij/seq/spooles/spooles.h 1.45 04/03/18 17:26:35 hzhang@smash.mcs.anl.gov +1 -3 *** empty log message ***
Hg-commit: ee62e52913fcfb480746849ae0c06b46f5907b0e
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 ...
|
| #
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 ...
|
| #
ef5b4d68
|
| 05-Feb-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1927 knepley@khan.mcs.anl.gov|ChangeSet|20040205171549|18822 ChangeSet 1.1927 04/02/05 11:11:39 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.1927 knepley@khan.mcs.anl.gov|ChangeSet|20040205171549|18822 ChangeSet 1.1927 04/02/05 11:11:39 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc
Hg-commit: 5f7fe406169145dc8329ed9e6c4e2c19df225335
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 ...
|
| #
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 ...
|
| #
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 ...
|
| #
589264c8
|
| 20-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1885 Kris@p4buschel.|ChangeSet|20040120211758|61858 ChangeSet 1.1885 04/01/20 13:17:58 Kris@p4buschel. +1 -0 another copy/paste typo fixed in mpisbaij
src/mat/impls/sbaij/mpi/mp
bk-changeset-1.1885 Kris@p4buschel.|ChangeSet|20040120211758|61858 ChangeSet 1.1885 04/01/20 13:17:58 Kris@p4buschel. +1 -0 another copy/paste typo fixed in mpisbaij
src/mat/impls/sbaij/mpi/mpisbaij.c 1.81 04/01/20 13:17:57 Kris@p4buschel. +1 -1 Use SeqBAIJ preallocation with SeqBAIJ type.
Hg-commit: a82881455edd9f72b012e28c18d04737c5e37701
show more ...
|
| #
4aea0f9e
|
| 20-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1884 hzhang@smash.mcs.anl.gov|ChangeSet|20040120162313|62783 ChangeSet 1.1884 04/01/20 10:23:13 hzhang@smash.mcs.anl.gov +1 -0 Bug fix for MatMPISBAIJSetPreallocation_MPISBAIJ()
bk-changeset-1.1884 hzhang@smash.mcs.anl.gov|ChangeSet|20040120162313|62783 ChangeSet 1.1884 04/01/20 10:23:13 hzhang@smash.mcs.anl.gov +1 -0 Bug fix for MatMPISBAIJSetPreallocation_MPISBAIJ() For mpisbaij matrix, the local matrix block B is a seqbaij matrix (non-symmetric), not seqsbaij.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.80 04/01/20 10:20:19 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 116cbe1cf3dcf56ffc3c29ebeee104447e3964ba
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 ...
|
| #
387bc808
|
| 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1856 hzhang@smash.mcs.anl.gov|ChangeSet|20040106201223|16025 ChangeSet 1.1856 04/01/06 14:12:23 hzhang@smash.mcs.anl.gov +4 -0 bug fix for MatDuplicate_MPISBAIJ()
src/vec/utils/
bk-changeset-1.1856 hzhang@smash.mcs.anl.gov|ChangeSet|20040106201223|16025 ChangeSet 1.1856 04/01/06 14:12:23 hzhang@smash.mcs.anl.gov +4 -0 bug fix for MatDuplicate_MPISBAIJ()
src/vec/utils/vscat.c 1.11 04/01/06 14:11:33 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/examples/tests/ex75.c 1.9 04/01/06 14:10:29 hzhang@smash.mcs.anl.gov +2 -14 *** empty log message ***
src/mat/impls/sbaij/mpi/mmsbaij.c 1.19 04/01/06 14:09:44 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.76 04/01/06 14:05:36 hzhang@smash.mcs.anl.gov +26 -11 *** empty log message ***
Hg-commit: ec91979cbf086071a7bcbdbfa170eb908f38eece
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 ...
|
| #
82327fa8
|
| 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1849.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293 ChangeSet 1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0 bug fix for MatDuplicate_MPISBAIJ()
src/ma
bk-changeset-1.1849.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293 ChangeSet 1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0 bug fix for MatDuplicate_MPISBAIJ()
src/mat/examples/tests/ex75.c 1.8 04/01/06 13:07:10 hzhang@smash.mcs.anl.gov +36 -1 bug fix for MatDuplicate_MPISBAIJ()
src/mat/impls/sbaij/seq/sbaij.c 1.87.1.1 04/01/06 13:04:52 hzhang@smash.mcs.anl.gov +8 -6 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.73.1.1 04/01/06 13:04:30 hzhang@smash.mcs.anl.gov +11 -5 *** empty log message ***
Hg-commit: 5792f243edd81858ade0093aa6118e2aacb2d9b7
show more ...
|
| #
b1d4fb26
|
| 04-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1851 barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901 ChangeSet 1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0 vecgetarrayfast() now us
bk-changeset-1.1851 barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901 ChangeSet 1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0 vecgetarrayfast() now used in all Mat impls undid extern c put in gmres to remove warnings on solaris (change made it worse)
src/mat/matimpl.h 1.33 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -0 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sro.c 1.5 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaijfact2.c 1.31 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +68 -69 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaijfact.c 1.52 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaij2.c 1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +88 -89 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaij.c 1.88 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/mpi/mpisbaij.c 1.74 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +18 -19 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/mpi/mmsbaij.c 1.18 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/rowbs/mpi/mpirowbs.c 1.42 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +20 -21 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/rowbs/mpi/iccbs.c 1.4 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +16 -16 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/ksp/ksp/impls/gmres/gmres2.c 1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -2 undo extern c stuff I tried
src/mat/impls/rowbs/mpi/cholbs.c 1.5 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +22 -22 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/seq/dense.c 1.42 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +42 -42 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/mpi/mpidense.c 1.30 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/mpi/mmdense.c 1.7 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag3.c 1.12 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag2.c 1.13 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +76 -77 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag.c 1.24 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +8 -9 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdfact.c 1.6 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +24 -25 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/mpi/mpibdiag.c 1.26 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/mpi/mmbdiag.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact9.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact8.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact7.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact6.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact5.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact4.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact3.c 1.8 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact2.c 1.29 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +128 -130 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact14.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact13.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact12.c 1.17 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact11.c 1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact10.c 1.4 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact.c 1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baij2.c 1.10 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +92 -93 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baij.c 1.66.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +2 -3 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/mpi/mpibaij.c 1.41.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/mpi/mmbaij.c 1.13 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/fdaij.c 1.8 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aijnode.c 1.21 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +14 -15 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aijfact.c 1.45 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +20 -21 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aij.c 1.120 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/pxxt.c 1.12 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +8 -8 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/mpiaij.c 1.101 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/mmaij.c 1.9 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/fdmpiaij.c 1.5 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/ksp/ksp/impls/gmres/gmresp.h 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/borthog2.c 1.10 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/borthog.c 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/fgmres/modpcf.c 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -6 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/fgmres/fgmresp.h 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
include/petscksp.h 1.35 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -4 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/gmres2.c 1.13 04/01/04 13:16:50 barrysmith@barry-smiths-computer.local +2 -2 more outdated unmodified gram schmidt manual page mentions
src/ksp/ksp/impls/gmres/gmres2.c 1.12 04/01/04 13:10:37 barrysmith@barry-smiths-computer.local +1 -1 wrong name in manual page
todo 1.11 04/01/03 16:57:05 barrysmith@barry-smiths-computer.local +4 -0 *** empty log message ***
Hg-commit: 58c4930d3d31bcdcffc199367ee5c46310909139
show more ...
|
| #
5a7c0312
|
| 22-Dec-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1823 hzhang@smash.mcs.anl.gov|ChangeSet|20031222164131|42577 ChangeSet 1.1823 03/12/22 10:41:31 hzhang@smash.mcs.anl.gov +3 -0 add implementation of MatMultTranspose_MPISBAIJ()
bk-changeset-1.1823 hzhang@smash.mcs.anl.gov|ChangeSet|20031222164131|42577 ChangeSet 1.1823 03/12/22 10:41:31 hzhang@smash.mcs.anl.gov +3 -0 add implementation of MatMultTranspose_MPISBAIJ() MatMultTransposeAdd_MPISBAIJ()
src/mat/examples/tests/ex75.c 1.7 03/12/19 19:21:47 hzhang@smash.mcs.anl.gov +26 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.73 03/12/19 19:21:36 hzhang@smash.mcs.anl.gov +6 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.13 03/12/19 19:17:51 hzhang@smash.mcs.anl.gov +0 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.72 03/12/19 16:09:56 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: 186f03700a9192b8f8dcb23dcf2fcb9f318264e8
show more ...
|
| #
6d74e02a
|
| 07-Dec-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1771 Kris@mbuschel.|ChangeSet|20031207104356|12189 ChangeSet 1.1771 03/12/07 04:43:56 Kris@mbuschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris
bk-changeset-1.1771 Kris@mbuschel.|ChangeSet|20031207104356|12189 ChangeSet 1.1771 03/12/07 04:43:56 Kris@mbuschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris/petsc/petsc-dev
Hg-commit: bdfebf8072b65efd8fa417f8fb5c0db30a303322
show more ...
|
| #
c673b629
|
| 07-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1769.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043118|11616 ChangeSet 1.1769.1.1 03/12/06 22:31:18 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@
bk-changeset-1.1769.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043118|11616 ChangeSet 1.1769.1.1 03/12/06 22:31:18 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: 1a72a26e59bb060a441a836a3b4cab4e8be8f412
show more ...
|
| #
a5e6ed63
|
| 07-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1763.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244 ChangeSet 1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0 viewer convert to
bk-changeset-1.1763.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244 ChangeSet 1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0 viewer convert to aij for sbaij, baij matrives for viewers not natively supported
src/vec/is/utils/iscomp.c 1.6 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +5 -1 if two is's have same pointer than they are same
src/mat/impls/sbaij/mpi/mpisbaij.c 1.71 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +20 -1 use segbaij get submatrices not yet tested
src/mat/impls/baij/mpi/mpibaij.h 1.12 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +1 -0 used by sbaij.h matrices also hence need visible prototype
src/mat/examples/tests/ex87.c 1.3 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +19 -3 test getsubmatrices for sbaij
src/mat/impls/baij/seq/baij.c 1.65 03/12/06 22:28:01 barrysmith@barry-smiths-computer.local +6 -6 viewer converts to aij for socket and other viewers not directly supported
src/mat/impls/sbaij/seq/sbaij.c 1.84 03/12/06 22:27:38 barrysmith@barry-smiths-computer.local +6 -74 viewer converts to aij for socket, binary and other
Hg-commit: 246f52666dac5985e929d84803d1cfa35e8384cf
show more ...
|
| #
653e4784
|
| 02-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1745 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202211800|36204 ChangeSet 1.1745 03/12/02 15:18:00 barrysmith@barrysmith.mcs.anl.gov +9 -0 remove duplci with sbaij and baij
bk-changeset-1.1745 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202211800|36204 ChangeSet 1.1745 03/12/02 15:18:00 barrysmith@barrysmith.mcs.anl.gov +9 -0 remove duplci with sbaij and baij moved make citool etc rules to rules file can use everywhere
src/sys/src/viewer/impls/binary/binv.c 1.20 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +1 -1 more doc links to structs
src/mat/impls/sbaij/mpi/mpisbaij.c 1.70 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +3 -17 not static cause now shared with sbaij
src/mat/impls/baij/mpi/mpibaij.h 1.11 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +1 -1 not static cause now shared with sbaij
src/mat/impls/baij/mpi/mpibaij.c 1.41 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +1 -1 not static cause now shared with sbaij
src/mat/impls/baij/mpi/baijov.c 1.9 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +1 -2 typo
src/mat/examples/tests/makefile 1.14 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +4 -1 add tester function for sbaij overlap
src/mat/examples/tests/ex87.c 1.2 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +12 -55 test getsubmatrices for sbaij
makefile 1.78 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +0 -12 put make citool etc in rules
bmake/common/rules 1.88 03/12/02 15:17:58 barrysmith@barrysmith.mcs.anl.gov +13 -0 put make citool etc in rules
src/mat/examples/tests/ex87.c 1.1 03/12/02 13:59:08 barrysmith@barrysmith.mcs.anl.gov +77 -0
src/mat/examples/tests/ex87.c 1.0 03/12/02 13:59:08 barrysmith@barrysmith.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/mat/examples/tests/ex87.c
Hg-commit: f094687835736c588bc66cd177f58066d1b25633
show more ...
|