| #
92b32695
|
| 13-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1274 Kris@p4buschel.|ChangeSet|20030613182843|47366 ChangeSet 1.1274 03/06/13 11:28:43 Kris@p4buschel. +5 -0 Remove type comparison in favor of functionality comparison in MatDiago
bk-changeset-1.1274 Kris@p4buschel.|ChangeSet|20030613182843|47366 ChangeSet 1.1274 03/06/13 11:28:43 Kris@p4buschel. +5 -0 Remove type comparison in favor of functionality comparison in MatDiagonalScaleLocal.
src/mat/interface/matrix.c 1.65 03/06/13 11:28:42 Kris@p4buschel. +16 -21 Remove type comparison in favor of functionality comparison in MatDiagonalScaleLocal.
src/mat/impls/baij/mpi/mpibaij.c 1.21 03/06/13 11:28:42 Kris@p4buschel. +6 -0 Compose MatDiagonalScaleLocal_MPIBAIJ
src/mat/impls/baij/mpi/mmbaij.c 1.9 03/06/13 11:28:42 Kris@p4buschel. +17 -1 Should we abandon MatMPIBAIJDiagonalScaleLocal in favor of MatDiagonalScaleLocal?
src/mat/impls/aij/mpi/mpiaij.c 1.74 03/06/13 11:28:42 Kris@p4buschel. +4 -0 Compose MatDiagonalScaleLocal_MPIAIJ
src/mat/impls/aij/mpi/mmaij.c 1.8 03/06/13 11:28:42 Kris@p4buschel. +17 -2 Should we abandon MatMPIAIJDiagonalScaleLocal in favor of MatDiagonalScaleLocal?
Hg-commit: 0e5fa57d9ca9271987335a762ecc83297c95d61c
show more ...
|
| #
85419fb7
|
| 13-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1272 Kris@p4buschel.|ChangeSet|20030613172158|49195 ChangeSet 1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0 Check IsEqual function pointer to determine compatibility of matrices,
bk-changeset-1.1272 Kris@p4buschel.|ChangeSet|20030613172158|49195 ChangeSet 1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/baij/seq/baij2.c 1.8 03/06/13 10:21:57 Kris@p4buschel. +0 -4 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/baij/mpi/mpibaij.c 1.20 03/06/13 10:21:57 Kris@p4buschel. +0 -2 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/aij/seq/aij.c 1.90 03/06/13 10:21:57 Kris@p4buschel. +0 -4 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/aij/mpi/mpiaij.c 1.72 03/06/13 10:21:57 Kris@p4buschel. +0 -2 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/adj/mpi/mpiadj.c 1.14 03/06/13 10:21:57 Kris@p4buschel. +0 -3 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/interface/matrix.c 1.64 03/06/13 10:14:29 Kris@p4buschel. +2 -0 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/sbaij/seq/sbaij2.c 1.9 03/06/13 10:14:29 Kris@p4buschel. +0 -3 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.49 03/06/13 10:14:28 Kris@p4buschel. +0 -2 Check IsEqual function pointer to determine compatibility of matrices, not type.
src/mat/impls/dense/seq/dense.c 1.21 03/06/13 10:14:28 Kris@p4buschel. +0 -3 Check IsEqual function pointer to determine compatibility of matrices, not type.
Hg-commit: 408cbd348682f91c1839aabb70cc6743aaad5b4a
show more ...
|
| #
97e3ddc3
|
| 13-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1269 Kris@p4buschel.|ChangeSet|20030613113037|51302 ChangeSet 1.1269 03/06/13 04:30:37 Kris@p4buschel. +3 -0 Check for equal comparators for IsSymmetric, not type equality.
src/
bk-changeset-1.1269 Kris@p4buschel.|ChangeSet|20030613113037|51302 ChangeSet 1.1269 03/06/13 04:30:37 Kris@p4buschel. +3 -0 Check for equal comparators for IsSymmetric, not type equality.
src/mat/interface/matrix.c 1.63 03/06/13 04:30:36 Kris@p4buschel. +8 -3 Check for equal comparators for IsSymmetric, not type equality.
src/mat/impls/aij/seq/aij.c 1.88 03/06/13 04:30:36 Kris@p4buschel. +0 -3 Check for equal comparators for IsSymmetric, not type equality.
src/mat/impls/aij/mpi/mpiaij.c 1.70 03/06/13 04:30:36 Kris@p4buschel. +0 -5 Check for equal comparators for IsSymmetric, not type equality.
Hg-commit: 1a6f60037b4708554a21a3f57a18109f80b85169
show more ...
|
| #
0ca4a08b
|
| 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: f572df1d3234435d0d989df14f499197c29a6dab
show more ...
|
| #
30de9b25
|
| 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vector.c 1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vecreg.c 1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84 moved many of the /*M manual pages to the include file they belong with
src/ts/interface/tsreg.c 1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/interface/viewreg.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/socket/send.c 1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/draw/drawv.c 1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/binary/binv.c 1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/ascii/vcreatea.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/pinit.c 1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/inherit.c 1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/aoptions.c 1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/matlab.c 1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/fileio/mprint.c 1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/makefile 1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/err.c 1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157 moved many of the /*M manual pages to the include file they belong with
src/sys/src/draw/interface/drawreg.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/snes/utils/damgsnes.c 1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1 moved many of the /*M manual pages to the include file they belong with
src/snes/mf/snesmfj.c 1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/snes/interface/snes.c 1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sles/pc/interface/precon.c 1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42 moved many of the /*M manual pages to the include file they belong with
src/sles/ksp/interface/itcreate.c 1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/mat/partition/partition.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/mat/order/sorder.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matrix.c 1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matreg.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41 moved many of the /*M manual pages to the include file they belong with
src/mat/color/color.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/dm/da/src/da2.c 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19 moved many of the /*M manual pages to the include file they belong with
include/petscviewer.h 1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3 moved many of the /*M manual pages to the include file they belong with
include/petscvec.h 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0 moved many of the /*M manual pages to the include file they belong with
include/petscts.h 1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscsnes.h 1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0 moved many of the /*M manual pages to the include file they belong with
include/petscpc.h 1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0 moved many of the /*M manual pages to the include file they belong with
include/petscoptions.h 1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0 moved many of the /*M manual pages to the include file they belong with
include/petscmat.h 1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1 moved many of the /*M manual pages to the include file they belong with
include/petscksp.h 1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscerror.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0 moved many of the /*M manual pages to the include file they belong with
include/petscengine.h 1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1 moved many of the /*M manual pages to the include file they belong with
include/petscdraw.h 1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0 moved many of the /*M manual pages to the include file they belong with
include/petscda.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0 moved many of the /*M manual pages to the include file they belong with
include/petsc.h 1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0 moved many of the /*M manual pages to the include file they belong with
include/makefile 1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3 moved many of the /*M manual pages to the include file they belong with
Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec
show more ...
|
| #
e59bea27
|
| 11-Jun-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1254 knepley@khan.mcs.anl.gov|ChangeSet|20030611132337|63133 ChangeSet 1.1254 03/06/11 08:23:37 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.1254 knepley@khan.mcs.anl.gov|ChangeSet|20030611132337|63133 ChangeSet 1.1254 03/06/11 08:23:37 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
Hg-commit: 309a7c4d1a45ef0eb2af36197843e604bf6a64d7
show more ...
|
| #
fd471e05
|
| 11-Jun-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1244.7.1 knepley@khan.mcs.anl.gov|ChangeSet|20030611132305|00487 ChangeSet 1.1244.7.1 03/06/11 08:23:05 knepley@khan.mcs.anl.gov +1 -0 Documentation fix
src/mat/interface/matrix
bk-changeset-1.1244.7.1 knepley@khan.mcs.anl.gov|ChangeSet|20030611132305|00487 ChangeSet 1.1244.7.1 03/06/11 08:23:05 knepley@khan.mcs.anl.gov +1 -0 Documentation fix
src/mat/interface/matrix.c 1.61 03/06/11 08:22:59 knepley@khan.mcs.anl.gov +1 -1 Wrong function name
Hg-commit: 0dd2ccc5ae57dc1c044bd260f4175a9cba030a94
show more ...
|
| #
b3fb0a6c
|
| 21-May-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1224 knepley@khan.mcs.anl.gov|ChangeSet|20030521142005|65028 ChangeSet 1.1224 03/05/21 09:20:05 knepley@khan.mcs.anl.gov +6 -0 Nightly build fixes
src/mat/interface/matrix.c
bk-changeset-1.1224 knepley@khan.mcs.anl.gov|ChangeSet|20030521142005|65028 ChangeSet 1.1224 03/05/21 09:20:05 knepley@khan.mcs.anl.gov +6 -0 Nightly build fixes
src/mat/interface/matrix.c 1.60 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +1 -1 Cast to correct output type
src/mat/impls/aij/seq/aijnode.c 1.13 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +1 -2 Removed unused variable
src/mat/impls/aij/seq/aij.c 1.84 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +2 -8 Removed unused variable Removed shift references
src/mat/impls/aij/mpi/mpiov.c 1.10 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +2 -2 Removed unused variable
src/mat/impls/aij/mpi/mpiaij.c 1.67 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +0 -1 Removed unused variable
src/mat/impls/aij/mpi/mmaij.c 1.7 03/05/21 09:20:04 knepley@khan.mcs.anl.gov +3 -3 Removed shift references
Hg-commit: 0f89f4b5e9349449f6bd9fbfd734522d77d31c76
show more ...
|
| #
c5eab5be
|
| 11-Apr-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1148 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411213301|63909 ChangeSet 1.1148 03/04/11 17:33:01 victorle@tibook500ve.cs.utk.edu +0 -0 Merge http://petsc@petsc.bkbits.net/pet
bk-changeset-1.1148 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411213301|63909 ChangeSet 1.1148 03/04/11 17:33:01 victorle@tibook500ve.cs.utk.edu +0 -0 Merge http://petsc@petsc.bkbits.net/petsc-dev into tibook500ve.cs.utk.edu:/Users/victorle/Software/petsc/petsc-dev
Hg-commit: 71c8e06a6e7a09e516ef8c842c6ec2c5c7a4c411
show more ...
|
| #
84ce6911
|
| 11-Apr-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1146.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411213212|63922 ChangeSet 1.1146.1.1 03/04/11 17:32:12 victorle@tibook500ve.cs.utk.edu +1 -0 ncols argument made optional in
bk-changeset-1.1146.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411213212|63922 ChangeSet 1.1146.1.1 03/04/11 17:32:12 victorle@tibook500ve.cs.utk.edu +1 -0 ncols argument made optional in MatGetRow
src/mat/interface/matrix.c 1.59 03/04/11 17:32:09 victorle@tibook500ve.cs.utk.edu +4 -4 ncols argument made optional in MatGetRow
Hg-commit: b798704d483c99242ca2c2c79ac24c551f8990a8
show more ...
|
| #
04316a08
|
| 10-Apr-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1138 hzhang@compbio.mcs.anl.gov|ChangeSet|20030410135203|30061 ChangeSet 1.1138 03/04/10 08:52:03 hzhang@compbio.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev int
bk-changeset-1.1138 hzhang@compbio.mcs.anl.gov|ChangeSet|20030410135203|30061 ChangeSet 1.1138 03/04/10 08:52:03 hzhang@compbio.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into compbio.mcs.anl.gov:/sandbox/hzhang/petsc-test
Hg-commit: 2355968ea1cae841dc8e16b5a257419288fffbc7
show more ...
|
| #
8b240ded
|
| 07-Apr-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1135.1.7 bsmith@harley.mcs.anl.gov|ChangeSet|20030407231315|51276 ChangeSet 1.1135.1.7 03/04/07 18:13:15 bsmith@harley.mcs.anl.gov +1 -0 resolve
src/snes/examples/tutorials/ex29
bk-changeset-1.1135.1.7 bsmith@harley.mcs.anl.gov|ChangeSet|20030407231315|51276 ChangeSet 1.1135.1.7 03/04/07 18:13:15 bsmith@harley.mcs.anl.gov +1 -0 resolve
src/snes/examples/tutorials/ex29.c 1.39 03/04/07 18:13:14 bsmith@harley.mcs.anl.gov +1 -1 resolve
Hg-commit: 90ed9af126b1d73150ae2b4e137cc375c505bb59
show more ...
|
| #
74cb88c8
|
| 07-Apr-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1133.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030407230708|52511 ChangeSet 1.1133.1.1 03/04/07 18:07:08 bsmith@harley.mcs.anl.gov +3 -0 support for matrix free GS and eventually F
bk-changeset-1.1133.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030407230708|52511 ChangeSet 1.1133.1.1 03/04/07 18:07:08 bsmith@harley.mcs.anl.gov +3 -0 support for matrix free GS and eventually FAS in ex29.c
src/snes/examples/tutorials/ex29.c 1.36.1.1 03/04/07 18:07:06 bsmith@harley.mcs.anl.gov +124 -2 support for matrix free GS and eventually FAS
src/mat/interface/matrix.c 1.58 03/04/04 09:43:44 bsmith@harley.mcs.anl.gov +2 -0 cannot get submatrix for factored matrix
src/sles/pc/impls/hypre/hyppilut.c 1.34 03/04/01 11:04:35 bsmith@harley.mcs.anl.gov +2 -2 no caps in name for boomeramg
Hg-commit: 3b040eaf009e883b62212a868e68a1ac3cc500c1
show more ...
|
| #
cd0d46eb
|
| 31-Mar-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1133 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030331202859|53013 ChangeSet 1.1133 03/03/31 15:28:59 victorle@tibook500ve.cs.utk.edu +4 -0 MatIsSymmetric implemented, dynamic fun
bk-changeset-1.1133 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030331202859|53013 ChangeSet 1.1133 03/03/31 15:28:59 victorle@tibook500ve.cs.utk.edu +4 -0 MatIsSymmetric implemented, dynamic function composition with implementations for the SeqAIJ and MPIAIJ case. To do: use of indexshift; right now this simply gives an error.
src/mat/interface/matrix.c 1.57 03/03/31 15:28:54 victorle@tibook500ve.cs.utk.edu +41 -1 MatIsSymmetric added.
src/mat/impls/aij/seq/aij.c 1.77 03/03/31 15:28:54 victorle@tibook500ve.cs.utk.edu +60 -0 MatIsSymmetric_SeqAIJ added
src/mat/impls/aij/mpi/mpiaij.c 1.61 03/03/31 15:28:54 victorle@tibook500ve.cs.utk.edu +39 -2 MatIsSymmetric_MPIAIJ added
include/petscmat.h 1.55 03/03/31 15:28:53 victorle@tibook500ve.cs.utk.edu +1 -0 MatIsSymmetric prototype added
Hg-commit: ed7773b13576542d218dd15d24a2d7f82872c04b
show more ...
|
| #
cfcc54af
|
| 28-Mar-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1127 bsmith@harley.mcs.anl.gov|ChangeSet|20030328210714|52405 ChangeSet 1.1127 03/03/28 15:07:14 bsmith@harley.mcs.anl.gov +1 -0 sdds
bmake/linux_gcc_pgf90/variables 1.11 03
bk-changeset-1.1127 bsmith@harley.mcs.anl.gov|ChangeSet|20030328210714|52405 ChangeSet 1.1127 03/03/28 15:07:14 bsmith@harley.mcs.anl.gov +1 -0 sdds
bmake/linux_gcc_pgf90/variables 1.11 03/03/28 15:07:13 bsmith@harley.mcs.anl.gov +1 -1 dsdsds
Hg-commit: 34f1be3f085581d2b69fed02cb4238b583fa4bda
show more ...
|
| #
7f0a3c24
|
| 28-Mar-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1120.2.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030328210317|51886 ChangeSet 1.1120.2.1 03/03/28 15:03:17 bsmith@harley.mcs.anl.gov +9 -0 more ex29.c stuff
src/sys/src/viewer/imp
bk-changeset-1.1120.2.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030328210317|51886 ChangeSet 1.1120.2.1 03/03/28 15:03:17 bsmith@harley.mcs.anl.gov +9 -0 more ex29.c stuff
src/sys/src/viewer/impls/socket/matlab/receivedense.c 1.6 03/03/28 15:03:14 bsmith@harley.mcs.anl.gov +2 -2 get rid of petscmalloc from standalone matlab stuff
src/sles/pc/impls/lu/lu.c 1.15 03/03/28 15:03:14 bsmith@harley.mcs.anl.gov +1 -0 need default
bin/matlab/PetscBinaryRead.m 1.7 03/03/28 15:03:14 bsmith@harley.mcs.anl.gov +7 -6 more general reads any number of petsc objects into matlab
bmake/linux_gcc_pgf90/variables 1.10 03/03/28 15:03:13 bsmith@harley.mcs.anl.gov +2 -2 allow PETScViewer in adic code
bmake/linux_gcc_pgf90/packages 1.27 03/03/28 15:03:13 bsmith@harley.mcs.anl.gov +1 -1 allow PETScViewer in adic code
bmake/adicmf.init 1.8 03/03/28 15:03:13 bsmith@harley.mcs.anl.gov +3 -1 allow PETScViewer in adic code
bmake/adic.init 1.9 03/03/28 15:03:13 bsmith@harley.mcs.anl.gov +3 -1 allow PETScViewer in adic code
src/snes/examples/tutorials/ex29.c 1.36 03/03/28 14:59:19 bsmith@harley.mcs.anl.gov +54 -15 changed dt to be some constant dt_ratio times min(dx,dy) added dump restart capibility added socketview call to allow visualizing solutions in Matlab
src/snes/examples/tutorials/ex29.c 1.35 03/03/27 12:57:51 bsmith@harley.mcs.anl.gov +13 -1 *** empty log message ***
bin/matlab/PetscBinaryRead.m 1.6 03/03/26 22:35:25 bsmith@harley.mcs.anl.gov +29 -40 more general reading of any number of matrices and vectors from PETSc binary file
src/mat/interface/matrix.c 1.56 03/03/26 19:12:08 bsmith@harley.mcs.anl.gov +2 -2 fixed doc
src/snes/examples/tutorials/ex29.c 1.34 03/03/26 17:01:35 bsmith@harley.mcs.anl.gov +1 -0 because of this damping business for coarse solve it looks like using sor is better than lu on coarsest grid
Hg-commit: d882ed218bf9a28a48fc48ef7f1e4c296f79ded3
show more ...
|
| #
b380c88c
|
| 06-Mar-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1065 hzhang@compbio.mcs.anl.gov|ChangeSet|20030306180853|02247 ChangeSet 1.1065 03/03/06 12:08:53 hzhang@compbio.mcs.anl.gov +33 -0 replace MatLUInfo and MatILUInfo by MatFactorInf
bk-changeset-1.1065 hzhang@compbio.mcs.anl.gov|ChangeSet|20030306180853|02247 ChangeSet 1.1065 03/03/06 12:08:53 hzhang@compbio.mcs.anl.gov +33 -0 replace MatLUInfo and MatILUInfo by MatFactorInfo
src/mat/impls/baij/seq/baijfact3.c 1.7 03/03/06 12:07:41 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/baij/seq/baijfact2.c 1.28 03/03/06 12:07:29 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.14 03/03/06 12:07:10 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/rowbs/mpi/mpirowbs.c 1.11 03/03/06 12:05:02 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/aij/mpi/superlu_dist.c 1.34 03/03/06 12:04:32 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/superlu.c 1.21 03/03/06 12:04:01 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/umfpack.c 1.7 03/03/06 12:03:37 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.21 03/03/06 12:03:01 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/aij/seq/aijmatlab.c 1.13 03/03/06 12:02:34 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/matimpl.h 1.22 03/03/06 12:02:09 hzhang@compbio.mcs.anl.gov +5 -5 *** empty log message ***
src/mat/impls/dense/seq/dense.c 1.16 03/03/06 12:01:47 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/sles/pc/impls/lu/lu.c 1.14 03/03/06 12:01:22 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.66 03/03/06 12:00:50 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/aij/seq/aijspooles.c 1.17 03/03/06 11:59:43 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/bdiag/seq/bdiag.c 1.11 03/03/06 11:59:04 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.54 03/03/06 11:55:54 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/examples/tests/ex7.c 1.5 03/03/06 11:55:14 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/bdiag/seq/bdfact.c 1.5 03/03/06 11:51:20 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/baij/seq/baij.c 1.41 03/03/06 11:51:11 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/interface/matrix.c 1.55 03/03/06 11:50:58 hzhang@compbio.mcs.anl.gov +18 -14 *** empty log message ***
include/petscmat.h 1.51 03/03/06 11:45:47 hzhang@compbio.mcs.anl.gov +2 -51 *** empty log message ***
src/mat/examples/tests/ex30.c 1.7 03/03/06 11:42:37 hzhang@compbio.mcs.anl.gov +0 -1 *** empty log message ***
src/sles/pc/impls/ilu/ilu.c 1.13 03/03/06 11:27:25 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/examples/tests/ex30.c 1.6 03/03/06 10:58:26 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/sles/pc/impls/ilu/ilu.h 1.5 03/03/06 10:57:55 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/baij/seq/baij.h 1.10 03/03/06 10:55:16 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/examples/tests/ex48.c 1.6 03/03/06 10:53:41 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/examples/tests/ex15.c 1.6 03/03/06 10:53:21 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/examples/tests/ex1.c 1.9 03/03/06 10:52:12 hzhang@compbio.mcs.anl.gov +1 -2 *** empty log message ***
src/mat/impls/baij/seq/baijfact.c 1.4 03/03/06 10:19:23 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/mpi/mpiaijspooles.c 1.18 03/03/06 10:18:46 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/mpi/pxxt.c 1.10 03/03/06 10:17:46 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/aij/seq/aijspooles.c 1.16 03/03/06 10:16:11 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/lusol.c 1.8 03/03/06 10:15:27 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aijmatlab.c 1.12 03/03/06 10:14:54 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/aij/seq/essl.c 1.6 03/03/06 10:14:12 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
include/petscmat.h 1.50 03/03/06 10:10:32 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
Hg-commit: 111a65df4d8e7ebcaeebeb55c4686a28aeb48d02
show more ...
|
| #
15e8a5b3
|
| 05-Mar-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1058 hzhang@compbio.mcs.anl.gov|ChangeSet|20030305050522|61372 ChangeSet 1.1058 03/03/04 23:05:22 hzhang@compbio.mcs.anl.gov +19 -0 replace MatCholeskyInfo and MatICCInfo by MatF
bk-changeset-1.1058 hzhang@compbio.mcs.anl.gov|ChangeSet|20030305050522|61372 ChangeSet 1.1058 03/03/04 23:05:22 hzhang@compbio.mcs.anl.gov +19 -0 replace MatCholeskyInfo and MatICCInfo by MatFactorInfo, and its updates
src/sles/pc/impls/icc/icc.h 1.5 03/03/04 23:03:24 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/interface/matrix.c 1.54 03/03/04 23:02:45 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact2.c 1.23 03/03/04 23:02:23 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.h 1.19 03/03/04 23:02:05 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/baij/mpi/dscpack.c 1.17 03/03/04 23:01:41 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.19 03/03/04 23:00:54 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.13 03/03/04 23:00:25 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/examples/tests/ex76.c 1.6 03/03/04 22:58:30 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/examples/tests/ex74.c 1.8 03/03/04 22:57:05 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/examples/tests/ex1.c 1.8 03/03/04 22:55:15 hzhang@compbio.mcs.anl.gov +4 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijspooles.c 1.22 03/03/04 22:33:25 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact.c 1.36 03/03/04 22:33:05 hzhang@compbio.mcs.anl.gov +6 -5 *** empty log message ***
include/petscmat.h 1.49 03/03/04 22:32:56 hzhang@compbio.mcs.anl.gov +17 -35 *** empty log message ***
src/sles/pc/impls/cholesky/cholesky.c 1.16 03/03/04 22:32:46 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/matimpl.h 1.21 03/03/04 22:32:36 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.56 03/03/04 22:32:26 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/dense/seq/dense.c 1.15 03/03/04 21:53:24 hzhang@compbio.mcs.anl.gov +5 -3 *** empty log message ***
src/sles/pc/impls/cholesky/cholesky.c 1.15 03/03/04 21:09:36 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaijspooles.c 1.12 03/03/04 21:08:40 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/sles/pc/impls/icc/icc.c 1.9 03/03/04 20:48:54 hzhang@compbio.mcs.anl.gov +0 -0 *** empty log message ***
Hg-commit: 9a08cfa1e52b5a2161f9939f12b8d36d6023fa77
show more ...
|
| #
3695cebf
|
| 04-Mar-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1055 Kris@buschel2000.|ChangeSet|20030304024129|59930 ChangeSet 1.1055 03/03/03 18:41:29 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/
bk-changeset-1.1055 Kris@buschel2000.|ChangeSet|20030304024129|59930 ChangeSet 1.1055 03/03/03 18:41:29 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/home/Kris/petsc
Hg-commit: 703d8eb280c9a2039aa6071e3d0239c67d6f58ab
show more ...
|
| #
b00f7748
|
| 04-Mar-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1048.1.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030304023418|59905 ChangeSet 1.1048.1.1 03/03/03 20:34:18 hzhang@compbio.mcs.anl.gov +12 -0 add -pc_icc_damping option update p
bk-changeset-1.1048.1.1 hzhang@compbio.mcs.anl.gov|ChangeSet|20030304023418|59905 ChangeSet 1.1048.1.1 03/03/03 20:34:18 hzhang@compbio.mcs.anl.gov +12 -0 add -pc_icc_damping option update prototype of MatICCFactorSymbolic_() (replace fill and levels with MatICCInfo)
include/petscmat.h 1.48 03/03/03 20:29:54 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/matimpl.h 1.20 03/03/03 20:28:33 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/interface/matrix.c 1.53 03/03/03 20:27:39 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.55 03/03/03 20:27:02 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.18 03/03/03 20:26:43 hzhang@compbio.mcs.anl.gov +4 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact2.c 1.22 03/03/03 20:25:11 hzhang@compbio.mcs.anl.gov +14 -10 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact.c 1.35 03/03/03 20:11:34 hzhang@compbio.mcs.anl.gov +1 -7 *** empty log message ***
src/sles/pc/impls/icc/icc.c 1.8 03/03/03 20:03:13 hzhang@compbio.mcs.anl.gov +108 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.h 1.18 03/03/03 15:00:11 hzhang@compbio.mcs.anl.gov +3 -0 *** empty log message ***
src/sles/pc/impls/icc/icc.c 1.7 03/03/03 14:44:29 hzhang@compbio.mcs.anl.gov +18 -14 *** empty log message ***
src/mat/examples/tests/ex74.c 1.6 03/03/03 11:40:58 hzhang@compbio.mcs.anl.gov +6 -4 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.h 1.17 03/03/03 11:34:30 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.12 03/03/03 11:34:01 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/sles/pc/impls/icc/icc.h 1.4 03/03/03 10:52:13 hzhang@compbio.mcs.anl.gov +1 -2 *** empty log message ***
include/petscmat.h 1.47 03/03/03 09:09:10 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
include/petscmat.h 1.46 03/03/03 09:02:44 hzhang@compbio.mcs.anl.gov +22 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijfact.c 1.34 03/03/03 08:39:42 hzhang@compbio.mcs.anl.gov +86 -67 *** empty log message ***
Hg-commit: e39eba2c8f98705afee1e66e64970dff0c665f60
show more ...
|
| #
b41e1097
|
| 27-Feb-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1035.1.1 buschelm@jlogin1.lcrc.anl.gov|ChangeSet|20030227192600|41976 ChangeSet 1.1035.1.1 03/02/27 13:26:00 buschelm@jlogin1.lcrc.anl.gov +1 -0 Merge bk://petsc.bkbits.net/petsc-d
bk-changeset-1.1035.1.1 buschelm@jlogin1.lcrc.anl.gov|ChangeSet|20030227192600|41976 ChangeSet 1.1035.1.1 03/02/27 13:26:00 buschelm@jlogin1.lcrc.anl.gov +1 -0 Merge bk://petsc.bkbits.net/petsc-dev into jlogin1.lcrc.anl.gov:/home/buschelm/petsc-dev
BitKeeper/etc/logging_ok 1.40 03/02/27 13:25:54 buschelm@jlogin1.lcrc.anl.gov +1 -0 Logging to logging@openlogging.org accepted
Hg-commit: 4da94f08b9b982eed18e731b357f39293bd87cca
show more ...
|
| #
0161c479
|
| 27-Feb-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1036 Kris@buschel2000.|ChangeSet|20030227181931|37761 ChangeSet 1.1036 03/02/27 10:19:31 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/
bk-changeset-1.1036 Kris@buschel2000.|ChangeSet|20030227181931|37761 ChangeSet 1.1036 03/02/27 10:19:31 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/home/Kris/petsc
Hg-commit: e794e27e57136fa919c94ad5798b6a9742e04a7a
show more ...
|
| #
f3aa84af
|
| 26-Feb-2003 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.1031.1.9 kaushik@manu.mcs.anl.gov|ChangeSet|20030226220513|35132 ChangeSet 1.1031.1.9 03/02/26 16:05:13 kaushik@manu.mcs.anl.gov +2 -0 Minor Modifications
src/mat/interface/matr
bk-changeset-1.1031.1.9 kaushik@manu.mcs.anl.gov|ChangeSet|20030226220513|35132 ChangeSet 1.1031.1.9 03/02/26 16:05:13 kaushik@manu.mcs.anl.gov +2 -0 Minor Modifications
src/mat/interface/matrix.c 1.52 03/02/26 16:05:10 kaushik@manu.mcs.anl.gov +1 -1 Fixed argument in MatView
docs/tex/manual/part2.tex 1.40 03/02/26 16:05:10 kaushik@manu.mcs.anl.gov +0 -1 minor modification
Hg-commit: db4047f9c2966be4e4a6359fc357e25ebf114a3b
show more ...
|
| #
808d18fa
|
| 25-Feb-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1033 Kris@buschel2000.|ChangeSet|20030225184631|35361 ChangeSet 1.1033 03/02/25 10:46:31 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/
bk-changeset-1.1033 Kris@buschel2000.|ChangeSet|20030225184631|35361 ChangeSet 1.1033 03/02/25 10:46:31 Kris@buschel2000. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into buschel2000.:E:/home/Kris/petsc
Hg-commit: e550985aee8bb1e4bcc9965335f158636e920fb4
show more ...
|
| #
06fed9fd
|
| 25-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1031.1.3 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023530|44600 ChangeSet 1.1031.1.3 03/02/24 20:35:30 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.1031.1.3 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023530|44600 ChangeSet 1.1031.1.3 03/02/24 20:35:30 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: ffefdb17904aa6f24fc6175c19bf4f2825266153
show more ...
|