History log of /petsc/include/petscmat.h (Results 1976 – 2000 of 2308)
Revision Date Author Comments
# b3a1e11c 24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1314.1.2
Kris@p4buschel.|ChangeSet|20030624021613|04030
ChangeSet
1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0
Implement Spooles SeqAIJ matrix type.

src/mat/impls/aij/seq

bk-changeset-1.1314.1.2
Kris@p4buschel.|ChangeSet|20030624021613|04030
ChangeSet
1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0
Implement Spooles SeqAIJ matrix type.

src/mat/impls/aij/seq/spooles/spooles.c
1.61 03/06/23 19:16:12 Kris@p4buschel. +1 -1
Ugly type comparison.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.24 03/06/23 19:16:12 Kris@p4buschel. +9 -3
Create Spooles matrices.

src/mat/interface/matregis.c
1.11 03/06/23 18:37:11 Kris@p4buschel. +3 -0
Declare spooles constructor.

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.19 03/06/23 18:37:11 Kris@p4buschel. +1 -1
Fix MPIAIJ later.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.23 03/06/23 18:37:11 Kris@p4buschel. +6 -3
Factorization matrix must be Spooles SeqAIJ matrix.
Fix intertia later.

src/mat/utils/matioall.c
1.11 03/06/23 17:53:18 Kris@p4buschel. +3 -0
Register Spooles SeqAIJ Loader -- Use SeqAIJ Loader which calls correct constructor.

src/mat/interface/matregis.c
1.10 03/06/23 17:53:18 Kris@p4buschel. +3 -0
Register Spooles SeqAIJ constructor.

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.18 03/06/23 17:53:18 Kris@p4buschel. +1 -1
Correct location for spooles.h

src/mat/impls/aij/seq/spooles/spooles.h
1.32 03/06/23 17:53:18 Kris@p4buschel. +4 -0
Stash function pointers in Mat_Spooles object directly instead of composing.

src/mat/impls/aij/seq/spooles/spooles.c
1.60 03/06/23 17:53:18 Kris@p4buschel. +19 -1
Spooles SeqAIJ constructor.

src/mat/impls/aij/seq/spooles/makefile
1.2 03/06/23 17:53:18 Kris@p4buschel. +0 -1
Spooles supports complex.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.22 03/06/23 17:53:18 Kris@p4buschel. +6 -32
SeqAIJ inherited routines are stashed in Mat_Spooles object instead of composed.

src/mat/impls/aij/seq/aij.c
1.98.1.2 03/06/23 17:53:18 Kris@p4buschel. +5 -12
Remove references to Spooles.

include/petscmat.h
1.69.1.1 03/06/23 17:53:18 Kris@p4buschel. +1 -0
New matrix type for Spooles using SeqAIJ.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.21 03/06/23 14:17:17 Kris@p4buschel. +45 -0
Add enhancement of MatView_SeqAIJ and MatAssemblyEnd_SeqAIJ for SeqAIJ_Spooles type.

src/mat/impls/aij/seq/makefile
1.18 03/06/23 14:17:17 Kris@p4buschel. +1 -1
Add subdir spooles

src/mat/impls/aij/seq/aij.c
1.98.1.1 03/06/23 14:17:16 Kris@p4buschel. +1 -5
Unnecessary call to MatUseSpooles_SeqAIJ as it is done in the previous line inside AssemblyEnd.


Hg-commit: ab12a91a8bae2053e215bad2eb0002631bf5d1d0

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


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


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

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/is/utils/isltog.c
1.11 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/impls/mpi/pdvec.c
1.6 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/seq/sbaij.c
1.63 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/mpi/mpisbaij.c
1.52 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/dense/seq/dense.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/seq/bdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/mpi/mpibdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/seq/baij.c
1.49 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/mpi/mpibaij.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/seq/aij.c
1.97 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/mpi/mpiaij.c
1.76.1.1 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscmat.h
1.68 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +31 -31
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscis.h
1.9 03/06/20 09:04:50 bsmith@harley.mcs.anl.gov +4 -4
changed args to [] from * per Bill's instructions

src/vec/is/utils/iscoloring.c
1.11 03/06/20 09:04:44 bsmith@harley.mcs.anl.gov +3 -3
changed args to [] from * per Bill's instructions


Hg-commit: bddfebace3026471a98fed3099248602b4cd13cf

show more ...


# 0ca4a08b 13-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1267
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864
ChangeSet
1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1267
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864
ChangeSet
1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc


Hg-commit: f572df1d3234435d0d989df14f499197c29a6dab

show more ...


# 30de9b25 13-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1264.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371
ChangeSet
1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0
moved many of the /*M manual pages to the

bk-changeset-1.1264.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371
ChangeSet
1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0
moved many of the /*M manual pages to the include file they belong with

src/vec/interface/vector.c
1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31
moved many of the /*M manual pages to the include file they belong with

src/vec/interface/vecreg.c
1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84
moved many of the /*M manual pages to the include file they belong with

src/ts/interface/tsreg.c
1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/interface/viewreg.c
1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/socket/send.c
1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/draw/drawv.c
1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/binary/binv.c
1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/ascii/vcreatea.c
1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/pinit.c
1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/inherit.c
1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/ams/makefile
1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/ams/aoptions.c
1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73
moved many of the /*M manual pages to the include file they belong with

src/sys/src/matlabengine/matlab.c
1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/matlabengine/makefile
1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/fileio/mprint.c
1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sys/src/error/makefile
1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/error/err.c
1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157
moved many of the /*M manual pages to the include file they belong with

src/sys/src/draw/interface/drawreg.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39
moved many of the /*M manual pages to the include file they belong with

src/snes/utils/damgsnes.c
1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1
moved many of the /*M manual pages to the include file they belong with

src/snes/mf/snesmfj.c
1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37
moved many of the /*M manual pages to the include file they belong with

src/snes/interface/snes.c
1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sles/pc/interface/precon.c
1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42
moved many of the /*M manual pages to the include file they belong with

src/sles/ksp/interface/itcreate.c
1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/mat/partition/partition.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37
moved many of the /*M manual pages to the include file they belong with

src/mat/order/sorder.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39
moved many of the /*M manual pages to the include file they belong with

src/mat/interface/matrix.c
1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27
moved many of the /*M manual pages to the include file they belong with

src/mat/interface/matreg.c
1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41
moved many of the /*M manual pages to the include file they belong with

src/mat/color/color.c
1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38
moved many of the /*M manual pages to the include file they belong with

src/dm/da/src/da2.c
1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19
moved many of the /*M manual pages to the include file they belong with

include/petscviewer.h
1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3
moved many of the /*M manual pages to the include file they belong with

include/petscvec.h
1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0
moved many of the /*M manual pages to the include file they belong with

include/petscts.h
1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0
moved many of the /*M manual pages to the include file they belong with

include/petscsnes.h
1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0
moved many of the /*M manual pages to the include file they belong with

include/petscpc.h
1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0
moved many of the /*M manual pages to the include file they belong with

include/petscoptions.h
1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0
moved many of the /*M manual pages to the include file they belong with

include/petscmat.h
1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1
moved many of the /*M manual pages to the include file they belong with

include/petscksp.h
1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0
moved many of the /*M manual pages to the include file they belong with

include/petscerror.h
1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0
moved many of the /*M manual pages to the include file they belong with

include/petscengine.h
1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1
moved many of the /*M manual pages to the include file they belong with

include/petscdraw.h
1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0
moved many of the /*M manual pages to the include file they belong with

include/petscda.h
1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0
moved many of the /*M manual pages to the include file they belong with

include/petsc.h
1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0
moved many of the /*M manual pages to the include file they belong with

include/makefile
1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3
moved many of the /*M manual pages to the include file they belong with


Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec

show more ...


# 5c66b693 10-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1249
Kris@p4buschel.|ChangeSet|20030610032403|06936
ChangeSet
1.1249 03/06/09 20:24:03 Kris@p4buschel. +6 -0
Generate proper interface and manual pages for MatMatMult routines.
S

bk-changeset-1.1249
Kris@p4buschel.|ChangeSet|20030610032403|06936
ChangeSet
1.1249 03/06/09 20:24:03 Kris@p4buschel. +6 -0
Generate proper interface and manual pages for MatMatMult routines.
Separate source for PAPt from MatMatMult source.
Eliminated redundant MatMatMult implementations.

src/mat/impls/aij/seq/matmatmult.c
1.39 03/06/09 20:21:23 Kris@p4buschel. +32 -7
Added timing support for MatMatMult.

src/mat/impls/aij/seq/matptap.c
1.8 03/06/09 20:03:08 Kris@p4buschel. +1 -0
Added registration of MatMatMult routines.

src/mat/impls/aij/seq/matmatmult.c
1.38 03/06/09 20:03:08 Kris@p4buschel. +218 -40
Created proper interface for MatMatMult operations.

src/mat/impls/aij/seq/makefile
1.16 03/06/09 20:03:08 Kris@p4buschel. +2 -2
Separated PAPt sources from MatMatMult

include/petscmat.h
1.66 03/06/09 20:03:08 Kris@p4buschel. +3 -0
Added prototypes for MatMatMult

src/mat/impls/aij/seq/matptap.c
1.7 03/06/09 17:07:39 Kris@p4buschel. +1 -0
Note: PtAPSymbolic implementation is currently untested.

src/contrib/lahaye/samg/samgpetsctools.c
1.4 03/06/09 16:59:25 Kris@p4buschel. +0 -75
Remove old, really slow, implementation of MatMatMult.

src/mat/impls/aij/seq/matpapt.c
1.37 03/06/09 16:57:19 Kris@p4buschel. +0 -315
Separate ApplyPAPt source from MatMatMult sources.

src/mat/impls/aij/seq/matmatmult.c
1.37 03/06/09 16:57:19 Kris@p4buschel. +0 -109
Remove old, slow, symbolic matmatmult implementation.

src/mat/impls/aij/seq/matmatmult.c
1.36 03/06/09 16:56:00 Kris@p4buschel. +0 -255
Separate PAPt from MatMatMult source.

src/mat/impls/aij/seq/matpapt.c
1.36 03/06/09 16:49:48 Kris@p4buschel. +0 -0
bk cp matmatmult.c matpapt.c

src/mat/impls/aij/seq/matmatmult.c
1.35 03/05/20 11:23:21 hzhang@compbio.mcs.anl.gov +0 -9
*** empty log message ***

src/mat/impls/aij/seq/matmatmult.c
1.34 03/01/09 16:00:16 hzhang@compbio.mcs.anl.gov +0 -1
*** empty log message ***

src/mat/impls/aij/seq/matmatmult.c
1.33 02/12/19 12:33:12 hzhang@compbio.mcs.anl.gov +119 -0
*** empty log message ***

src/mat/impls/aij/seq/matmatmult.c
1.32 02/04/09 16:39:40 Kris@buschel2000.attbi.com +0 -256
MatPtAP separated from MatMatMult

src/mat/impls/aij/seq/matmatmult.c
1.31 02/04/08 03:09:44 Kris@buschel2000.attbi.com +2 -3

src/mat/impls/aij/seq/matmatmult.c
1.30 02/04/06 12:44:56 Kris@buschel2000. +3 -3
Changed calling sequence for MakeSpaceContiguous -- output last.

src/mat/impls/aij/seq/matmatmult.c
1.29 02/04/06 12:30:38 Kris@buschel2000. +22 -213

src/mat/impls/aij/seq/matmatmult.c
1.28 02/04/04 19:28:07 Kris@buschel2000. +1 -3
Merged changes.

src/mat/impls/aij/seq/matmatmult.c
1.27 02/04/04 19:15:05 Kris@buschel2000. +75 -11
Implement faster MatTranspose for SeqAIJ avoiding MatSetValues.
Minor changes to ApplyPAPt.
Restore original ApplyPtAP.

src/mat/impls/aij/seq/matmatmult.c
1.26 02/04/03 19:53:00 Kris@buschel2000. +27 -10

src/mat/impls/aij/seq/matmatmult.c
1.25 02/03/27 02:50:35 Kris@buschel2000. +1 -1
Finish implementation of ApplyPAPt_Numeric.
First Draft.

src/mat/impls/aij/seq/matmatmult.c
1.24 02/03/27 02:50:05 Kris@buschel2000. +32 -14

src/mat/impls/aij/seq/matmatmult.c
1.23 02/03/26 15:02:19 Kris@buschel2000. +184 -162
MatGetSymbolicTranspose_SeqAIJ implemented.
MatRestoreSymbolicTranspose_SeqAIJ implemented.

src/mat/impls/aij/seq/matmatmult.c
1.20.1.1 02/03/26 09:27:00 bsmith@terra.mcs.anl.gov +1 -2
unused variable

src/mat/impls/aij/seq/matmatmult.c
1.22 02/03/23 23:23:58 Kris@buschel2000. +179 -6


src/mat/impls/aij/seq/matmatmult.c
1.21 02/03/23 22:40:35 Kris@buschel2000. +96 -7

src/mat/impls/aij/seq/matmatmult.c
1.20 02/03/21 02:13:10 Kris@buschel2000. +22 -13
Bug fixes and logging.

src/mat/impls/aij/seq/matmatmult.c
1.19 02/03/21 01:59:37 Kris@buschel2000. +0 -1
Compare index markers instead of matrix values.

src/mat/impls/aij/seq/matmatmult.c
1.17.1.2 02/03/21 01:22:32 Kris@buschel2000. +13 -14
Better handling of zero elements in ApplyPtAP

src/mat/impls/aij/seq/matmatmult.c
1.17.1.1 02/03/20 22:42:31 Kris@buschel2000. +20 -8

src/mat/impls/aij/seq/matmatmult.c
1.18 02/03/20 18:01:37 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/aij/seq/matmatmult.c
1.17 02/03/19 02:38:35 Kris@buschel2000. +5 -4
Fix computation of Pt

src/mat/impls/aij/seq/matmatmult.c
1.16 02/03/18 22:37:42 bsmith@terra.mcs.anl.gov +7 -0
*** empty log message ***

src/mat/impls/aij/seq/matmatmult.c
1.15 02/03/18 19:17:41 bsmith@terra.mcs.anl.gov +0 -0
Rename: src/contrib/lahaye/matmatmult.c -> src/mat/impls/aij/seq/matmatmult.c

src/mat/impls/aij/seq/matpapt.c
1.14 02/03/15 10:40:17 Kris@buschel2000. +3 -0
Sort j indices of (A*P) row.

src/mat/impls/aij/seq/matpapt.c
1.13 02/03/14 15:01:43 Kris@buschel2000. +21 -15
Performing proper sparse axpy in outerproduct Pt*(A*P).
More efficient zeroing of temporary row of A*P.

src/mat/impls/aij/seq/matpapt.c
1.12 02/03/13 16:32:08 Kris@buschel2000. +7 -1
.

src/mat/impls/aij/seq/matpapt.c
1.11 02/03/13 15:00:56 Kris@buschel2000. +35 -16
First implementation of Pt*A*P completed.

src/mat/impls/aij/seq/matpapt.c
1.10 02/03/12 21:00:54 Kris@buschel2000. +21 -6

src/mat/impls/aij/seq/matpapt.c
1.9 02/03/12 17:25:57 Kris@buschel2000. +239 -27
Implemented MatApplyPtAP_SeqAIJ_Symbolic

src/mat/impls/aij/seq/matpapt.c
1.8 02/03/05 17:37:35 Kris@buschel2000. +84 -48

src/mat/impls/aij/seq/matpapt.c
1.7 01/12/03 16:45:43 balay@shakey.mcs.anl.gov +2 -2
no more color argument

src/mat/impls/aij/seq/matpapt.c
1.6 01/11/27 14:00:10 knepley@spinetta.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/seq/matpapt.c
1.4.1.1 01/11/27 13:41:39 knepley@spinetta.mcs.anl.gov +0 -1
petscsys.h was reundant

src/mat/impls/aij/seq/matpapt.c
1.5 01/11/27 11:11:31 bsmith@terra.mcs.anl.gov +0 -1
fix petscconf.h order

src/mat/impls/aij/seq/matpapt.c
1.4 01/10/24 09:46:49 petsc@shakey.mcs.anl.gov +0 -0
Change mode to -rw-rw-r--

src/mat/impls/aij/seq/matpapt.c
1.3 01/10/24 08:29:11 petsc@shakey.mcs.anl.gov +0 -0
Change mode to -rw-r--r--

src/mat/impls/aij/seq/matpapt.c
1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +2 -2
Added class to event registration

src/mat/impls/aij/seq/matpapt.c
1.1 01/09/12 17:48:09 knepley@handbell.mcs.anl.gov +209 -0

src/mat/impls/aij/seq/matpapt.c
1.0 01/09/12 17:48:09 knepley@handbell.mcs.anl.gov +0 -0
BitKeeper file /sandbox/knepley/projects/PETSc/petsc/src/contrib/lahaye/matmatmult.c


Hg-commit: b2771dc3922e7f9d272adcaed33c78d173c7f6bd

show more ...


# 94838819 09-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1247
Kris@p4buschel.|ChangeSet|20030609185308|03255
ChangeSet
1.1247 03/06/09 11:53:08 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1247
Kris@p4buschel.|ChangeSet|20030609185308|03255
ChangeSet
1.1247 03/06/09 11:53:08 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2


Hg-commit: 9d3de7219a3de25e3c6ee1df6a20839a66ee624a

show more ...


# 0889b5dc 09-Jun-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1244.1.20
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030609033519|03244
ChangeSet
1.1244.1.20 03/06/08 23:35:19 victorle@tibook500ve.cs.utk.edu +2 -0
added MatUsePETSc_SeqAIJ

s

bk-changeset-1.1244.1.20
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030609033519|03244
ChangeSet
1.1244.1.20 03/06/08 23:35:19 victorle@tibook500ve.cs.utk.edu +2 -0
added MatUsePETSc_SeqAIJ

src/mat/impls/aij/seq/aijfact.c
1.40 03/06/08 23:35:10 victorle@tibook500ve.cs.utk.edu +12 -0
added MatUsePETSc_SeqAIJ

include/petscmat.h
1.65 03/06/08 23:35:10 victorle@tibook500ve.cs.utk.edu +1 -0
added MatUsePETSc_SeqAIJ


Hg-commit: 7ef3776675dbfe52868534639147324f736614d0

show more ...


# ddcb317a 28-May-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1244
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528180223|32046
ChangeSet
1.1244 03/05/28 14:02:23 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits.net/pet

bk-changeset-1.1244
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528180223|32046
ChangeSet
1.1244 03/05/28 14:02:23 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: e58cd11215588800bc0546398067173b66182a8b

show more ...


# 5bc6e7cc 28-May-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1240.3.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528180158|30336
ChangeSet
1.1240.3.1 03/05/28 14:01:58 victorle@tibook500ve.cs.utk.edu +1 -0
correct typo
proto added for

bk-changeset-1.1240.3.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528180158|30336
ChangeSet
1.1240.3.1 03/05/28 14:01:58 victorle@tibook500ve.cs.utk.edu +1 -0
correct typo
proto added for ParMetis_V3 access

include/petscmat.h
1.64 03/05/28 14:01:55 victorle@tibook500ve.cs.utk.edu +2 -1
correct typo
proto added for ParMetis_V3 access


Hg-commit: 4ab101ff4d86edb392c9113008ddbebb689b4b2c

show more ...


# 21f805ab 28-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1243
bsmith@harley.mcs.anl.gov|ChangeSet|20030528155849|32032
ChangeSet
1.1243 03/05/28 10:58:49 bsmith@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1243
bsmith@harley.mcs.anl.gov|ChangeSet|20030528155849|32032
ChangeSet
1.1243 03/05/28 10:58:49 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: dabc3586ac01b643b2bcaa246d2478b1b256d9e7

show more ...


# b547a13b 28-May-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1240.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528044613|29897
ChangeSet
1.1240.1.1 03/05/28 00:46:13 victorle@tibook500ve.cs.utk.edu +1 -0
fixed typo in man page for MatP

bk-changeset-1.1240.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030528044613|29897
ChangeSet
1.1240.1.1 03/05/28 00:46:13 victorle@tibook500ve.cs.utk.edu +1 -0
fixed typo in man page for MatPartitioningType

include/petscmat.h
1.63 03/05/28 00:46:08 victorle@tibook500ve.cs.utk.edu +1 -1
fixed typo in man page


Hg-commit: 49ddf87c48250f0e2d2d4fe066c50ada739d13e3

show more ...


# 88c3e198 23-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1237
bsmith@harley.mcs.anl.gov|ChangeSet|20030523184124|28860
ChangeSet
1.1237 03/05/23 13:41:24 bsmith@harley.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1237
bsmith@harley.mcs.anl.gov|ChangeSet|20030523184124|28860
ChangeSet
1.1237 03/05/23 13:41:24 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: 09e6dfa4eb1c707254d0e31ed0123dcb1665f114

show more ...


# bd481603 23-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1233.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030523182853|27890
ChangeSet
1.1233.1.1 03/05/23 13:28:53 bsmith@harley.mcs.anl.gov +6 -0
Add support of Glenn's blockfill for 2d and

bk-changeset-1.1233.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030523182853|27890
ChangeSet
1.1233.1.1 03/05/23 13:28:53 bsmith@harley.mcs.anl.gov +6 -0
Add support of Glenn's blockfill for 2d and switch ex29 to use it

src/snes/examples/tutorials/ex29view.m
1.2 03/05/23 13:28:52 bsmith@harley.mcs.anl.gov +7 -17
seperate ex29.c viewer into vis part and read from network part

include/petsc.h
1.31 03/05/23 13:28:52 bsmith@harley.mcs.anl.gov +11 -0
manual page for MPI_Comm

src/dm/da/utils/fdda.c
1.24 03/05/23 13:27:22 bsmith@harley.mcs.anl.gov +198 -12
2d version of Glenn's BlockFill code with new input format

src/dm/da/src/da2.c
1.27 03/05/23 13:26:49 bsmith@harley.mcs.anl.gov +14 -1
handle refining da and keeping dfill and ofill data

src/snes/examples/tutorials/ex29.c
1.44 03/05/23 13:26:22 bsmith@harley.mcs.anl.gov +10 -1
working with Glenn's BlockFills but kept old code also

include/petscmat.h
1.62 03/05/23 11:03:12 bsmith@harley.mcs.anl.gov +215 -3
added manual pages for MatPreallocate....

src/snes/examples/tutorials/ex29.c
1.43 03/05/22 15:41:25 bsmith@harley.mcs.anl.gov +2 -0
need ts_monitor turned on to call the binary viewer for the socket

src/snes/examples/tutorials/ex29view.m
1.1 03/05/22 13:18:32 bsmith@harley.mcs.anl.gov +26 -0

src/snes/examples/tutorials/ex29view.m
1.0 03/05/22 13:18:32 bsmith@harley.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/snes/examples/tutorials/ex29view.m


Hg-commit: 49fd9203b1b68509dc5bcaa0ea1c20c0042b4d48

show more ...


# 2cea7109 22-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1233
bsmith@harley.mcs.anl.gov|ChangeSet|20030522180932|11613
ChangeSet
1.1233 03/05/22 13:09:32 bsmith@harley.mcs.anl.gov +9 -0
removed lu_ in lu_shift and lu_shift_fraction info

bk-changeset-1.1233
bsmith@harley.mcs.anl.gov|ChangeSet|20030522180932|11613
ChangeSet
1.1233 03/05/22 13:09:32 bsmith@harley.mcs.anl.gov +9 -0
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char
cleaned up libtf slightly

src/sles/pc/impls/lu/lu.c
1.16 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +1 -1
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/sles/pc/impls/ilu/ilu.c
1.18 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +4 -4
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/sles/pc/impls/icc/icc.c
1.16 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +4 -4
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/sles/pc/impls/cholesky/cholesky.c
1.18 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +4 -4
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/mat/impls/sbaij/seq/sbaijfact2.c
1.29 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +2 -2
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/mat/impls/aij/seq/aijfact.c
1.39 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +6 -6
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

include/petscmat.h
1.61 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +2 -2
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

include/finclude/petscmat.h
1.11 03/05/22 13:09:31 bsmith@harley.mcs.anl.gov +4 -4
removed lu_ in lu_shift and lu_shift_fraction info names to get below 32 char

src/contrib/libtfs/comm.c
1.7 03/05/22 12:46:35 bsmith@harley.mcs.anl.gov +2 -42
cleaned up nonMPI code
use config info for determining sizeof integer at compile time


Hg-commit: 962db6d2321dbc9592a2efd425b2fba3246bdd5f

show more ...


# 06231a99 08-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1200
bsmith@harley.mcs.anl.gov|ChangeSet|20030508195611|50187
ChangeSet
1.1200 03/05/08 14:56:11 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1200
bsmith@harley.mcs.anl.gov|ChangeSet|20030508195611|50187
ChangeSet
1.1200 03/05/08 14:56:11 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc

include/petscmat.h
1.60 03/05/08 14:56:10 bsmith@harley.mcs.anl.gov +0 -0
Auto merged


Hg-commit: e2eef5cd4ca7d9e45f77ed58b4fb8fe7821eed30

show more ...


# 348344bb 08-May-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1189.1.5
bsmith@harley.mcs.anl.gov|ChangeSet|20030508195553|36301
ChangeSet
1.1189.1.5 03/05/08 14:55:53 bsmith@harley.mcs.anl.gov +2 -0
fix matlufactor etc to matfactorinfor

in

bk-changeset-1.1189.1.5
bsmith@harley.mcs.anl.gov|ChangeSet|20030508195553|36301
ChangeSet
1.1189.1.5 03/05/08 14:55:53 bsmith@harley.mcs.anl.gov +2 -0
fix matlufactor etc to matfactorinfor

include/finclude/petscmat.h
1.10 03/05/08 14:53:05 bsmith@harley.mcs.anl.gov +27 -67
fix matlufactor etc to matfactorinfor

include/petscmat.h
1.58.1.1 03/05/08 14:43:46 bsmith@harley.mcs.anl.gov +1 -1
all entries in struct must be double to pass to Fortran


Hg-commit: 4ca56360694b2d3d93e96d964e44c228aeefde7c

show more ...


# 743a1026 07-May-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1192
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030507154823|37771
ChangeSet
1.1192 03/05/07 11:48:23 victorle@tibook500ve.cs.utk.edu +1 -0
typo in documentation fixed

include/

bk-changeset-1.1192
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030507154823|37771
ChangeSet
1.1192 03/05/07 11:48:23 victorle@tibook500ve.cs.utk.edu +1 -0
typo in documentation fixed

include/petscmat.h
1.59 03/05/07 11:48:21 victorle@tibook500ve.cs.utk.edu +1 -1
typo fixed


Hg-commit: 5f10b037c2b344b63750ee2512504e8a51ba0b33

show more ...


# eee76caf 26-Apr-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1162
hzhang@compbio.mcs.anl.gov|ChangeSet|20030426172724|23949
ChangeSet
1.1162 03/04/26 12:27:24 hzhang@compbio.mcs.anl.gov +5 -0
add new file: mumps.c -- petsc/mumps interface fo

bk-changeset-1.1162
hzhang@compbio.mcs.anl.gov|ChangeSet|20030426172724|23949
ChangeSet
1.1162 03/04/26 12:27:24 hzhang@compbio.mcs.anl.gov +5 -0
add new file: mumps.c -- petsc/mumps interface for aij matrix

src/mat/impls/aij/mpi/mumps.c
1.1 03/04/26 12:27:23 hzhang@compbio.mcs.anl.gov +363 -0

src/mat/impls/aij/mpi/mumps.c
1.0 03/04/26 12:27:23 hzhang@compbio.mcs.anl.gov +0 -0
BitKeeper file /sandbox/hzhang/petsc-test/src/mat/impls/aij/mpi/mumps.c

src/mat/impls/aij/mpi/mpiaij.c
1.63 03/04/25 16:45:43 hzhang@compbio.mcs.anl.gov +11 -2
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.80 03/04/25 16:36:34 hzhang@compbio.mcs.anl.gov +2 -2
*** empty log message ***

include/petscmat.h
1.58 03/04/25 16:23:41 hzhang@compbio.mcs.anl.gov +2 -1
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.79 03/04/25 16:19:14 hzhang@compbio.mcs.anl.gov +9 -0
*** empty log message ***

src/mat/impls/aij/mpi/makefile
1.18 03/04/25 16:11:35 hzhang@compbio.mcs.anl.gov +3 -3
*** empty log message ***


Hg-commit: 52b266cf339921b22355c4e1e79e7d3081b0d9ac

show more ...


# 021fcfba 10-Apr-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1139
hzhang@compbio.mcs.anl.gov|ChangeSet|20030410222051|64507
ChangeSet
1.1139 03/04/10 17:20:51 hzhang@compbio.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
int

bk-changeset-1.1139
hzhang@compbio.mcs.anl.gov|ChangeSet|20030410222051|64507
ChangeSet
1.1139 03/04/10 17:20:51 hzhang@compbio.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into compbio.mcs.anl.gov:/sandbox/hzhang/petsc-test


Hg-commit: b8c1ac9f004b36f3603a1bc6c891eabbf0b58f18

show more ...


# 1b807ce4 10-Apr-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1135.1.12
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030410153915|64424
ChangeSet
1.1135.1.12 03/04/10 11:39:15 victorle@tibook500ve.cs.utk.edu +6 -0
Added lda component to SeqDen

bk-changeset-1.1135.1.12
victorle@tibook500ve.cs.utk.edu|ChangeSet|20030410153915|64424
ChangeSet
1.1135.1.12 03/04/10 11:39:15 victorle@tibook500ve.cs.utk.edu +6 -0
Added lda component to SeqDense matrices and added proper handling
in MatMult and LU solve routines; a number of routines still don't
have proper lda handling; they abort with an error. I'll get to them
later.

src/mat/impls/dense/seq/dense.h
1.4 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +1 -0
Added lda component

src/mat/impls/dense/seq/dense.c
1.17 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +95 -46
Added MatSeqDenseSetLDA routine, and LDA handling in Mult and Solve
routines; still need to do a bunch.

src/mat/examples/tutorials/makefile
1.4 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +8 -4
Added examples 2 and 3 for LDA handling of SeqDense matrices

src/mat/examples/tutorials/ex3.c
1.2 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +28 -90
Test code for LU of SeqDense matrix with LDA specified

src/mat/examples/tutorials/ex2.c
1.2 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +6 -0
Test code for MatMult with LDA specified

include/petscmat.h
1.57 03/04/10 11:39:11 victorle@tibook500ve.cs.utk.edu +2 -0
Added MatSeqDenseSetLDA prototype

src/mat/examples/tutorials/ex3.c
1.1 03/04/10 10:32:41 victorle@tibook500ve.cs.utk.edu +144 -0

src/mat/examples/tutorials/ex3.c
1.0 03/04/10 10:32:41 victorle@tibook500ve.cs.utk.edu +0 -0
BitKeeper file /Users/victorle/Software/petsc/petsc-dev/src/mat/examples/tutorials/ex3.c

src/mat/examples/tutorials/ex2.c
1.1 03/04/10 10:30:47 victorle@tibook500ve.cs.utk.edu +144 -0

src/mat/examples/tutorials/ex2.c
1.0 03/04/10 10:30:47 victorle@tibook500ve.cs.utk.edu +0 -0
BitKeeper file /Users/victorle/Software/petsc/petsc-dev/src/mat/examples/tutorials/ex2.c


Hg-commit: 42ce3c0194d72e7be9db219ef662851eaad621b9

show more ...


1...<<71727374757677787980>>...93