History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 1076 – 1100 of 1341)
Revision Date Author Comments
# 8a3c52f9 12-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1636
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030640|06760
ChangeSet
1.1636 03/11/11 21:06:40 barrysmith@barry-smiths-computer.local +1 -0
merge

python/PETSc/pac

bk-changeset-1.1636
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030640|06760
ChangeSet
1.1636 03/11/11 21:06:40 barrysmith@barry-smiths-computer.local +1 -0
merge

python/PETSc/packages/MPI.py
1.48 03/11/11 21:06:38 barrysmith@barry-smiths-computer.local +0 -1
merge


Hg-commit: 67249bd7ead1e6174b87098fa6b327e853fac6b2

show more ...


# 80444007 12-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1631.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030424|08030
ChangeSet
1.1631.1.2 03/11/11 21:04:24 barrysmith@barry-smiths-computer.local +5 -0
fixed [PETSC #799

bk-changeset-1.1631.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030424|08030
ChangeSet
1.1631.1.2 03/11/11 21:04:24 barrysmith@barry-smiths-computer.local +5 -0
fixed [PETSC #7990] Problem with duplicating ghosted vecs.
need to place array into localrep array also (cause two array
must be the same)

src/sles/ksp/interface/eige.c
1.5 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +2 -2
fix typo

src/sles/ksp/impls/gmres/gmreig.c
1.5 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +3 -3
fix typo

src/mat/impls/dense/seq/dense.c
1.39 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +10 -10
fix typo

python/PETSc/packages/update.py
1.42 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +16 -4
fix typo

src/vec/impls/mpi/pbvec.c
1.14 03/11/11 20:58:49 barrysmith@barry-smiths-computer.local +16 -1
fixed [PETSC #7990] Problem with duplicating ghosted vecs.
need to place array into localrep array also (cause two array
must be the same)

python/PETSc/packages/update.py
1.41 03/11/11 14:13:17 barrysmith@barrysmith.mcs.anl.gov +0 -0
Rename: python/PETSc/update.py -> python/PETSc/packages/update.py

python/PETSc/update.py
1.40 03/11/11 14:07:01 barrysmith@barrysmith.mcs.anl.gov +0 -0
Rename: python/PETSc/packages/update.py -> python/PETSc/update.py


Hg-commit: 0f7f45530b485a2995f91f41b00ef840d3269731

show more ...


# 9a4540c5 15-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1553
barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979
ChangeSet
1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0
more MAT_SYMMETR

bk-changeset-1.1553
barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979
ChangeSet
1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

BitKeeper/etc/logging_ok
1.64 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +1 -0
Logging to logging@openlogging.org accepted

src/sles/examples/tutorials/ex5.c
1.6 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/utils/matio.c
1.16 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/matimpl.h
1.30 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/interface/matrix.c
1.81 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +19 -3
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/sbaij/seq/sbaij.c
1.80 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/sbaij/mpi/mpisbaij.c
1.66 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/rowbs/mpi/mpirowbs.c
1.37 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/dense/seq/dense.c
1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/dense/mpi/mpidense.c
1.27 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/bdiag/seq/bdiag.c
1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/bdiag/mpi/mpibdiag.c
1.23 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/baij/seq/baij.c
1.61 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/baij/mpi/mpibaij.c
1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/aij/seq/aij.c
1.117 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/aij/mpi/mpiaij.c
1.98 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/adj/mpi/mpiadj.c
1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +9 -1
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/examples/tests/ex15.c
1.7 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

include/petscmat.h
1.89 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -1
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

include/finclude/petscmat.h
1.14 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg


Hg-commit: 7754bd34d04d6dfbdc419a74b3192b12ef7e75e2

show more ...


# 77e54ba9 27-Aug-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1513
Kris@p4buschel.|ChangeSet|20030827193045|03036
ChangeSet
1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0
Configure fixes.
BlockSolve icc bug fixes.
MatSetOption bug fix.

bk-changeset-1.1513
Kris@p4buschel.|ChangeSet|20030827193045|03036
ChangeSet
1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0
Configure fixes.
BlockSolve icc bug fixes.
MatSetOption bug fix.

config/configure_cygwin-ms.py
1.1 03/08/27 12:30:44 Kris@p4buschel. +29 -0

src/mat/interface/matrix.c
1.75 03/08/27 12:30:44 Kris@p4buschel. +3 -1
Pass ALL matrix options to MatSetOption implementations.

src/mat/impls/sbaij/seq/sbaij.c
1.78 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/sbaij/mpi/mpisbaij.c
1.65 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/rowbs/mpi/mpirowbs.h
1.7 03/08/27 12:30:44 Kris@p4buschel. +5 -5
BlockSolve icc bug fix.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.36 03/08/27 12:30:44 Kris@p4buschel. +18 -5
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

Also, BlockSolve icc bug fixes.

src/mat/impls/dense/seq/dense.c
1.37 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/dense/mpi/mpidense.c
1.26 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

config/configure_cygwin-ms.py
1.0 03/08/27 12:30:44 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/config/configure_cygwin-ms.py

src/mat/impls/bdiag/seq/bdiag.c
1.20 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/bdiag/mpi/mpibdiag.c
1.22 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/baij/seq/baij.c
1.60 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/baij/mpi/mpibaij.c
1.37 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/aij/seq/aij.c
1.114 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/aij/mpi/mpiaij.c
1.95 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/adj/mpi/mpiadj.c
1.20 03/08/27 12:30:43 Kris@p4buschel. +2 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

python/PETSc/packages/MPI.py
1.30 03/08/27 12:30:43 Kris@p4buschel. +3 -1
On some systems MPI_Comm_create requires -lpmpich

python/PETSc/Configure.py
1.85 03/08/27 12:30:43 Kris@p4buschel. +1 -0
Compaq Fortran compiler cannot deal with /*comments*/


Hg-commit: 0037985fd6f4ff14f638c793b641fbb1f9b9a4d7

show more ...


# ed3c4ec4 29-Jul-2003 Dinesh Kaushik <kaushik@mcs.anl.gov>

bk-changeset-1.1434
kaushik@manu.mcs.anl.gov|ChangeSet|20030729183527|07206
ChangeSet
1.1434 03/07/29 13:35:13 kaushik@manu.mcs.anl.gov +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1434
kaushik@manu.mcs.anl.gov|ChangeSet|20030729183527|07206
ChangeSet
1.1434 03/07/29 13:35:13 kaushik@manu.mcs.anl.gov +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into manu.mcs.anl.gov:/home/kaushik/petsc


Hg-commit: 9dcfd0e1baf5635eaa8eedbbabce4fc578b6b9c1

show more ...


# ce2f5d0f 29-Jul-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1432.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030729183526|41127
ChangeSet
1.1432.1.1 03/07/29 13:35:26 bsmith@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.1432.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030729183526|41127
ChangeSet
1.1432.1.1 03/07/29 13:35:26 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: d8a44e828cd20cdb6cdf6b4a58eb2b9e7a57031a

show more ...


# b72907f3 29-Jul-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1413.10.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030729183511|62428
ChangeSet
1.1413.10.1 03/07/29 13:35:11 bsmith@harley.mcs.anl.gov +10 -0
better memory corruption check for vecto

bk-changeset-1.1413.10.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030729183511|62428
ChangeSet
1.1413.10.1 03/07/29 13:35:11 bsmith@harley.mcs.anl.gov +10 -0
better memory corruption check for vector arrays
adic fixes

bmake/linux/packages
1.35 03/07/29 13:35:09 bsmith@harley.mcs.anl.gov +1 -1
try new code to handle intrinsics

bmake/adicmf.init
1.14 03/07/29 13:35:08 bsmith@harley.mcs.anl.gov +0 -1
don't need, don't work

bmake/adic.init
1.15 03/07/29 13:35:06 bsmith@harley.mcs.anl.gov +0 -1
don't need, don't work

bin/adprocess.py
1.15 03/07/29 13:35:02 bsmith@harley.mcs.anl.gov +1 -0
doesn't belong here but hate to make new includes

src/mat/impls/dense/seq/dense.c
1.36 03/07/27 12:03:19 bsmith@harley.mcs.anl.gov +1 -1
don't allocate extra space in matrix array helps find memory corruption

src/mat/interface/matrix.c
1.73 03/07/27 12:01:36 bsmith@harley.mcs.anl.gov +3 -0
check for memory corruption when restoring array

src/vec/impls/mpi/pbvec.c
1.12 03/07/27 12:01:07 bsmith@harley.mcs.anl.gov +2 -1
don't allocate extra space at end of array for mpi vector to help
find memory corruption

src/vec/impls/seq/bvec2.c
1.22 03/07/27 12:00:13 bsmith@harley.mcs.anl.gov +1 -1
don't allocate extra space in vector so easier to find corruption at
end of array

src/vec/interface/vector.c
1.48 03/07/27 11:59:36 bsmith@harley.mcs.anl.gov +3 -0
check memory for corruption upon vecrestore array with bopt g

src/fortran/custom/zda.c
1.8 03/07/25 09:44:12 bsmith@harley.mcs.anl.gov +6 -0
added dasetblockfills per [PETSC #7414] Code Addition


Hg-commit: a4460839ee6d01a6c2fb61697fe812ff63dfb2e3

show more ...


# c2635cbc 25-Jul-2003 Dinesh Kaushik <kaushik@mcs.anl.gov>

bk-changeset-1.1418
kaushik@manu.mcs.anl.gov|ChangeSet|20030725014154|57998
ChangeSet
1.1418 03/07/24 20:41:54 kaushik@manu.mcs.anl.gov +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1418
kaushik@manu.mcs.anl.gov|ChangeSet|20030725014154|57998
ChangeSet
1.1418 03/07/24 20:41:54 kaushik@manu.mcs.anl.gov +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into manu.mcs.anl.gov:/home/kaushik/petsc


Hg-commit: 43f869289fdc7a60dfb86626b0260c9984709d65

show more ...


# fafad747 23-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1413.1.8
Kris@p4buschel.|ChangeSet|20030723100524|58558
ChangeSet
1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0
Update MatType manual pages.

src/snes/mf/snesmfj.c
1.22

bk-changeset-1.1413.1.8
Kris@p4buschel.|ChangeSet|20030723100524|58558
ChangeSet
1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0
Update MatType manual pages.

src/snes/mf/snesmfj.c
1.22 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/shell/shell.c
1.11 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.38 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/seq/sbaij.c
1.76 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.26 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.61 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.35 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/maij/maij.c
1.10 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/is/is.c
1.9 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/esi/mesi.c
1.31 03/07/23 03:05:22 Kris@p4buschel. +2 -2
Update MatType manual pages.

src/mat/impls/dense/seq/dense.c
1.35 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/dense/mpi/mpidense.c
1.24 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/bdiag/seq/bdiag.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/seq/baij.c
1.58 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/mpi/mpibaij.c
1.34 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.21 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/superlu/superlu.c
1.42 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/spooles/spooles.c
1.76 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/lusol/lusol.c
1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/essl/essl.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/aij.c
1.112 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.72 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.50 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/mumps/mumps.c
1.36 03/07/23 03:05:22 Kris@p4buschel. +2 -2
Update MatType manual pages.

src/mat/impls/aij/mpi/mpiaij.c
1.92 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/adj/mpi/mpiadj.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/adic/matadic.c
1.19 03/07/23 03:05:21 Kris@p4buschel. +1 -1
Update MatType manual pages.


Hg-commit: a4488752d2a96ca7cfd014930c9f3aa69035c069

show more ...


# 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 ...


# 8119f7c1 08-Jul-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1374
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030708213433|52266
ChangeSet
1.1374 03/07/08 17:34:33 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits.net/pet

bk-changeset-1.1374
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030708213433|52266
ChangeSet
1.1374 03/07/08 17:34:33 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: a1501ebf30d2526fb9e17fc3a08ebfdefdde44c5

show more ...


# cddbea37 08-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1372.1.54
balay@smash.mcs.anl.gov|ChangeSet|20030708191216|57841
ChangeSet
1.1372.1.54 03/07/08 14:12:16 balay@smash.mcs.anl.gov +3 -0
nightly build fixes
fix blocksolve warnings

bk-changeset-1.1372.1.54
balay@smash.mcs.anl.gov|ChangeSet|20030708191216|57841
ChangeSet
1.1372.1.54 03/07/08 14:12:16 balay@smash.mcs.anl.gov +3 -0
nightly build fixes
fix blocksolve warnings - and const pointer manipulation

src/mat/impls/dense/seq/dense.c
1.31 03/07/08 14:12:14 balay@smash.mcs.anl.gov +13 -13
remove pointer arithmetic for const

src/mat/impls/bdiag/seq/bdiag2.c
1.12 03/07/08 14:12:14 balay@smash.mcs.anl.gov +2 -2
remove pointer arithmetic for const

src/mat/impls/rowbs/mpi/mpirowbs.c
1.30 03/07/08 13:29:43 balay@smash.mcs.anl.gov +21 -22
fix shadow variable declarations

src/mat/impls/rowbs/mpi/mpirowbs.c
1.29 03/07/08 13:18:03 balay@smash.mcs.anl.gov +57 -83
fix unused variables & index -> idx


Hg-commit: 86915b581e38805be13f3fea173ab7312ce6fe97

show more ...


# 8ef18079 27-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1359
Kris@p4buschel.|ChangeSet|20030627232551|25994
ChangeSet
1.1359 03/06/27 16:25:51 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1359
Kris@p4buschel.|ChangeSet|20030627232551|25994
ChangeSet
1.1359 03/06/27 16:25:51 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/superlu_dist/superlu_dist.c
1.56 03/06/27 16:25:50 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 9835e3142e06664c12fb0a1b7ad60b4ff491bc81

show more ...


# 9c76b4f9 27-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1357.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030627230532|26780
ChangeSet
1.1357.1.1 03/06/27 18:05:32 balay@smash.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
i

bk-changeset-1.1357.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030627230532|26780
ChangeSet
1.1357.1.1 03/06/27 18:05:32 balay@smash.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into smash.mcs.anl.gov:/sandbox/balay/petsc-dev


Hg-commit: 34ea621d1bfb75a0d930a36135a481a8e2175776

show more ...


# 201f5f94 27-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1354.1.5
balay@smash.mcs.anl.gov|ChangeSet|20030627230525|14944
ChangeSet
1.1354.1.5 03/06/27 18:05:25 balay@smash.mcs.anl.gov +4 -0
more nightly build fixes

src/sles/examples/t

bk-changeset-1.1354.1.5
balay@smash.mcs.anl.gov|ChangeSet|20030627230525|14944
ChangeSet
1.1354.1.5 03/06/27 18:05:25 balay@smash.mcs.anl.gov +4 -0
more nightly build fixes

src/sles/examples/tutorials/ex21f.F
1.5 03/06/27 18:05:24 balay@smash.mcs.anl.gov +2 -1
fix buggy code

src/mat/impls/dense/seq/dense.c
1.30 03/06/27 18:05:24 balay@smash.mcs.anl.gov +1 -5
fix bug in indexing

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.54.1.1 03/06/27 18:05:24 balay@smash.mcs.anl.gov +2 -0
fix missing prototype

src/mat/examples/tutorials/ex3.c
1.4 03/06/27 18:05:24 balay@smash.mcs.anl.gov +3 -3
remove unused variables


Hg-commit: 83397fa3b6c657da3760ee1418856d3e3a0c3128

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 ...


# 5c8e7597 20-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1305
balay@smash.mcs.anl.gov|ChangeSet|20030620183535|59469
ChangeSet
1.1305 03/06/20 13:35:35 balay@smash.mcs.anl.gov +1 -0
fix bug in errorchecking for MatSetValues_SeqDense

s

bk-changeset-1.1305
balay@smash.mcs.anl.gov|ChangeSet|20030620183535|59469
ChangeSet
1.1305 03/06/20 13:35:35 balay@smash.mcs.anl.gov +1 -0
fix bug in errorchecking for MatSetValues_SeqDense

src/mat/impls/dense/seq/dense.c
1.26 03/06/20 13:35:34 balay@smash.mcs.anl.gov +6 -6
fix bug in errorchecking for MatSetValues_SeqDense


Hg-commit: 60bfb529639fabc4c273e9217a4bb7a777e4b871

show more ...


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

bk-changeset-1.1302
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162146|61678
ChangeSet
1.1302 03/06/20 11:21:46 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1302
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162146|61678
ChangeSet
1.1302 03/06/20 11:21:46 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc

src/mat/impls/aij/mpi/mpiaij.c
1.78 03/06/20 11:21:45 bsmith@harley.mcs.anl.gov +0 -0
Auto merged


Hg-commit: ff2091562a73f3b73923521e4ed70e2eee91327d

show more ...


1...<<41424344454647484950>>...54