History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 2026 – 2050 of 2495)
Revision Date Author Comments
# d6673475 23-Feb-2004 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1948
balay@asterix.mcs.anl.gov|ChangeSet|20040223155131|06387
ChangeSet
1.1948 04/02/23 09:51:31 balay@asterix.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1948
balay@asterix.mcs.anl.gov|ChangeSet|20040223155131|06387
ChangeSet
1.1948 04/02/23 09:51:31 balay@asterix.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev


Hg-commit: f35e62097607a9be839ea35399de07d099967d51

show more ...


# 05db81ec 23-Feb-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1946.1.2
Kris@p4buschel.|ChangeSet|20040223110438|17416
ChangeSet
1.1946.1.2 04/02/23 03:04:38 Kris@p4buschel. +3 -0
Implement "matlab" matrix class.

src/mat/impls/aij/seq/matla

bk-changeset-1.1946.1.2
Kris@p4buschel.|ChangeSet|20040223110438|17416
ChangeSet
1.1946.1.2 04/02/23 03:04:38 Kris@p4buschel. +3 -0
Implement "matlab" matrix class.

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.20 04/02/23 03:04:37 Kris@p4buschel. +166 -41
Implement matlab matrix class.

src/mat/impls/aij/seq/aij.c
1.128 04/02/23 03:04:37 Kris@p4buschel. +0 -5
Eliminate Matlab protected calls from SeqAIJ matrix class source.

include/petscmat.h
1.103 04/02/23 03:04:37 Kris@p4buschel. +0 -1
Remove MatUseMatlab_SeqAIJ


Hg-commit: e68cd968a78f945a8e6a9e631cb1dd80bb0e39a8

show more ...


# 556c6117 19-Feb-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1935
Kris@p4buschel.|ChangeSet|20040219050700|52310
ChangeSet
1.1935 04/02/18 21:07:00 Kris@p4buschel. +4 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1935
Kris@p4buschel.|ChangeSet|20040219050700|52310
ChangeSet
1.1935 04/02/18 21:07:00 Kris@p4buschel. +4 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-dev

src/mat/impls/rowbs/mpi/mpirowbs.c
1.47 04/02/18 21:06:59 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/dense/mpi/mpidense.c
1.33 04/02/18 21:06:58 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.127 04/02/18 21:06:58 Kris@p4buschel. +0 -0
Auto merged

src/ksp/pc/impls/is/nn/nn.c
1.18 04/02/18 21:06:57 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 985d926bdf453c1d9f766ce96b675bf74e04b753

show more ...


# 1f4e1ec7 17-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.1.91
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040217210957|21870
ChangeSet
1.1929.1.91 04/02/17 15:09:57 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
support for galerki

bk-changeset-1.1929.1.91
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040217210957|21870
ChangeSet
1.1929.1.91 04/02/17 15:09:57 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
support for galerkin with dmmgsnes

src/snes/utils/damgsnes.c
1.26 04/02/17 15:09:54 barrysmith@barrysmith-57.mcs.anl.gov +31 -26
dmmgsnes use galerkin

src/mat/impls/aij/seq/matptap.c
1.12 04/02/17 15:09:54 barrysmith@barrysmith-57.mcs.anl.gov +3 -5
fix for using trying method

include/petscmat.h
1.101 04/02/17 15:09:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -13
these were gone with Kris's new inheritence

include/petsc.h
1.52 04/02/17 15:09:54 barrysmith@barrysmith-57.mcs.anl.gov +6 -1
version of try method that crashes if function not there

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.6 04/02/17 12:52:36 barrysmith@barrysmith-11.mcs.anl.gov +1 -1
check error code from free

docs/website/documentation/changes/220.html
1.12 04/02/16 21:25:00 barrysmith@barry-smiths-computer.local +2 -0
*** empty log message ***

src/mat/impls/is/is.c
1.10 04/02/16 21:22:37 barrysmith@barry-smiths-computer.local +59 -1
provide MatISGetLocalMat() to allow preallocating local matrix

src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
1.8 04/02/16 21:22:09 barrysmith@barry-smiths-computer.local +6 -1
demonstrate preallocation with is matrices

src/mat/impls/aij/seq/aij.c
1.125.1.2 04/02/16 20:56:06 barrysmith@barry-smiths-computer.local +0 -1
why blank line?

include/petscmat.h
1.100 04/02/16 20:55:35 barrysmith@barry-smiths-computer.local +2 -0
add MatISGetLocalMat()


Hg-commit: 30b85cdc939dcb77d9335a2907a618bacc52e1a3

show more ...


# 7be93672 12-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.1.61
barrysmith@barry-smiths-computer.local|ChangeSet|20040212030904|47187
ChangeSet
1.1929.1.61 04/02/11 21:09:04 barrysmith@barry-smiths-computer.local +1 -0
matissymmetric

bk-changeset-1.1929.1.61
barrysmith@barry-smiths-computer.local|ChangeSet|20040212030904|47187
ChangeSet
1.1929.1.61 04/02/11 21:09:04 barrysmith@barry-smiths-computer.local +1 -0
matissymmetric should not be extern c

src/mat/impls/aij/seq/aij.c
1.125.1.1 04/02/11 21:08:36 barrysmith@barry-smiths-computer.local +0 -2
matissymmetric should not be extern c


Hg-commit: be0c99a8447e77ba4e9437db52e0e85d241bc4b4

show more ...


# de362556 11-Feb-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1934
Kris@p4buschel.|ChangeSet|20040211111633|26908
ChangeSet
1.1934 04/02/11 03:16:33 Kris@p4buschel. +28 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/

bk-changeset-1.1934
Kris@p4buschel.|ChangeSet|20040211111633|26908
ChangeSet
1.1934 04/02/11 03:16:33 Kris@p4buschel. +28 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-dev

src/sys/src/viewer/impls/mathematica/mathematica.c
1.24 04/02/11 03:16:33 Kris@p4buschel. +0 -0
Auto merged

src/mat/utils/axpy.c
1.12 04/02/11 03:16:32 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaijfact2.c
1.33 04/02/11 03:16:32 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.92 04/02/11 03:16:31 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mpisbaij.c
1.85 04/02/11 03:16:31 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mmsbaij.c
1.22 04/02/11 03:16:30 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/rowbs/mpi/mpirowbs.c
1.46 04/02/11 03:16:29 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/dense/seq/dense.c
1.47 04/02/11 03:16:29 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/dense/mpi/mpidense.c
1.32 04/02/11 03:16:28 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/bdiag/seq/bdiag.c
1.26 04/02/11 03:16:28 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/bdiag/mpi/mpibdiag.c
1.29 04/02/11 03:16:27 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/baij/seq/baijfact2.c
1.32 04/02/11 03:16:27 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.77 04/02/11 03:16:26 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/baij/mpi/mpibaij.c
1.52 04/02/11 03:16:26 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/baij/mpi/mmbaij.c
1.15 04/02/11 03:16:25 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/superlu/superlu.c
1.57 04/02/11 03:16:25 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aijfact.c
1.49 04/02/11 03:16:24 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.126 04/02/11 03:16:24 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/mpi/pxxt.c
1.14 04/02/11 03:16:23 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/mpi/mmaij.c
1.11 04/02/11 03:16:23 Kris@p4buschel. +0 -0
Auto merged

src/ksp/pc/interface/precon.c
1.36 04/02/11 03:16:22 Kris@p4buschel. +0 -0
Auto merged

src/ksp/pc/impls/spai/src/ispai.c
1.18 04/02/11 03:16:22 Kris@p4buschel. +0 -0
Auto merged

src/ksp/pc/impls/is/nn/nn.c
1.17 04/02/11 03:16:21 Kris@p4buschel. +0 -0
Auto merged

src/ksp/pc/impls/eisens/eisen.c
1.14 04/02/11 03:16:21 Kris@p4buschel. +0 -0
Auto merged

src/ksp/ksp/interface/eige.c
1.10 04/02/11 03:16:20 Kris@p4buschel. +0 -0
Auto merged

src/dm/da/utils/pack.c
1.8 04/02/11 03:16:20 Kris@p4buschel. +0 -0
Auto merged

src/dm/da/src/dainterp.c
1.9 04/02/11 03:16:19 Kris@p4buschel. +0 -0
Auto merged

src/dm/ao/impls/basic/aodatabasic.c
1.13 04/02/11 03:16:19 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 5e3c018f165b443acc8fb0f286f19e6a66fa058a

show more ...


# f204ca49 11-Feb-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1933
Kris@p4buschel.|ChangeSet|20040211105131|52836
ChangeSet
1.1933 04/02/11 02:51:31 Kris@p4buschel. +25 -0
Eliminate use of MatCreateXXX constructors in favor of MatSetType whic

bk-changeset-1.1933
Kris@p4buschel.|ChangeSet|20040211105131|52836
ChangeSet
1.1933 04/02/11 02:51:31 Kris@p4buschel. +25 -0
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/snes/interface/noise/snesmfj2.c
1.12 04/02/11 02:51:30 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/sbaij/seq/aijsbaij.c
1.14 04/02/11 02:51:29 Kris@p4buschel. +12 -4
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.83.1.2 04/02/11 02:51:29 Kris@p4buschel. +5 -2
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.42.1.3 04/02/11 02:51:29 Kris@p4buschel. +6 -2
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/seq/baijfact3.c
1.9 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/seq/baijfact2.c
1.30.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/seq/baij.c
1.74.1.2 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/seq/aijbaij.c
1.8 04/02/11 02:51:29 Kris@p4buschel. +6 -2
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/mpi/mpibaij.c
1.49.1.2 04/02/11 02:51:29 Kris@p4buschel. +9 -3
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/baij/mpi/mmbaij.c
1.13.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/seq/aijmatlab.c
1.17 04/02/11 02:51:29 Kris@p4buschel. +9 -3
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/seq/aijfact.c
1.47.1.1 04/02/11 02:51:29 Kris@p4buschel. +9 -3
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/seq/aij.c
1.123.1.2 04/02/11 02:51:29 Kris@p4buschel. +9 -3
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/mpi/pxxt.c
1.12.1.1 04/02/11 02:51:29 Kris@p4buschel. +6 -2
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/mpi/mpiaij.c
1.107 04/02/11 02:51:29 Kris@p4buschel. +16 -5
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/aij/mpi/mmaij.c
1.9.1.1 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/mat/impls/adj/mpi/mpiadj.c
1.23 04/02/11 02:51:29 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/ksp/pc/impls/spai/src/ispai.c
1.16.1.1 04/02/11 02:51:29 Kris@p4buschel. +5 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/ksp/pc/impls/samg/samgpetsctools.c
1.8 04/02/11 02:51:28 Kris@p4buschel. +12 -9
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/ksp/pc/impls/samg/samgmgpetsc.c
1.7 04/02/11 02:51:28 Kris@p4buschel. +4 -3
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/ksp/pc/impls/is/nn/nn.c
1.12.1.1 04/02/11 02:51:28 Kris@p4buschel. +5 -2
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/ksp/pc/impls/eisens/eisen.c
1.12.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/dm/da/utils/pack.c
1.6.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/dm/da/src/dainterp.c
1.7.1.1 04/02/11 02:51:28 Kris@p4buschel. +16 -4
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.

src/dm/ao/impls/basic/aodatabasic.c
1.11.1.1 04/02/11 02:51:28 Kris@p4buschel. +3 -1
Eliminate use of MatCreateXXX constructors in favor of MatSetType which allows for better inheritance.


Hg-commit: 94e83579d5d8745ae16610781feb1441d89f4b93

show more ...


# be5d1d56 11-Feb-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1932
Kris@p4buschel.|ChangeSet|20040211064652|27402
ChangeSet
1.1932 04/02/10 22:46:52 Kris@p4buschel. +29 -0
Inherit matrix type or use requested type instead of specifying the ty

bk-changeset-1.1932
Kris@p4buschel.|ChangeSet|20040211064652|27402
ChangeSet
1.1932 04/02/10 22:46:52 Kris@p4buschel. +29 -0
Inherit matrix type or use requested type instead of specifying the type explicitly.
Remove use of MatCreateXXX routines in favor of MatSetType which allows for proper inheritance.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.42 04/02/10 22:46:50 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.42.1.2 04/02/10 22:46:50 Kris@p4buschel. +1 -0
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/bdiag/seq/bdiag.c
1.24.1.2 04/02/10 22:46:50 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.28 04/02/10 22:46:50 Kris@p4buschel. +2 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/sbaij/seq/sbaij.c
1.89.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.35 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.83.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/baij/seq/baij.c
1.74.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/baij/mpi/mpibaij.c
1.49.1.1 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.49 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.26 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/seq/superlu/superlu.c
1.56 04/02/10 22:46:49 Kris@p4buschel. +2 -2
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.33 04/02/10 22:46:49 Kris@p4buschel. +3 -3
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/seq/lusol/lusol.c
1.24 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/seq/essl/essl.c
1.24 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.86 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.27 04/02/10 22:46:49 Kris@p4buschel. +1 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/mpi/mumps/mumps.c
1.59 04/02/10 22:46:49 Kris@p4buschel. +2 -2
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/mat/impls/aij/mpi/mpiaij.c
1.106 04/02/10 22:46:49 Kris@p4buschel. +2 -1
Inherit matrix type or use requested type instead of specifying the type explicitly.

src/sys/src/viewer/impls/mathematica/mathematica.c
1.20.1.1 04/02/10 22:19:19 Kris@p4buschel. +3 -1
Eliminate use of specialized matrix constructors.

src/mat/utils/axpy.c
1.10.1.1 04/02/10 22:19:19 Kris@p4buschel. +5 -2
Eliminate use of specialized matrix constructors.

src/mat/impls/sbaij/seq/sbaijfact.c
1.53 04/02/10 22:19:19 Kris@p4buschel. +8 -2
Inherit matrix type or use requested type instead of forcing a particular one.

src/mat/impls/dense/seq/dense.c
1.44.1.2 04/02/10 22:19:19 Kris@p4buschel. +2 -2
Inherit matrix type or use requested type instead of forcing a particular one.

src/mat/impls/dense/mpi/mpidense.c
1.30.1.3 04/02/10 22:19:19 Kris@p4buschel. +6 -5
Inherit matrix type or use requested type instead of forcing a particular one.

src/mat/impls/aij/seq/aij.c
1.123.1.1 04/02/10 22:19:19 Kris@p4buschel. +1 -1
Inherit matrix type instead of forcing a particular one.

src/mat/impls/bdiag/seq/bdiag3.c
1.13 04/02/06 01:56:46 Kris@p4buschel. +3 -1
Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.

src/mat/impls/bdiag/seq/bdiag.c
1.24.1.1 04/02/06 01:56:46 Kris@p4buschel. +9 -4
Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.27 04/02/06 01:56:46 Kris@p4buschel. +12 -4
Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.

src/ksp/examples/tutorials/ex4.c
1.8 04/02/06 01:56:46 Kris@p4buschel. +8 -5
Eliminate use of MatCreateMPIBDiag and MatCreateSeqBDiag.

src/mat/impls/sbaij/seq/sbaijfact2.c
1.31.1.1 04/02/05 15:09:10 Kris@p4buschel. +8 -2
Remove use of MatCreateSeqSBAIJ

src/mat/impls/sbaij/mpi/mmsbaij.c
1.20.1.1 04/02/05 15:09:10 Kris@p4buschel. +3 -1
Remove use of MatCreateSeqBAIJ

src/mat/impls/rowbs/mpi/mpirowbs.c
1.42.1.1 04/02/05 15:09:10 Kris@p4buschel. +3 -1
Remove use of MatCreateSeqAIJ


Hg-commit: a57afc48d0037bf30a29baefbff52dbc9cfa6a83

show more ...


# 557a7fc0 09-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.1.26
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035113|31655
ChangeSet
1.1929.1.26 04/02/08 21:51:13 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://pets

bk-changeset-1.1929.1.26
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035113|31655
ChangeSet
1.1929.1.26 04/02/08 21:51:13 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: fd21a0e1c80a3563467c19d2b5a2e670e6371e25

show more ...


# 4482741e 09-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196
ChangeSet
1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0
Implementing Vi

bk-changeset-1.1929.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196
ChangeSet
1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

todo
1.21 04/02/08 21:50:27 barrysmith@barry-smiths-computer.local +4 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vscat.c
1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +16 -16
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vinv.c
1.22 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +30 -20
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vecmpitoseq.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vecio.c
1.24 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/cmesh.c
1.4 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/isltog.c
1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +14 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/isdiff.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/iscomp.c
1.7 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/iscoloring.c
1.14 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/interface/index.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +26 -25
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/stride/stride.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/general/general.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/block/block.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/vector.c
1.68 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +139 -127
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/vecreg.c
1.21 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/veccreate.c
1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/mapreg.c
1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/mapcreate.c
1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/map.c
1.10 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +14 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/impls/mpi/pbvec.c
1.17 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/tsreg.c
1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/tscreate.c
1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/ts.c
1.26 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +61 -53
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/impls/pseudo/posindep.c
1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/impls/implicit/cn/cn.c
1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/viewreg.c
1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/viewa.c
1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/view.c
1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/flush.c
1.4 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/dupl.c
1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/vu/petscvu.c
1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/string/stringv.c
1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/silo/vsilo.c
1.11 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/mathematica/mathematica.c
1.23 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +17 -15
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/draw/drawv.c
1.15 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/binary/binv.c
1.21 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/ascii/filev.c
1.16 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +11 -9
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/ams/ams.c
1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/random.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +8 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/pbarrier.c
1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/dict.c
1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +19 -19
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/stageLog.c
1.18 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +20 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/ploginfo.c
1.13 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/plog.c
1.38 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/eventLog.c
1.24 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/classLog.c
1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/tagm.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/pname.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/options.c
1.30 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +16 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/inherit.c
1.17 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/destroy.c
1.11 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/matlabengine/matlab.c
1.21 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_win32.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_t3e.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_solaris_old.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_solaris.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_rs6000.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_nag.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_hpux.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_common.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +10 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_alpha.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_absoft.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_IRIX.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/error/err.c
1.19 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/lg.c
1.10 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +17 -15
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/hists.c
1.14 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +16 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/dscatter.c
1.8 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/axis.c
1.9 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dviewp.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtri.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtextv.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtexts.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtextgs.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtext.c
1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsflush.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsetpause.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsclear.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/drect.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/drawreg.c
1.14 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/draw.c
1.10 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +13 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpoints.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpoint.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpause.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dmouse.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dlinew.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dlinegw.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dline.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dgpause.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dgcoor.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dflush.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dellipse.c
1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dcoor.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dclear.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dbuff.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/dll/reg.c
1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/wp.c
1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/snesmfjdef.c
1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/snesmfj.c
1.28 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/interface/snes.c
1.35 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +70 -64
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/impls/ls/lsparams.c
1.5 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/pf/interface/pf.c
1.10 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +14 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/zerodiag.c
1.8 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +0 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/matio.c
1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/getcolv.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/gcreate.c
1.14 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/axpy.c
1.11 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/partition/partition.c
1.15 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +11 -10
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/order/sorder.c
1.14 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +3 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/matfd/fdmatrix.c
1.12 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +14 -17
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/mhas.c
1.5 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/matrix.c
1.94 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +275 -209
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/matreg.c
1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/shell/shell.c
1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +5 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/sbaij/seq/sbaij.c
1.91 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/rowbs/mpi/mpirowbs.c
1.44 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/dense/seq/dense.c
1.46 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/bdiag/mpi/mpibdiag.c
1.26.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/baij/seq/baij.c
1.76 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/baij/mpi/mpibaij.c
1.51 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/superlu/superlu.c
1.54.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/matptap.c
1.10 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/matmatmult.c
1.41 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +16 -17
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/aijnode.c
1.23 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +0 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/aij.c
1.125 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/adic/matadic.c
1.21 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/examples/tests/ex1.c
1.10 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +8 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/color/color.c
1.13 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/utils/damg.c
1.20 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/interface/precon.c
1.34.1.1 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +66 -61
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/interface/pcset.c
1.15 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/sor/sor.c
1.16 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/shell/shellpc.c
1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/redundant/redundant.c
1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/mg/mg.c
1.23 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/lu/lu.c
1.24 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/ksp/pcksp.c
1.13 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/jacobi/jacobi.c
1.8 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/ilu/ilu.c
1.27 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +11 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/icc/icc.c
1.22 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/hypre/hyppilut.c
1.46 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/eisens/eisen.c
1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/composite/composite.c
1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/cholesky/cholesky.c
1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/bjacobi/bjacobi.c
1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +8 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/asm/asm.c
1.25 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +11 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itres.c
1.7 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itfunc.c
1.34 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +45 -39
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/iterativ.c
1.10 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itcreate.c
1.37 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itcl.c
1.9 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/iguess.c
1.5 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +17 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/eige.c
1.8.1.1 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/rich/richscale.c
1.6 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/qcg/qcg.c
1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/gmres/gmres2.c
1.15 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/gmres/gmres.c
1.29 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/fgmres/modpcf.c
1.9 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/fgmres/fgmres.c
1.22 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/cheby/cheby.c
1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/cg/cgtype.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/utils/pack.c
1.7 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daview.c
1.13 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dasub.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dascatter.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dapf.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daltol.c
1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daltog.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dalocal.c
1.15 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +16 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daload.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dainterp.c
1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +7 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daindex.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dagtona.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dagtol.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +25 -25
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daghost.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dadist.c
1.11 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dadestroy.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dacorn.c
1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +8 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da3.c
1.17 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da2.c
1.36 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +14 -13
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da1.c
1.16 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/utils/aopart.c
1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/aodataalias.c
1.5 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/aodata.c
1.7 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +40 -39
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/ao.c
1.10 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +19 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/mapping/aomapping.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/basic/aodatabasic.c
1.12 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/basic/aobasic.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petsclog.h
1.33 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petschead.h
1.24 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +60 -60
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petscerror.h
1.24 04/02/08 21:50:10 barrysmith@barry-smiths-computer.local +1 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error


Hg-commit: 9f73a33a80604cbf5f81774c2cc9dd509503ba9e

show more ...


# 1ebc52fb 05-Feb-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1929.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20040205224202|53708
ChangeSet
1.1929.1.1 04/02/05 16:42:02 hzhang@smash.mcs.anl.gov +33 -0
Move VecGet/RestoreArrayFast() -> VecGet/Res

bk-changeset-1.1929.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20040205224202|53708
ChangeSet
1.1929.1.1 04/02/05 16:42:02 hzhang@smash.mcs.anl.gov +33 -0
Move VecGet/RestoreArrayFast() -> VecGet/RestoreArray()

src/vec/utils/vinv.c
1.21 04/02/05 16:40:30 hzhang@smash.mcs.anl.gov +48 -48
*** empty log message ***

src/vec/impls/seq/dvec2.c
1.12 04/02/05 16:40:08 hzhang@smash.mcs.anl.gov +98 -98
*** empty log message ***

src/mat/impls/baij/mpi/mmbaij.c
1.14 04/02/05 16:39:46 hzhang@smash.mcs.anl.gov +6 -6
*** empty log message ***

todo
1.20 04/02/05 16:32:09 hzhang@smash.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/aij/mpi/pxxt.c
1.13 04/02/05 16:27:49 hzhang@smash.mcs.anl.gov +8 -8
*** empty log message ***

src/dm/da/src/gr2.c
1.18 04/02/05 16:26:23 hzhang@smash.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/sbaij/mpi/mmsbaij.c
1.21 04/02/05 16:25:58 hzhang@smash.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.84 04/02/05 16:25:14 hzhang@smash.mcs.anl.gov +22 -22
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact2.c
1.32 04/02/05 15:18:55 hzhang@smash.mcs.anl.gov +68 -68
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij2.c
1.21 04/02/05 15:17:30 hzhang@smash.mcs.anl.gov +88 -88
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.90 04/02/05 15:16:01 hzhang@smash.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/maij/maij.c
1.13 04/02/05 15:15:09 hzhang@smash.mcs.anl.gov +128 -128
*** empty log message ***

src/mat/impls/baij/mpi/mpibaij.c
1.50 04/02/05 15:13:11 hzhang@smash.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/baij/seq/baijfact2.c
1.31 04/02/05 15:12:35 hzhang@smash.mcs.anl.gov +136 -136
*** empty log message ***

src/mat/impls/baij/seq/baij2.c
1.13 04/02/05 15:10:49 hzhang@smash.mcs.anl.gov +94 -94
*** empty log message ***

src/mat/impls/baij/seq/baij.c
1.75 04/02/05 15:09:13 hzhang@smash.mcs.anl.gov +18 -18
*** empty log message ***

src/mat/impls/bdiag/seq/bdfact.c
1.7 04/02/05 15:08:22 hzhang@smash.mcs.anl.gov +24 -24
*** empty log message ***

src/mat/impls/bdiag/seq/bdiag2.c
1.14 04/02/05 15:07:19 hzhang@smash.mcs.anl.gov +76 -76
*** empty log message ***

src/mat/impls/bdiag/seq/bdiag.c
1.25 04/02/05 15:05:58 hzhang@smash.mcs.anl.gov +8 -8
*** empty log message ***

src/mat/impls/rowbs/mpi/iccbs.c
1.5 04/02/05 15:05:17 hzhang@smash.mcs.anl.gov +16 -16
*** empty log message ***

src/mat/impls/rowbs/mpi/cholbs.c
1.6 04/02/05 15:04:34 hzhang@smash.mcs.anl.gov +22 -22
*** empty log message ***

src/mat/impls/rowbs/mpi/mpirowbs.c
1.43 04/02/05 15:03:45 hzhang@smash.mcs.anl.gov +20 -20
*** empty log message ***

src/mat/impls/aij/mpi/mmaij.c
1.10 04/02/05 15:01:55 hzhang@smash.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/aij/seq/aijnode.c
1.22 04/02/05 15:01:25 hzhang@smash.mcs.anl.gov +14 -14
*** empty log message ***

src/mat/impls/aij/seq/aijfact.c
1.48 04/02/05 15:00:19 hzhang@smash.mcs.anl.gov +20 -20
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.124 04/02/05 14:59:30 hzhang@smash.mcs.anl.gov +38 -38
*** empty log message ***

src/mat/impls/dense/mpi/mpidense.c
1.31 04/02/05 14:58:08 hzhang@smash.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/dense/seq/dense.c
1.45 04/02/05 14:56:17 hzhang@smash.mcs.anl.gov +42 -42
*** empty log message ***

src/vec/impls/hypre/vhyp.c
1.4 04/02/05 14:54:32 hzhang@smash.mcs.anl.gov +4 -4
*** empty log message ***

src/vec/impls/esi/ebvec1.c
1.32 04/02/05 14:53:03 hzhang@smash.mcs.anl.gov +10 -10
*** empty log message ***

src/vec/impls/mpi/pdvec.c
1.21 04/02/05 14:52:20 hzhang@smash.mcs.anl.gov +22 -22
*** empty log message ***

src/vec/impls/seq/bvec2.c
1.32 04/02/05 14:48:02 hzhang@smash.mcs.anl.gov +7 -7
*** empty log message ***

src/vec/impls/seq/bvec1.c
1.4 04/02/05 14:47:38 hzhang@smash.mcs.anl.gov +16 -16
*** empty log message ***


Hg-commit: eb177210b87c58d55c544a8ea5fdb6cda622cc76

show more ...


# dee28dba 30-Jan-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1911
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040130170025|44062
ChangeSet
1.1911 04/01/30 11:00:25 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
/* These are not extern C bec

bk-changeset-1.1911
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040130170025|44062
ChangeSet
1.1911 04/01/30 11:00:25 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
/* These are not extern C because they are passed into non-extern C user level functions */
fixes for some of the custom Fortran stubs

src/fortran/custom/zmat.c
1.24 04/01/30 10:54:24 barrysmith@barrysmith-57.mcs.anl.gov +21 -18
/* These are not extern C because they are passed into non-extern C user level functions */

src/fortran/custom/zsys.c
1.16 04/01/30 10:51:12 barrysmith@barrysmith-57.mcs.anl.gov +33 -29
/* These are not extern C because they are passed into non-extern C user level functions */

src/fortran/custom/zsnes.c
1.15 04/01/30 10:48:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
*** empty log message ***

src/fortran/custom/zsnes.c
1.14 04/01/30 10:48:02 barrysmith@barrysmith-57.mcs.anl.gov +16 -14
*** empty log message ***

src/fortran/custom/zpc.c
1.14 04/01/30 10:45:37 barrysmith@barrysmith-57.mcs.anl.gov +37 -31
fixed extern C stuff for solaris

src/fortran/custom/zksp.c
1.14 04/01/30 10:40:20 barrysmith@barrysmith-57.mcs.anl.gov +44 -37
made 'our' wrapper functions NOT extern C

src/mat/impls/aij/seq/aij.c
1.123 04/01/30 10:31:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
unused variable found in nightly


Hg-commit: d38094dba1f7aa0ae923006f75517da97734818f

show more ...


# a2357b42 29-Jan-2004 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1901
victorle@tibook500ve.cs.utk.edu|ChangeSet|20040129130834|30690
ChangeSet
1.1901 04/01/29 08:08:34 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits.net/pet

bk-changeset-1.1901
victorle@tibook500ve.cs.utk.edu|ChangeSet|20040129130834|30690
ChangeSet
1.1901 04/01/29 08:08:34 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into tibook500ve.cs.utk.edu:/Volumes/UserPartition/Users/victorle/Software/petsc/petsc-dev


Hg-commit: bec88bbbbf84634297c0e8a9d86d65f4ac8d74b0

show more ...


# 9e29f15e 29-Jan-2004 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1895.3.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20040129130807|51794
ChangeSet
1.1895.3.1 04/01/29 08:08:07 victorle@tibook500ve.cs.utk.edu +2 -0
Added IsSymmetric for SeqAIJ

bk-changeset-1.1895.3.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20040129130807|51794
ChangeSet
1.1895.3.1 04/01/29 08:08:07 victorle@tibook500ve.cs.utk.edu +2 -0
Added IsSymmetric for SeqAIJ

src/mat/impls/aij/seq/aijfact.c
1.47 04/01/29 08:08:03 victorle@tibook500ve.cs.utk.edu +1 -1
handling case of zero rows with damping

src/mat/impls/aij/seq/aij.c
1.122 04/01/29 08:08:03 victorle@tibook500ve.cs.utk.edu +15 -1
Added IsSymmetric for SeqAIJ


Hg-commit: 96a1f972a78a3023a7acf910886802e33ec8fb79

show more ...


# e2d9671b 16-Jan-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1874
Kris@p4buschel.|ChangeSet|20040116211125|60115
ChangeSet
1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0
Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inherit

bk-changeset-1.1874
Kris@p4buschel.|ChangeSet|20040116211125|60115
ChangeSet
1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0
Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inheritance problems
Set the local diagonal block matrix type to be external package specific when appropriate

src/mat/impls/sbaij/seq/sbaij2.c
1.15 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateSeqSBAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.31 04/01/16 13:11:23 Kris@p4buschel. +7 -3
set the local diagonal block matrix type to be spooles type

src/mat/impls/baij/seq/baij2.c
1.11 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateSeqBAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.47 04/01/16 13:11:23 Kris@p4buschel. +4 -1
set the local diagonal block matrix type to be dscpack type

src/mat/impls/aij/seq/aij.c
1.121 04/01/16 13:11:23 Kris@p4buschel. +6 -2
Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.83 04/01/16 13:11:23 Kris@p4buschel. +4 -1
set the local diagonal block matrix type to be superludist type

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.56 04/01/16 13:11:23 Kris@p4buschel. +6 -3
set the type of local diagonal block matrix to be spooles type

src/mat/impls/aij/mpi/mumps/mumps.c
1.55 04/01/16 13:11:23 Kris@p4buschel. +10 -4
Set the type of local diagonal block matrix for MPI types to be MUMPS types

src/mat/impls/aij/mpi/mpiov.c
1.12 04/01/16 13:11:23 Kris@p4buschel. +7 -3
Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/aij/mpi/mpiaij.c
1.102 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateMPIAIJ with MatCreate,MatSetType to fix inheritance problems


Hg-commit: 3e45700e6e6778c14505f8e83a319963b8c5e299

show more ...


# b1d4fb26 04-Jan-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1851
barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901
ChangeSet
1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0
vecgetarrayfast() now us

bk-changeset-1.1851
barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901
ChangeSet
1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0
vecgetarrayfast() now used in all Mat impls
undid extern c put in gmres to remove warnings on solaris (change made it worse)

src/mat/matimpl.h
1.33 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -0
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sro.c
1.5 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaijfact2.c
1.31 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +68 -69
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaijfact.c
1.52 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaij2.c
1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +88 -89
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaij.c
1.88 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/mpi/mpisbaij.c
1.74 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +18 -19
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/mpi/mmsbaij.c
1.18 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/rowbs/mpi/mpirowbs.c
1.42 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +20 -21
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/rowbs/mpi/iccbs.c
1.4 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +16 -16
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/ksp/ksp/impls/gmres/gmres2.c
1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -2
undo extern c stuff I tried

src/mat/impls/rowbs/mpi/cholbs.c
1.5 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +22 -22
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/seq/dense.c
1.42 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +42 -42
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/mpi/mpidense.c
1.30 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/mpi/mmdense.c
1.7 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag3.c
1.12 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag2.c
1.13 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +76 -77
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag.c
1.24 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +8 -9
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdfact.c
1.6 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +24 -25
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/mpi/mpibdiag.c
1.26 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/mpi/mmbdiag.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact9.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact8.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact7.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact6.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact5.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact4.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact3.c
1.8 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact2.c
1.29 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +128 -130
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact14.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact13.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact12.c
1.17 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact11.c
1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact10.c
1.4 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact.c
1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baij2.c
1.10 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +92 -93
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baij.c
1.66.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +2 -3
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/mpi/mpibaij.c
1.41.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/mpi/mmbaij.c
1.13 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/fdaij.c
1.8 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aijnode.c
1.21 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +14 -15
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aijfact.c
1.45 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +20 -21
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aij.c
1.120 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/pxxt.c
1.12 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +8 -8
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/mpiaij.c
1.101 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/mmaij.c
1.9 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/fdmpiaij.c
1.5 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/ksp/ksp/impls/gmres/gmresp.h
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/borthog2.c
1.10 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/borthog.c
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/fgmres/modpcf.c
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -6
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/fgmres/fgmresp.h
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

include/petscksp.h
1.35 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -4
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/gmres2.c
1.13 04/01/04 13:16:50 barrysmith@barry-smiths-computer.local +2 -2
more outdated unmodified gram schmidt manual page mentions

src/ksp/ksp/impls/gmres/gmres2.c
1.12 04/01/04 13:10:37 barrysmith@barry-smiths-computer.local +1 -1
wrong name in manual page

todo
1.11 04/01/03 16:57:05 barrysmith@barry-smiths-computer.local +4 -0
*** empty log message ***


Hg-commit: 58c4930d3d31bcdcffc199367ee5c46310909139

show more ...


# 51b59709 01-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1733
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040725|38869
ChangeSet
1.1733 03/11/30 22:07:25 barrysmith@barry-smiths-computer.local +1 -0
merge with Matt's check

bk-changeset-1.1733
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040725|38869
ChangeSet
1.1733 03/11/30 22:07:25 barrysmith@barry-smiths-computer.local +1 -0
merge with Matt's check

python/PETSc/Options.py
1.11 03/11/30 22:07:24 barrysmith@barry-smiths-computer.local +2 -5
merge with Matt's check


Hg-commit: cbb09768a4b78c93895fd9eee143c24cca536549

show more ...


# 437fc6d7 01-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1731.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397
ChangeSet
1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0
got rid of seria

bk-changeset-1.1731.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397
ChangeSet
1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0
got rid of serialize, will go into binary viewer and loader

src/vec/interface/vecregall.c
1.13 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -28
got rid of serialize, will go into binary viewer and loader

src/vec/interface/vecreg.c
1.20 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -120
got rid of serialize, will go into binary viewer and loader

src/vec/interface/veccreate.c
1.14 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapregall.c
1.5 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -27
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapreg.c
1.12 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -164
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapcreate.c
1.7 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/vec/interface/dlregis.c
1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/vec/impls/seq/bvec2.c
1.30 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -36
got rid of serialize, will go into binary viewer and loader

src/vec/impls/mpi/pmap.c
1.8 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -42
got rid of serialize, will go into binary viewer and loader

src/vec/impls/mpi/pbvec.c
1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -47
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tsregall.c
1.8 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -23
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tsreg.c
1.14 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +2 -177
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tscreate.c
1.7 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/ts/interface/dlregis.c
1.12 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/viewer/interface/dlregispetsc.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/pname.c
1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -30
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/inherit.c
1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/destroy.c
1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -45
got rid of serialize, will go into binary viewer and loader

src/snes/interface/dlregis.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/mat/matimpl.h
1.32 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -2
got rid of serialize, will go into binary viewer and loader

src/mat/interface/dlregis.c
1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/shell/shell.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/sbaij/seq/sbaij.c
1.82 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/sbaij/mpi/mpisbaij.c
1.68 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/rowbs/mpi/mpirowbs.c
1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/esi/mesi.c
1.35 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/dense/seq/dense.c
1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/dense/mpi/mpidense.c
1.29 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/bdiag/seq/bdiag.c
1.23 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/bdiag/mpi/mpibdiag.c
1.25 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/baij/seq/baij.c
1.64 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/baij/mpi/mpibaij.c
1.40 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/aij/seq/aij.c
1.119 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/aij/mpi/mpiaij.c
1.100 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/adj/mpi/mpiadj.c
1.22 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/adic/matadic.c
1.20 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/ksp/ksp/interface/dlregis.c
1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +2 -2
got rid of serialize, will go into binary viewer and loader

src/dm/ao/interface/dlregis.c
1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -2
got rid of serialize, will go into binary viewer and loader

src/dm/ao/impls/mapping/aomapping.c
1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -50
got rid of serialize, will go into binary viewer and loader

src/dm/ao/impls/basic/aobasic.c
1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -44
got rid of serialize, will go into binary viewer and loader

include/petscvec.h
1.37 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -77
got rid of serialize, will go into binary viewer and loader

include/petscts.h
1.22 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -16
got rid of serialize, will go into binary viewer and loader

include/petscmat.h
1.94 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -18
got rid of serialize, will go into binary viewer and loader

include/petschead.h
1.20 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

include/petscao.h
1.12 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -14
got rid of serialize, will go into binary viewer and loader

include/petsc.h
1.45 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -2
got rid of serialize, will go into binary viewer and loader

python/PETSc/Options.py
1.9.1.1 03/11/30 18:55:15 barrysmith@barry-smiths-computer.local +12 -13
check for "strings" passed to non const char*


Hg-commit: b0d8d1021b4caf0ac1c52e1605774cad1af9251b

show more ...


# 8e9aea5c 28-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1726
barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824
ChangeSet
1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0
added const to MatType a

bk-changeset-1.1726
barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824
ChangeSet
1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0
added const to MatType arguments when appropriate

src/mat/utils/matio.c
1.17 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/utils/convert.c
1.7 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/matimpl.h
1.31 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +3 -3
added const to MatType arguments when appropriate

src/mat/interface/matrix.c
1.88 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/shell/shellcnv.c
1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.41 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/sbaij.c
1.81 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/aijsbaij.c
1.6 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.29 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/mpi/mpisbaij.c
1.67 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/rowbs/mpi/mpirowbs.c
1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/esi/mesi.c
1.33 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/dense/seq/dense.c
1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/dense/mpi/mpidense.c
1.28 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/bdiag/seq/bdiag.c
1.22 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/bdiag/mpi/mpibdiag.c
1.24 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/seq/baij.c
1.62 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/seq/aijbaij.c
1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/baij/mpi/mpibaij.c
1.39 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.45 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/umfpack/umfpack.c
1.25 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/superlu/superlu.c
1.53 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/spooles/spooles.c
1.80 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/lusol/lusol.c
1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/essl/essl.c
1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/aij.c
1.118 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.81 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.54 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/mumps/mumps.c
1.51 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +3 -3
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/mpiaij.c
1.99 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

include/petscmat.h
1.93 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

bmake/common/rules.fortran.nocpp
1.72 03/11/27 13:34:21 barrysmith@barry-smiths-computer.local +8 -8
ibm f90 does not like .f so try .F here and hope works everywhere


Hg-commit: ae3ecde9c090fe1a4553b4b7e27744f6fa92f433

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


# 5fbd3699 14-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1550
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031014160834|56789
ChangeSet
1.1550 03/10/14 11:08:34 barrysmith@float56054.mcs.anl-external.org +5 -0
changed IsSymmetr

bk-changeset-1.1550
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031014160834|56789
ChangeSet
1.1550 03/10/14 11:08:34 barrysmith@float56054.mcs.anl-external.org +5 -0
changed IsSymmetric to IsTranspose everywhere

src/mat/impls/aij/seq/aij.c
1.116 03/10/14 11:08:33 barrysmith@float56054.mcs.anl-external.org +5 -5
changed IsSymmetric to IsTranspose everywhere

src/mat/impls/aij/mpi/mpiaij.c
1.97 03/10/14 11:08:33 barrysmith@float56054.mcs.anl-external.org +7 -7
changed IsSymmetric to IsTranspose everywhere

src/dm/da/src/gr2.c
1.17 03/10/14 11:07:46 barrysmith@float56054.mcs.anl-external.org +2 -0
copy vector name that is conve3rted to natural ordering so that
viewer can use the name of the original vector.

src/mat/interface/matrix.c
1.78 03/10/14 10:54:00 barrysmith@float56054.mcs.anl-external.org +7 -7
*** empty log message ***

include/petscmat.h
1.87 03/10/14 10:51:36 barrysmith@float56054.mcs.anl-external.org +1 -1
*** empty log message ***


Hg-commit: 89bc5ca0e6d657888f1c4c654ecdc4ed4624db79

show more ...


# 16ce804c 11-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1537
barrysmith@barry-smiths-computer.local|ChangeSet|20031011142122|52220
ChangeSet
1.1537 03/10/11 09:21:22 barrysmith@barry-smiths-computer.local +35 -0
compile matlab engine an

bk-changeset-1.1537
barrysmith@barry-smiths-computer.local|ChangeSet|20031011142122|52220
ChangeSet
1.1537 03/10/11 09:21:22 barrysmith@barry-smiths-computer.local +35 -0
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6
fix number of unsigned to int comparisons

src/vec/vecimpl.h
1.14 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/utils/gcreatev.c
1.7 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +3 -4
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/impls/seq/bvec2.c
1.25 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/impls/mpi/pbvec.c
1.13 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/viewer/impls/socket/matlab/makefile
1.7 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +7 -7
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/matlabengine/matlab.c
1.17 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -3
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/matlabengine/makefile
1.6 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/snes/examples/tutorials/ex5.c
1.12 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -2
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/pf/interface/pfall.c
1.4 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -2
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

bmake/config/packages.in
1.19 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/pf/impls/matlab/makefile
1.4 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/mat/impls/aij/seq/aijmatlab.c
1.15 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/mat/impls/aij/seq/aij.c
1.115 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +6 -7
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/fortran/custom/zsys.c
1.11 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/dm/da/src/dalocal.c
1.14 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/dm/da/examples/tests/makefile
1.9 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
better names for MATLAB stuff in make files

python/PETSc/packages/Matlab.py
1.9 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +24 -7
update MATLAB names in bmake files
also combine matlab engine and matlab if defs

bmake/win32_gnu/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/solaris_x86/packages
1.8 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/solaris/packages
1.19 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/rs6000_gnu/packages
1.8 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/rs6000/packages
1.7 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/linux_superludist/packages
1.32 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/linux_gcc_pgf90/packages
1.33 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/linux_absoft/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/hpux64/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/hpux/packages
1.10 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/freebsd/packages
1.10 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/common/variables
1.49 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +1 -1
update MATLAB names in bmake files

bmake/alpha_gnu/packages
1.9 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/IRIX_gnu/packages
1.11 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/IRIX64/packages
1.11 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +5 -5
update MATLAB names in bmake files

bmake/IRIX/packages
1.9 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

src/sys/src/objects/init.c
1.23 03/10/11 09:17:35 barrysmith@barry-smiths-computer.local +1 -1
remove comparison of PetscTruth with int

bmake/config/packages.in
1.18 03/10/11 01:35:56 barrysmith@barry-smiths-computer.local +7 -3
*** empty log message ***

src/vec/utils/vpscat.c
1.11 03/10/10 22:42:57 barrysmith@barry-smiths-computer.local +1 -1
strange comparison of PetscTruth with -1, hope I fixed this properly


Hg-commit: eef2bbb03c1fd7466d8447ec283139b29369845a

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


# 2bf8d470 04-Aug-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1464
knepley@khan.mcs.anl.gov|ChangeSet|20030804232517|23767
ChangeSet
1.1464 03/08/04 18:25:17 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.1464
knepley@khan.mcs.anl.gov|ChangeSet|20030804232517|23767
ChangeSet
1.1464 03/08/04 18:25:17 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc


Hg-commit: 51f710da255d45f884b28a86c4cd7b046b9fe0b7

show more ...


# a45adfd6 04-Aug-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1452.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219
ChangeSet
1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0
Better error messages

src/mat/impls/sbaij/

bk-changeset-1.1452.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219
ChangeSet
1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0
Better error messages

src/mat/impls/sbaij/seq/sbaij.c
1.77 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +5 -5
Better error messages

src/mat/impls/sbaij/mpi/mpisbaij.c
1.63 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +4 -4
Better error messages

src/mat/impls/baij/seq/baij.c
1.59 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +7 -7
Better error messages

src/mat/impls/baij/mpi/mpibaij.c
1.36 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +8 -8
Better error messages

src/mat/impls/aij/seq/aij.c
1.113 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4
Better error messages

src/mat/impls/aij/mpi/mpiaij.c
1.94 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4
Better error messages


Hg-commit: 427b1000776f8a9a031dad895e7b7a9d87b26b40

show more ...


1...<<81828384858687888990>>...100