History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 1026 – 1050 of 1213)
Revision Date Author Comments
# 32af5e0a 14-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1397
Kris@p4buschel.|ChangeSet|20030714012641|23764
ChangeSet
1.1397 03/07/13 18:26:41 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1397
Kris@p4buschel.|ChangeSet|20030714012641|23764
ChangeSet
1.1397 03/07/13 18:26:41 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2

src/mat/impls/aij/mpi/mpiaij.c
1.90 03/07/13 18:26:40 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: f6c34d4915b9bd8f3b61585b33500d340c0c7698

show more ...


# be9f9ed3 14-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1395.1.1
Kris@p4buschel.|ChangeSet|20030714012629|22937
ChangeSet
1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/seq

bk-changeset-1.1395.1.1
Kris@p4buschel.|ChangeSet|20030714012629|22937
ChangeSet
1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/seq/sbaij.c
1.75 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.59 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/esi/mesi.c
1.30 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/dense/seq/dense.c
1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/dense/mpi/mpidense.c
1.22 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/bdiag/seq/bdiag.c
1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/baij/seq/baij.c
1.57 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/baij/mpi/mpibaij.c
1.32 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/aij/seq/aij.c
1.111 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/aij/mpi/mpiaij.c
1.88.1.1 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.


Hg-commit: 78793dc36bc4b4ac50a8904cf52a0273c71472c6

show more ...


# 97304618 13-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1394
Kris@p4buschel.|ChangeSet|20030713215719|23003
ChangeSet
1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0
MatLoad is now implemented within matrix class and accessed via creati

bk-changeset-1.1394
Kris@p4buschel.|ChangeSet|20030713215719|23003
ChangeSet
1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0
MatLoad is now implemented within matrix class and accessed via creation of a temporary dummy factory class.

src/mat/utils/matioall.c
1.25 03/07/13 14:57:17 Kris@p4buschel. +0 -74
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/utils/matio.c
1.13 03/07/13 14:57:17 Kris@p4buschel. +10 -6
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/matimpl.h
1.28 03/07/13 14:57:17 Kris@p4buschel. +4 -3
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/shell/shell.c
1.10 03/07/13 14:57:17 Kris@p4buschel. +24 -9
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/sbaij/seq/sbaij.h
1.24 03/07/13 14:57:17 Kris@p4buschel. +35 -34
Use EXTERN instead of extern

src/mat/impls/sbaij/seq/sbaij.c
1.74 03/07/13 14:57:17 Kris@p4buschel. +19 -18
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/sbaij/mpi/mpisbaij.h
1.10 03/07/13 14:57:17 Kris@p4buschel. +1 -0
Added prototype.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.58 03/07/13 14:57:17 Kris@p4buschel. +87 -71
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/rowbs/mpi/mpirowbs.h
1.6 03/07/13 14:57:17 Kris@p4buschel. +14 -1
Moved various prototypes from .c into .h

src/mat/impls/rowbs/mpi/mpirowbs.c
1.33 03/07/13 14:57:17 Kris@p4buschel. +36 -30
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/esi/mesi.c
1.29 03/07/13 14:57:17 Kris@p4buschel. +30 -5
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/dense/seq/dense.c
1.33 03/07/13 14:57:17 Kris@p4buschel. +35 -13
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/dense/mpi/mpidense.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0
Moved various prototypes from .c into .h

src/mat/impls/dense/mpi/mpidense.c
1.21 03/07/13 14:57:17 Kris@p4buschel. +36 -16
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/bdiag/seq/bdiag3.c
1.11 03/07/13 14:57:17 Kris@p4buschel. +0 -24
Moved various prototypes from .c into .h

src/mat/impls/bdiag/seq/bdiag.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +36 -0
Moved various prototypes from .c into .h

src/mat/impls/bdiag/seq/bdiag.c
1.17 03/07/13 14:57:17 Kris@p4buschel. +36 -53
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/bdiag/mpi/mpibdiag.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0
Moved various prototypes from .c into .h

src/mat/impls/bdiag/mpi/mpibdiag.c
1.17 03/07/13 14:57:16 Kris@p4buschel. +36 -15
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/seq/baij.h
1.13 03/07/13 14:57:16 Kris@p4buschel. +1 -0
Moved various prototypes from .c into .h

src/mat/impls/baij/seq/baij.c
1.56 03/07/13 14:57:16 Kris@p4buschel. +29 -14
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/mpi/mpibaij.h
1.7 03/07/13 14:57:16 Kris@p4buschel. +1 -0
Moved various prototypes from .c into .h

src/mat/impls/baij/mpi/mpibaij.c
1.31 03/07/13 14:57:16 Kris@p4buschel. +87 -71
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.37 03/07/13 14:57:16 Kris@p4buschel. +0 -20
MatLoad is now properly inherited from the appropriate class during MatCreate_DSCPACK.

src/mat/impls/aij/seq/aij.h
1.21 03/07/13 14:57:16 Kris@p4buschel. +21 -0
Moved various prototypes from .c into .h

src/mat/impls/aij/seq/aij.c
1.110 03/07/13 14:57:16 Kris@p4buschel. +26 -40
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.69 03/07/13 14:57:16 Kris@p4buschel. +0 -19
MatLoad is now properly inherited from the appropriate class during MatCreate_SuperLU_DIST.

src/mat/impls/aij/mpi/mumps/mumps.c
1.35 03/07/13 14:57:16 Kris@p4buschel. +0 -40
MatLoad is now properly inherited from the appropriate class during MatCreate_AIJMUMPS or MatCreate_SBAIJMUMPS.

src/mat/impls/aij/mpi/mpiaij.h
1.6 03/07/13 14:57:16 Kris@p4buschel. +21 -0
Moved various prototypes from .c into .h

src/mat/impls/aij/mpi/mpiaij.c
1.88 03/07/13 14:57:16 Kris@p4buschel. +26 -38
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/adj/mpi/mpiadj.c
1.17 03/07/13 14:57:16 Kris@p4buschel. +31 -8
Add comments to MatOps instance so it is easier to tell where ops belong.

src/mat/impls/adic/matadic.c
1.18 03/07/13 14:57:16 Kris@p4buschel. +19 -7
Add comments to MatOps instance so it is easier to tell where ops belong.


Hg-commit: c9cdd08be873eabc232c41f0a34627a15e706758

show more ...


# b7d02931 11-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1392
Kris@p4buschel.|ChangeSet|20030711204826|35145
ChangeSet
1.1392 03/07/11 13:48:26 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1392
Kris@p4buschel.|ChangeSet|20030711204826|35145
ChangeSet
1.1392 03/07/11 13:48:26 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2


Hg-commit: e0a146a6942a7abb98f24f979070703f61c4da09

show more ...


# 0bad9183 11-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1390.1.1
Kris@p4buschel.|ChangeSet|20030711204809|35142
ChangeSet
1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0
Matrix type documentation.

src/snes/mf/snesmfj.c
1.21 0

bk-changeset-1.1390.1.1
Kris@p4buschel.|ChangeSet|20030711204809|35142
ChangeSet
1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0
Matrix type documentation.

src/snes/mf/snesmfj.c
1.21 03/07/11 13:48:08 Kris@p4buschel. +8 -0
Matrix type documentation.

src/mat/impls/shell/shell.c
1.9 03/07/11 13:48:08 Kris@p4buschel. +8 -0
Matrix type documentation.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.37 03/07/11 13:48:08 Kris@p4buschel. +1 -1
Matrix type documentation.

src/mat/impls/sbaij/seq/sbaij.c
1.73 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.25 03/07/11 13:48:07 Kris@p4buschel. +0 -1
Matrix type documentation.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.57 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.32 03/07/11 13:48:07 Kris@p4buschel. +14 -0
Matrix type documentation.

src/mat/impls/maij/maij.c
1.8 03/07/11 13:48:07 Kris@p4buschel. +31 -0
Matrix type documentation.

src/mat/impls/is/is.c
1.8 03/07/11 13:48:07 Kris@p4buschel. +17 -0
Matrix type documentation.

src/mat/impls/esi/mesi.c
1.28 03/07/11 13:48:07 Kris@p4buschel. +21 -0
Matrix type documentation.

src/mat/impls/dense/seq/dense.c
1.32 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/dense/mpi/mpidense.c
1.20 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/bdiag/seq/bdiag.c
1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/baij/seq/baij.c
1.55 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/baij/mpi/mpibaij.c
1.30 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.36 03/07/11 13:48:07 Kris@p4buschel. +1 -1
Matrix type documentation.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.20 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/superlu/superlu.c
1.41 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/spooles/spooles.c
1.74 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/lusol/lusol.c
1.19 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/essl/essl.c
1.18 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/aij.c
1.109 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.68 03/07/11 13:48:06 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.48 03/07/11 13:48:06 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/mpi/mumps/mumps.c
1.34 03/07/11 13:48:06 Kris@p4buschel. +4 -4
Matrix type documentation.

src/mat/impls/aij/mpi/mpiaij.c
1.87 03/07/11 13:48:06 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/adj/mpi/mpiadj.c
1.16 03/07/11 13:48:06 Kris@p4buschel. +9 -0
Matrix type documentation.

src/mat/impls/adic/matadic.c
1.17 03/07/11 13:48:06 Kris@p4buschel. +9 -0
Matrix type documentation.


Hg-commit: 45fc210891cbc1e2f5ebf078620103988c24ada5

show more ...


# 4e7234bf 21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/mat/partition/partition.c
1.11 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/matimpl.h
1.27 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +5 -5
finished const [] conversion for matrices

src/mat/matfd/fdmatrix.c
1.10 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +1 -1
finished const [] conversion for matrices

src/mat/interface/matrix.c
1.70 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +7 -7
finished const [] conversion for matrices

src/mat/interface/matnull.c
1.8 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +6 -2
finished const [] conversion for matrices

src/mat/impls/sbaij/seq/sbaij.c
1.66 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/dense/seq/dense.c
1.29 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/dense/mpi/mpidense.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/baij/seq/baij.c
1.52 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/aij/seq/fdaij.c
1.5 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +1 -2
finished const [] conversion for matrices

src/mat/impls/aij/seq/aijnode.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +8 -8
finished const [] conversion for matrices

src/mat/impls/aij/seq/aij.c
1.100 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +6 -6
finished const [] conversion for matrices

src/mat/impls/adj/mpi/mpiadj.c
1.15 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/color/color.c
1.9 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +3 -0
finished const [] conversion for matrices

include/petscmat.h
1.71 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +16 -44
finished const [] conversion for matrices


Hg-commit: 9d10fa0d64d85141a4b6bce188621f2ca34c4857

show more ...


# 268466fb 21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in petscmat.h

src/snes/mf/snesmfj.c
1.17 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/utils/axpy.c
1.9 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/matimpl.h
1.26 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/interface/matrix.c
1.69 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +9 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/shell/shell.c
1.8 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij2.c
1.10 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij.c
1.65 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/mpi/mpisbaij.c
1.54 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/rowbs/mpi/mpirowbs.c
1.25 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/is/is.c
1.7 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +1 -1
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/seq/dense.c
1.28 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mpidense.c
1.18 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mmdense.c
1.6 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/seq/bdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/mpi/mpibdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij2.c
1.9 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.h
1.12 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.c
1.51 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/mpibaij.c
1.28 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/baijov.c
1.8 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +17 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/seq/aij.c
1.99 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +7 -7
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiov.c
1.11 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +6 -6
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiaij.c
1.81 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +12 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/examples/tests/ex12.c
1.5 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

include/petscmat.h
1.70 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +13 -13
more additions of const and changes of * to [] in petscmat.h


Hg-commit: 94c68a7999924e61646ed0fbf8a18b4797b9125a

show more ...


# 332dcce3 20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1307
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191908|60558
ChangeSet
1.1307 03/06/20 14:19:08 bsmith@harley.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1307
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191908|60558
ChangeSet
1.1307 03/06/20 14:19:08 bsmith@harley.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc

src/mat/impls/rowbs/mpi/mpirowbs.c
1.24 03/06/20 14:19:06 bsmith@harley.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/dense/seq/dense.c
1.27 03/06/20 14:19:06 bsmith@harley.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiaij.c
1.80 03/06/20 14:19:05 bsmith@harley.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 5fbe153d6f863c367c9f1f0356577fb860f5dfcf

show more ...


# f15d580a 20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure from Bill

src/mat/utils/matstash.c
1.6 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -8
const and [] instead of * due to pressure from Bill

src/mat/matimpl.h
1.25 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill

src/mat/interface/matrix.c
1.68 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +9 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/seq/sbaij.c
1.64 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +10 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/mpi/mpisbaij.c
1.53 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +26 -25
const and [] instead of * due to pressure from Bill

src/mat/impls/rowbs/mpi/mpirowbs.c
1.22.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/esi/mesi.c
1.25 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +1 -1
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/seq/dense.c
1.25.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -3
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/mpi/mpidense.c
1.17 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag2.c
1.11 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/mpi/mpibdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/seq/baij.c
1.50 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +20 -19
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/mpi/mpibaij.c
1.26 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +31 -30
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/seq/aij.c
1.98 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/mpi/mpiaij.c
1.78.1.1 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

include/petscmat.h
1.69 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill


Hg-commit: 28f3adba971fb56367d21b7dfc7aafa68a90744b

show more ...


# 565567f0 16-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1282
Kris@p4buschel.|ChangeSet|20030616215200|46341
ChangeSet
1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0
MPIDense nightly build fix.

src/mat/impls/dense/mpi/mpidense.c
1

bk-changeset-1.1282
Kris@p4buschel.|ChangeSet|20030616215200|46341
ChangeSet
1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0
MPIDense nightly build fix.

src/mat/impls/dense/mpi/mpidense.c
1.16 03/06/16 14:52:00 Kris@p4buschel. +1 -1
Wrong string.


Hg-commit: d81f49458c5ca29d0e2ea05cad5155ebe6478066

show more ...


# a43ee2ec 16-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/interface/matrix.c
1.66 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.50 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/dense/seq/dense.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +1 -2
Unused variables.

src/mat/impls/dense/mpi/mpidense.c
1.15 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/baij/mpi/mpibaij.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +0 -3
Unused variables.

src/mat/impls/aij/seq/aijnode.c
1.16 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/aij/seq/aij.c
1.95 03/06/16 14:37:27 Kris@p4buschel. +1 -1
Unused variables.

src/mat/impls/aij/mpi/mpiaij.c
1.75 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.


Hg-commit: 7ffbc17b674a7825fbf4413564a36b11f5da7d83

show more ...


# a23d5ece 13-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

src/mat/impls/aij/seq/aij.c
1.8

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

src/mat/impls/aij/seq/aij.c
1.87 03/06/13 01:53:33 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/baij/seq/baij.c
1.47 03/06/13 01:49:50 Kris@p4buschel. +133 -117
Compose preallocation routines.

src/mat/impls/bdiag/seq/bdiag.c
1.12 03/06/13 01:43:25 Kris@p4buschel. +20 -2
Compose preallocation routines.

src/mat/impls/dense/seq/dense.c
1.20 03/06/13 01:38:01 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/aij/mpi/mpiaij.c
1.69 03/06/13 01:33:04 Kris@p4buschel. +43 -26
Compose preallocation routines.

src/mat/impls/baij/mpi/mpibaij.c
1.19 03/06/13 01:26:43 Kris@p4buschel. +83 -67
Compose preallocation routines.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.12 03/06/13 01:20:37 Kris@p4buschel. +107 -90
Compose preallocation routines.

src/mat/impls/dense/mpi/mpidense.c
1.14 03/06/13 01:07:56 Kris@p4buschel. +29 -12
Compose preallocation routines.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.18 03/06/13 01:04:17 Kris@p4buschel. +22 -8
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.13 03/06/13 01:04:17 Kris@p4buschel. +2 -2


src/mat/impls/sbaij/seq/sbaij.c
1.61 03/06/13 00:54:10 Kris@p4buschel. +111 -94
Compose preallocation routines.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.48 03/06/13 00:54:10 Kris@p4buschel. +85 -70
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.12 03/06/13 00:54:10 Kris@p4buschel. +64 -31
Compose preallocation routines.


Hg-commit: a1c0174f5d32b73ab5d703eaf5e812e5f79378c1

show more ...


# 123145df 09-Jan-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.926
Kris@buschel2000.|ChangeSet|20030109205253|05259
ChangeSet
1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0
Single precision solves are default when available (matsingle builds

bk-changeset-1.926
Kris@buschel2000.|ChangeSet|20030109205253|05259
ChangeSet
1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0
Single precision solves are default when available (matsingle builds, baij_4).

src/sles/pc/impls/ilu/ilu.h
1.4 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/sles/pc/impls/ilu/ilu.c
1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -58
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/sbaij/seq/sbaij.c
1.49.1.1 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/sbaij/mpi/mpisbaij.c
1.43 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/rowbs/mpi/mpirowbs.c
1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/dense/seq/dense.c
1.14 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/dense/mpi/mpidense.c
1.13 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/bdiag/seq/bdiag.c
1.10 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/bdiag/mpi/mpibdiag.c
1.11 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/seq/baijfact2.c
1.10 03/01/09 12:52:47 Kris@buschel2000. +28 -47
Single precision solves are default when available (matsingle builds, baij_4).
Perhaps this should be cleaned up a bit....

src/mat/impls/baij/seq/baij.h
1.8 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/seq/baij.c
1.36 03/01/09 12:52:46 Kris@buschel2000. +0 -10
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/mpi/mpibaij.c
1.17 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/aij/seq/aij.c
1.52.1.1 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/aij/mpi/mpiaij.c
1.47 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/adj/mpi/mpiadj.c
1.8 03/01/09 12:52:45 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/petscpc.h
1.22 03/01/09 12:52:45 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/petscmat.h
1.42 03/01/09 12:52:45 Kris@buschel2000. +1 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/finclude/petscmat.h
1.9 03/01/09 12:52:45 Kris@buschel2000. +0 -2
Single precision solves are default when available (matsingle builds, baij_4).


Hg-commit: 2dbf10a44c0f0c6c38ccad4e8ad9190dc47c84df

show more ...


# 92c3bf5a 18-Nov-2002 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.869
knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019
ChangeSet
1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0
Merge

src/mat/impls/aij/seq/aijmatlab.c
1.10 02/

bk-changeset-1.869
knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019
ChangeSet
1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0
Merge

src/mat/impls/aij/seq/aijmatlab.c
1.10 02/11/18 09:02:41 knepley@khan.mcs.anl.gov +0 -2
Merge


Hg-commit: ba34a23ddff88c8c0d669ea62fd7e847382bebe9

show more ...


# c1dc657d 06-Nov-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.866.1.14
bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496
ChangeSet
1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0
fix for bug reported by Sun with PetscMaxSum

bk-changeset-1.866.1.14
bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496
ChangeSet
1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0
fix for bug reported by Sun with PetscMaxSum_Op

src/vec/utils/vecstash.c
1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -22
fix for bug reported by Sun with PetscMaxSum_Op

src/sles/pc/impls/asm/asm.c
1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +1 -1
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/utils/matstash.c
1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +19 -24
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/rowbs/mpi/mpirowbs.c
1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +25 -38
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/dense/mpi/mpidense.c
1.12 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/dense/mpi/mmdense.c
1.5 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -25
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/bdiag/mpi/mpibdiag.c
1.10 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/baij/mpi/mpibaij.c
1.15 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/aij/mpi/mpiaij.c
1.39 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/vec/utils/vpscat.c
1.9 02/11/06 14:15:33 bsmith@terra.mcs.anl.gov +34 -49
fix for snum Sun bug reoport


Hg-commit: 4e6fe8ed77a35fa038c1facef4856ed5733e9695

show more ...


# 788b9a6c 01-Sep-2002 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.803
Kris@buschel2000.attbi.com|ChangeSet|20020901080155|41151
ChangeSet
1.803 02/09/01 01:01:55 Kris@buschel2000.attbi.com +1 -0
Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc

bk-changeset-1.803
Kris@buschel2000.attbi.com|ChangeSet|20020901080155|41151
ChangeSet
1.803 02/09/01 01:01:55 Kris@buschel2000.attbi.com +1 -0
Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc
into buschel2000.attbi.com:E:/Kris/petsc

src/mat/impls/baij/seq/baij.c
1.32 02/09/01 01:01:53 Kris@buschel2000.attbi.com +0 -0
Auto merged


Hg-commit: 482734d9d96d7559a0a188ab6d8c27fdddf7ae17

show more ...


# 456192e2 01-Sep-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.796.1.24
bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173
ChangeSet
1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0
general cleanup and matrix help messages

bk-changeset-1.796.1.24
bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173
ChangeSet
1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0
general cleanup and matrix help messages

src/vec/interface/vector.c
1.31 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -12
general cleanup and matrix help messages

src/sys/src/viewer/interface/viewa.c
1.5 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/sys/src/viewer/impls/binary/binv.c
1.12 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/sys/src/objects/pinit.c
1.18 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/sys/src/objects/init.c
1.19 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +3 -5
general cleanup and matrix help messages

src/snes/examples/tutorials/makefile
1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/interface/matrix.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +73 -54
general cleanup and matrix help messages

src/mat/impls/sbaij/seq/sbaij.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/sbaij/mpi/mpisbaij.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/rowbs/mpi/mpirowbs.c
1.7 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/dense/seq/dense.c
1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/dense/mpi/mpidense.c
1.11 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/bdiag/seq/bdiag3.c
1.10 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/bdiag/mpi/mpibdiag.c
1.9 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/mat/impls/baij/seq/baij.c
1.30.1.1 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/baij/mpi/mpibaij.c
1.13 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/aij/seq/aij.c
1.44 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/aij/mpi/mpiaij.c
1.35 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

include/petscviewer.h
1.24 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

include/finclude/petscviewer.h
1.5 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/sys/src/dll/reg.c
1.12 02/08/31 22:51:55 bsmith@terra.mcs.anl.gov +1 -1
silly no other one has a see manual page


Hg-commit: cbb9d9af325bd303785be46ee0a84a99f91127b9

show more ...


# f837749f 02-Jan-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.417
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212248|55907
ChangeSet
1.417 02/01/02 15:22:48 bsmith@terra.mcs.anl.gov +0 -0
Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk

bk-changeset-1.417
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212248|55907
ChangeSet
1.417 02/01/02 15:22:48 bsmith@terra.mcs.anl.gov +0 -0
Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc
into terra.mcs.anl.gov:/sandbox/bsmith/petsc


Hg-commit: b299688e119c5d9a6821449a96cb86bda0a968ad

show more ...


# 7f5ff6fd 02-Jan-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.404.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367
ChangeSet
1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0
beats me what I changed

src/sys/src/viewer/

bk-changeset-1.404.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367
ChangeSet
1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0
beats me what I changed

src/sys/src/viewer/impls/ascii/filev.c
1.13 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +5 -1
add fortran support in manual pages

src/vec/utils/pipeline.c
1.4 02/01/02 15:08:04 bsmith@terra.mcs.anl.gov +0 -11
take out isprocyes() cause not used and did bad stuff comparing long and
function pointers.

src/fortran/custom/zsys.c
1.6 02/01/02 13:06:56 bsmith@terra.mcs.anl.gov +51 -0
added some text io for PetscViewerASCII.. to Fortran interface


src/snes/examples/tutorials/ex25.c
1.9 01/12/20 16:24:58 bsmith@terra.mcs.anl.gov +83 -0
*** empty log message ***

src/sles/pc/impls/mat/pcmat.c
1.2 01/12/20 14:56:09 bsmith@terra.mcs.anl.gov +17 -372
new preconditioner based on using a matrix vector product

src/sles/pc/impls/mat/makefile
1.2 01/12/20 14:51:45 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/sles/pc/impls/makefile
1.6 01/12/20 14:51:16 bsmith@terra.mcs.anl.gov +1 -1
added mat directory for PC based on mat-vec product

src/sles/pc/interface/pcregis.c
1.10 01/12/20 14:50:50 bsmith@terra.mcs.anl.gov +2 -0
added registering PC based on matrix vector product

include/petscpc.h
1.12 01/12/20 14:49:49 bsmith@terra.mcs.anl.gov +1 -0
added a PC defined by a matrix vector product.

src/sles/pc/impls/mat/pcmat.c
1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +410 -0

src/sles/pc/impls/mat/makefile
1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +18 -0

src/sles/pc/impls/mat/pcmat.c
1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/pcmat.c

src/sles/pc/impls/mat/makefile
1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/makefile

src/mat/impls/dense/mpi/mpidense.c
1.10 01/12/20 12:51:08 bsmith@terra.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/dense/mpi/mpidense.c
1.9 01/12/19 22:34:08 bsmith@terra.mcs.anl.gov +2 -2
*** empty log message ***


Hg-commit: f8ca203d2604617c4582490ef901d0f7d6e10296

show more ...


# 78a0dce8 13-Dec-2001 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.372
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181715|00798
ChangeSet
1.372 01/12/13 12:17:15 knepley@spinetta.mcs.anl.gov +0 -0
Merge shakey:/home/petsc/petsc-bk/petsc
into

bk-changeset-1.372
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181715|00798
ChangeSet
1.372 01/12/13 12:17:15 knepley@spinetta.mcs.anl.gov +0 -0
Merge shakey:/home/petsc/petsc-bk/petsc
into spinetta.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc


Hg-commit: 181a532b7ba11f5f95d0a2adc6ddac3f4464fcd7

show more ...


# 7d0de275 13-Dec-2001 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.368.1.1
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716
ChangeSet
1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0
Removed superfluous break statements

bk-changeset-1.368.1.1
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716
ChangeSet
1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0
Removed superfluous break statements

src/mat/impls/sbaij/seq/sbaij.c
1.19 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/sbaij/mpi/mpisbaij.c
1.21 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/dense/mpi/mpidense.c
1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/bdiag/seq/bdiag.c
1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/bdiag/mpi/mpibdiag.c
1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/baij/seq/baij.c
1.11 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/baij/mpi/mpibaij.c
1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/aij/seq/aij.c
1.18 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/aij/mpi/mpiaij.c
1.20 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break


Hg-commit: d1fb03a8815c2f3ecb1e1dcc141450e26b2f0d10

show more ...


# 7f5322d6 30-Nov-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.268
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151941|23898
ChangeSet
1.268 01/11/30 09:19:41 bsmith@terra.mcs.anl.gov +1 -0
Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk

bk-changeset-1.268
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151941|23898
ChangeSet
1.268 01/11/30 09:19:41 bsmith@terra.mcs.anl.gov +1 -0
Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc
into terra.mcs.anl.gov:/sandbox/bsmith/petsc

maint/builddist
1.17 01/11/30 09:19:41 bsmith@terra.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 79a5eae413e26dc757386f11647a3ae9378d71a6

show more ...


# 064f8208 30-Nov-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.257.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861
ChangeSet
1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0
put esi into petsc. change norm to nrm to prev

bk-changeset-1.257.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861
ChangeSet
1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0
put esi into petsc. change norm to nrm to prevent shadowing

src/vec/interface/vector.c
1.19 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +1 -1


src/vec/interface/vecregall.c
1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/vec/impls/esi/makefile
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/vec/esi/makefile
1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/sys/src/esi/makefile
1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/sys/src/dll/dl.c
1.10 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/sles/pc/interface/pcregis.c
1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +0 -4


src/sles/pc/esi/makefile
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/mat/utils/matioall.c
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/mat/utils/gcreate.c
1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/mat/interface/matregis.c
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +2 -2


src/mat/esi/makefile
1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


maint/builddist
1.15.1.1 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2


docs/tex/manual/part2.tex
1.8 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +52 -48


docs/tex/manual/part1.tex
1.7 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2


docs/tex/manual/acknowl.tex
1.5 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +3 -2


bmake/linux/packages
1.9 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +0 -4
remove have_esi

bmake/common/variables
1.16 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +2 -2
remove have_esi

src/snes/impls/test/snestest.c
1.4 01/11/30 09:13:52 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/snes/impls/tr/tr.c
1.5 01/11/30 09:13:18 bsmith@terra.mcs.anl.gov +15 -15
*** empty log message ***

src/snes/mf/snesmfjdef.c
1.6 01/11/30 09:11:17 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/snes/interface/snes.c
1.11 01/11/30 09:10:35 bsmith@terra.mcs.anl.gov +9 -10
*** empty log message ***

src/mat/impls/baij/mpi/mpibaij.c
1.8 01/11/30 09:08:25 bsmith@terra.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/bdiag/mpi/mpibdiag.c
1.7 01/11/30 09:07:35 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/bdiag/seq/bdiag3.c
1.7 01/11/30 09:07:02 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.14 01/11/30 09:06:11 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/dense/mpi/mpidense.c
1.7 01/11/30 09:05:31 bsmith@terra.mcs.anl.gov +7 -7
*** empty log message ***

src/mat/impls/dense/seq/dense.c
1.9 01/11/30 09:04:55 bsmith@terra.mcs.anl.gov +6 -6
changed norm to nrm to prevoide name shadowing

src/mat/interface/matrix.c
1.19 01/11/30 09:03:54 bsmith@terra.mcs.anl.gov +4 -4
changed norm to nrm to provide shadowing with math.h beasty

src/vec/utils/vinv.c
1.9 01/11/30 09:02:49 bsmith@terra.mcs.anl.gov +11 -11
changed norm to nrm to deal with namespace problem on silly mandrake math.h

src/mat/impls/esi/makefile
1.7 01/11/30 00:30:35 bsmith@terra.mcs.anl.gov +1 -2
*** empty log message ***

src/mat/interface/matrix.c
1.18 01/11/30 00:12:09 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

bmake/common/rules
1.17 01/11/29 23:28:53 bsmith@terra.mcs.anl.gov +0 -28
*** empty log message ***

bmake/linux_gcc_pgf90/packages
1.12 01/11/29 22:44:33 bsmith@terra.mcs.anl.gov +2 -1
*** empty log message ***

include/esi/scalarTraits.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +154 -0

include/esi/ordinalTraits.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +35 -0

include/esi/basicTypes.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +165 -0

include/esi/VectorReplaceAccess.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +65 -0

include/esi/Vector.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +269 -0

include/esi/SolverIterative.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +51 -0

include/esi/Solver.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +41 -0

include/esi/scalarTraits.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/scalarTraits.h

include/esi/ordinalTraits.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/ordinalTraits.h

include/esi/basicTypes.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/basicTypes.h

include/esi/VectorReplaceAccess.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/VectorReplaceAccess.h

include/esi/Vector.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Vector.h

include/esi/SolverIterative.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/SolverIterative.h

include/esi/Solver.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Solver.h

include/esi/Properties.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +185 -0

include/esi/PreconditionerTranspose.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +50 -0

include/esi/Preconditioner.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +77 -0

include/esi/OperatorTranspose.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +34 -0

include/esi/Operator.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +36 -0

include/esi/Object.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +232 -0

include/esi/MatrixRowWriteAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +177 -0

include/esi/MatrixRowReadAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +139 -0

include/esi/MatrixRowPointerAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0

include/esi/MatrixData.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +48 -0

include/esi/MatrixColWriteAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0

include/esi/MatrixColReadAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +141 -0

include/esi/MatrixColPointerAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +182 -0

include/esi/MPI_traits.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +57 -0

include/esi/IndexSpace.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +221 -0

include/esi/ESI.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +68 -0

include/esi/Properties.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Properties.h

include/esi/PreconditionerTranspose.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/PreconditionerTranspose.h

include/esi/Preconditioner.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Preconditioner.h

include/esi/OperatorTranspose.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/OperatorTranspose.h

include/esi/Operator.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Operator.h

include/esi/Object.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Object.h

include/esi/MatrixRowWriteAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowWriteAccess.h

include/esi/MatrixRowReadAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowReadAccess.h

include/esi/MatrixRowPointerAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowPointerAccess.h

include/esi/MatrixData.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixData.h

include/esi/MatrixColWriteAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColWriteAccess.h

include/esi/MatrixColReadAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColReadAccess.h

include/esi/MatrixColPointerAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColPointerAccess.h

include/esi/MPI_traits.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MPI_traits.h

include/esi/IndexSpace.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/IndexSpace.h

include/esi/ESI.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/ESI.h

include/esi/Argv.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +61 -0

include/esi/Argv.h
1.0 01/11/29 22:25:49 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Argv.h


Hg-commit: d9d6c6cefae516ab31281b22724992262a3bcb28

show more ...


# 552e946d 25-Oct-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.115
bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013
ChangeSet
1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0
changed vec_cookie and mat_cookie to vec_file_cookie a

bk-changeset-1.115
bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013
ChangeSet
1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0
changed vec_cookie and mat_cookie to vec_file_cookie and mat_file_cookie for vector and matrix
binary io. With Matt's change to dynamic setting of **_COOKIE we have to hardwire the cookies for
file writing back to their old values.

src/mat/impls/dense/seq/dense.c
1.6 01/10/25 10:02:31 bsmith@terra.mcs.anl.gov +3 -3
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/dense/mpi/mpidense.c
1.6 01/10/25 10:02:23 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/aij/seq/aij.c
1.8 01/10/25 10:01:52 bsmith@terra.mcs.anl.gov +2 -2
/*$Id: mpiaij.c,v 1.344 2001/08/10 03:30:48 bsmith Exp $*/

src/mat/impls/aij/mpi/mpiaij.c
1.6 01/10/25 10:01:38 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/rowbs/mpi/mpirowbs.c
1.5 01/10/25 10:01:27 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/seq/bdiag.c
1.6 01/10/25 10:01:20 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/seq/bdiag3.c
1.5 01/10/25 10:01:15 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/mpi/mpibdiag.c
1.6 01/10/25 10:01:09 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/baij/seq/baij.c
1.8 01/10/25 10:01:02 bsmith@terra.mcs.anl.gov +2 -2
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/baij/mpi/mpibaij.c
1.7 01/10/25 10:00:55 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/sbaij/seq/sbaij.c
1.10 01/10/25 10:00:50 bsmith@terra.mcs.anl.gov +2 -2
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/sbaij/mpi/mpisbaij.c
1.6 01/10/25 10:00:41 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/esi/mesi.c
1.9 01/10/25 10:00:15 bsmith@terra.mcs.anl.gov +1 -1
esi additions

src/mat/utils/matio.c
1.7 01/10/25 09:59:59 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

include/petscmat.h
1.14 01/10/25 09:59:31 bsmith@terra.mcs.anl.gov +1 -0
added mat_file_cookie

src/vec/utils/vecio.c
1.9 01/10/25 09:59:12 bsmith@terra.mcs.anl.gov +3 -3
changed vec_cookie to vec_file_cookie for binary vector io

src/vec/interface/vector.c
1.12 01/10/25 09:59:02 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

src/vec/interface/veccreate.c
1.10 01/10/25 09:58:51 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

src/sys/src/viewer/impls/socket/matlab/readinvecs.c
1.5 01/10/25 09:57:05 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

include/petscvec.h
1.18 01/10/25 09:56:26 bsmith@terra.mcs.anl.gov +1 -0
added vec_file_cookie


Hg-commit: 72f241aba6cbdcc0bfc0a0660fb154fb13664823

show more ...


# d643ce63 18-Oct-2001 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.76
knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511
ChangeSet
1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0
Reorganized matrix operations

src/mat/matimpl

bk-changeset-1.76
knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511
ChangeSet
1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0
Reorganized matrix operations

src/mat/matimpl.h
1.5 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +20 -21
Reorganized matrix operations

src/mat/impls/shell/shell.c
1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/sbaij/seq/sbaij.c
1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/sbaij/mpi/mpisbaij.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/dense/seq/dense.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/dense/mpi/mpidense.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/bdiag/seq/bdiag.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/bdiag/mpi/mpibdiag.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/baij/seq/baij.c
1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/baij/mpi/mpibaij.c
1.4 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/aij/seq/aij.c
1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/aij/mpi/mpiaij.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +1 -2
Reorganized matrix operations

src/mat/impls/adj/mpi/mpiadj.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

include/petscmat.h
1.5.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +53 -57
Renumbered matrix operations


Hg-commit: 4ad925e093a9962a4768f46c68ab806e7b595e4d

show more ...


1...<<414243444546474849