History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 1001 – 1025 of 1341)
Revision Date Author Comments
# f69a0ea3 16-Mar-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2975.1.5
knepley@khan.(none)|ChangeSet|20050316003440|07799
ChangeSet
1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0
Fixed many const arguments
Changed MatCreate() to o

bk-changeset-1.2975.1.5
knepley@khan.(none)|ChangeSet|20050316003440|07799
ChangeSet
1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0
Fixed many const arguments
Changed MatCreate() to only take a communicator
- Added MatSetSizes()
Changed SNESSolve() to accept a constant argument
- This should allow SNES to look almost like KSP
Added Options methods, SetUp(), and View() and objects which lacked them

src/vec/utils/vecio.c
1.42.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -4
Fixed const

src/vec/interface/vector.c
1.126 05/03/15 18:34:38 knepley@khan.(none) +124 -1
Added Options methods
Added SetUp()
Removed bad check

src/vec/interface/vecreg.c
1.32 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/interface/mapreg.c
1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/interface/map.c
1.22 05/03/15 18:34:38 knepley@khan.(none) +190 -0
Added Options methods
Added SetUp() and View()

src/vec/impls/seq/dvec2.c
1.28 05/03/15 18:34:38 knepley@khan.(none) +4 -4
Fixed argument order

src/vec/impls/seq/bvec2.c
1.64.1.2 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/impls/mpi/pbvec.c
1.34 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/vec/examples/tutorials/ex1e.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed AXPY

src/vec/examples/tutorials/ex17.c
1.3.1.1 05/03/15 18:34:38 knepley@khan.(none) +2 -0
Fixed compilation warning

src/vec/examples/tutorials/ex1.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed WAXPY

src/ts/impls/pseudo/posindep.c
1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/impls/implicit/cn/cn.c
1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/impls/implicit/beuler/beuler.c
1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/ts/examples/tutorials/ex6.c
1.17 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex5.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex4.c
1.10 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex3.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex2f.F
1.14 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tutorials/ex2.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex4.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex2.c
1.8 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ts/examples/tests/ex1f.F
1.14 05/03/15 18:34:38 knepley@khan.(none) +6 -6
Fixed MatCreate

src/ts/examples/tests/ex1.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +6 -3
Fixed MatCreate

src/sys/src/viewer/interface/viewreg.c
1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/sys/src/viewer/interface/view.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +182 -0
Added Options methods
Added SetUp() and View()

src/snes/utils/damgsnes.c
1.60 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/mf/snesmfj.c
1.52 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/snes/interface/snes.c
1.73.1.2 05/03/15 18:34:38 knepley@khan.(none) +9 -5
Now SNESSolve() can take a constant argument

src/snes/interface/noise/snesmfj2.c
1.28 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/snes/examples/tutorials/ex6.c
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5s.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5f90.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5f.F
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex5.c
1.22 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex3.c
1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex26.c
1.21 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex21.c
1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex2.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex1f.F
1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -3
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex14.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tutorials/ex10d/ex10.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tutorials/ex1.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tests/ex9.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex7.c
1.13 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex5.c
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex4.c
1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex1f.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex13.c
1.11 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed SNESSolve
Fixed MatCreate

src/snes/examples/tests/ex12f.F
1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex11.c
1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/snes/examples/tests/ex1.c
1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/mat/utils/matio.c
1.26.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -3
Fixed const
Fixed MatCreate

src/mat/utils/gcreate.c
1.39 05/03/15 18:34:38 knepley@khan.(none) +53 -22
Now MatCreate() takes only a communicator
Added MatSetSizes()

src/mat/utils/convert.c
1.20 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/utils/axpy.c
1.26 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/matimpl.h
1.80 05/03/15 18:34:38 knepley@khan.(none) +3 -3
Fixed const

src/mat/interface/matrix.c
1.173 05/03/15 18:34:38 knepley@khan.(none) +129 -4
Added Options methods
Added MatSetUp()
Fixed const
Fixed MatCreate

src/mat/interface/matreg.c
1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/shell/shellcnv.c
1.19 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/impls/shell/shell.c
1.30 05/03/15 18:34:38 knepley@khan.(none) +3 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.61 05/03/15 18:34:38 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaijfact2.c
1.59 05/03/15 18:34:38 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaijfact.c
1.85 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaij2.c
1.40 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/seq/sbaij.h
1.38 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/sbaij/seq/sbaij.c
1.139.1.2 05/03/15 18:34:37 knepley@khan.(none) +9 -6
Fixed MatCreate

src/mat/impls/sbaij/seq/aijsbaij.c
1.28 05/03/15 18:34:37 knepley@khan.(none) +12 -8
Fixed MatCreate

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.49 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/sbaij/mpi/mpisbaij.h
1.17 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/sbaij/mpi/mpisbaij.c
1.122 05/03/15 18:34:37 knepley@khan.(none) +14 -8
Fixed MatCreate

src/mat/impls/sbaij/mpi/mmsbaij.c
1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/rowbs/mpi/mpirowbs.c
1.71 05/03/15 18:34:37 knepley@khan.(none) +8 -4
Fixed MatCreate

src/mat/impls/normal/normm.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/maij/maij.c
1.39 05/03/15 18:34:37 knepley@khan.(none) +4 -3
Fixed MatCreate
Fixed const

src/mat/impls/is/matis.c
1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/feti/feti.c
1.5 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/dense/seq/dense.c
1.76.1.2 05/03/15 18:34:37 knepley@khan.(none) +13 -7
Fixed MatCreate

src/mat/impls/dense/mpi/mpidense.h
1.9 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/dense/mpi/mpidense.c
1.57 05/03/15 18:34:37 knepley@khan.(none) +21 -12
Fixed MatCreate

src/mat/impls/dense/mpi/mmdense.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/bdiag/seq/bdiag3.c
1.25.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/bdiag/seq/bdiag.h
1.15 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/bdiag/seq/bdiag.c
1.50 05/03/15 18:34:37 knepley@khan.(none) +9 -5
Fixed MatCreate

src/mat/impls/bdiag/mpi/mpibdiag.h
1.10 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/bdiag/mpi/mpibdiag.c
1.49 05/03/15 18:34:37 knepley@khan.(none) +10 -6
Fixed MatCreate
Fixed const

src/mat/impls/baij/seq/baijfact3.c
1.22 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baijfact2.c
1.46 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baijfact.c
1.30 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/baij/seq/baij2.c
1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/seq/baij.h
1.30 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/baij/seq/baij.c
1.127 05/03/15 18:34:37 knepley@khan.(none) +11 -7
Fixed MatCreate

src/mat/impls/baij/seq/aijbaij.c
1.25 05/03/15 18:34:37 knepley@khan.(none) +6 -4
Fixed MatCreate

src/mat/impls/baij/mpi/mpibaij.h
1.19 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/baij/mpi/mpibaij.c
1.95 05/03/15 18:34:37 knepley@khan.(none) +17 -10
Fixed MatCreate

src/mat/impls/baij/mpi/mmbaij.c
1.27 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.68 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/baij/mpi/baijov.c
1.31 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/umfpack/umfpack.c
1.44 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/superlu/superlu.c
1.77 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/seq/spooles/aijspooles.c
1.39 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.41.1.1 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/mat/impls/aij/seq/lusol/lusol.c
1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/essl/essl.c
1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/seq/aijfact.c
1.112.1.1 05/03/15 18:34:37 knepley@khan.(none) +10 -5
Fixed MatCreate

src/mat/impls/aij/seq/aij.h
1.54 05/03/15 18:34:37 knepley@khan.(none) +3 -3
Fixed const

src/mat/impls/aij/seq/aij.c
1.220.1.2 05/03/15 18:34:37 knepley@khan.(none) +17 -9
Fixed MatCreate

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.109 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.32 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/mumps/mumps.c
1.87 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/mpi/mpiptap.c
1.19 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/mpi/mpiov.c
1.33 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/aij/mpi/mpiaij.h
1.37 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/impls/aij/mpi/mpiaij.c
1.241 05/03/15 18:34:37 knepley@khan.(none) +25 -14
Fixed MatCreate

src/mat/impls/aij/mpi/mmaij.c
1.24 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/impls/aij/aij/aijtype.c
1.13 05/03/15 18:34:37 knepley@khan.(none) +12 -12
Fixed const

src/mat/impls/adj/mpi/mpiadj.c
1.46.1.2 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/impls/adic/matadic.c
1.32 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed MatCreate

src/mat/examples/tutorials/ex5.c
1.4 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tutorials/ex2.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +10 -5
Fixed MatCreate

src/mat/examples/tests/ex99.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex98.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex95.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex94.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex93.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex9.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex85f.F
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -2
Fixed MatCreate

src/mat/examples/tests/ex8.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex75.c
1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex74.c
1.30 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex71.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex70.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex7.c
1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex6.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex55.c
1.21 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/mat/examples/tests/ex50.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex5.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex49.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex4.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex38.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex37.c
1.8 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex33.c
1.12 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex31.c
1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex30.c
1.15 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex3.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex27.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex21.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex20.c
1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex2.c
1.12 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex19.c
1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex15.c
1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex14.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex12.c
1.10 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex11.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/mat/examples/tests/ex101.c
1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/mat/examples/tests/ex10.c
1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/interface/precon.c
1.60.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/interface/pcset.c
1.25 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/tfs/pxxt.c
1.26 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/pc/impls/spai/ispai.c
1.33 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/samg/samgpetsctools.c
1.15 05/03/15 18:34:37 knepley@khan.(none) +6 -3
Fixed MatCreate

src/ksp/pc/impls/samg/samgmgpetsc.c
1.16 05/03/15 18:34:37 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/redundant/redundant.c
1.23.1.1 05/03/15 18:34:37 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/ml/ml.c
1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/pc/impls/mg/mgfunc.c
1.22.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/mg/mg.c
1.57.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/ksp/pcksp.c
1.22.1.1 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/ksp/pc/impls/is/nn/nn.c
1.30 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/impls/eisens/eisen.c
1.27 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/pc/examples/tests/ex7.c
1.8 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/ksp/interface/itcreate.c
1.61 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/ksp/ksp/interface/eige.c
1.26 05/03/15 18:34:36 knepley@khan.(none) +6 -4
Fixed MatCreate

src/ksp/examples/tutorials/ex9.c
1.19 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex8.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex7.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex5.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex4.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex30.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate

src/ksp/examples/tutorials/ex3.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex23.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex2.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex16.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex15.c
1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex12.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex11.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tutorials/ex1.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex3.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex24.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex20.c
1.17 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex17.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex15.c
1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/ksp/examples/tests/ex1.c
1.11 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/fortran/custom/zvec.c
1.19 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed const

src/fortran/custom/zts.c
1.20 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/fortran/custom/zpc.c
1.31 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/fortran/custom/zmat.c
1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -3
Fixed MatCreate
Fixed const

src/fortran/custom/zksp.c
1.24 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/docs/website/documentation/changes/222.html
1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2
Fixed MatCreate
Fixed SNESSolve

src/docs/tex/manual/part2.tex
1.89 05/03/15 18:34:36 knepley@khan.(none) +6 -3
Fixed MatCreate
Fixed SNESSolve

src/docs/tex/manual/part1.tex
1.36 05/03/15 18:34:36 knepley@khan.(none) +5 -4
Fixed MatCreate

src/dm/da/utils/pack.c
1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/dm/da/utils/fdda.c
1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -2
Fixed MatCreate
Fixed const

src/dm/da/utils/dm.c
1.11 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/dm/da/src/dainterp.c
1.28 05/03/15 18:34:36 knepley@khan.(none) +8 -4
Fixed MatCreate

src/dm/da/src/da2.c
1.64 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

src/dm/da/daimpl.h
1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

src/dm/ao/impls/basic/aodatabasic.c
1.32 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/src/ns_q1q0_penalty/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_vertex_based_q1/main_old2.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_vertex_based_q1/main_old.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +5 -3
Fixed SNESSolve and MatCreate

src/contrib/src/burgers_vertex_based_q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/src/burgers_df_based_q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/tns_q2q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +8 -4
Fixed SNESSolve

src/contrib/oberman/ns_q2q1/main.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/ns_q1q1/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed SNESSolve

src/contrib/oberman/ns_q1q0_penalty/main.c
1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed SNESSolve

src/contrib/oberman/ns_q1q0/main.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/oberman/laplacian_q1/appalgebra.c
1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/oberman/burgers_vertex_based_q1/main.c
1.13 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/oberman/burgers_df_based_q1/appsetalg.c
1.12 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/keyes/ex15.c
1.7 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed SNESSolve

src/contrib/helmholtz_2/ex12.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1
Fixed MatCreate

src/contrib/fun3d/incomp/flow.c
1.22 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed SNESSolve

src/contrib/fun3d/comp/flow.c
1.8 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed MatCreate and SNESSovle

src/adic/examples/tutorials/ex5func.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate and SNESSovle

src/adic/examples/tutorials/ex3func.c
1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2
Fixed MatCreate and SNESSovle

include/vecimpl.h
1.41 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Fixed const

include/petscviewer.h
1.52 05/03/15 18:34:36 knepley@khan.(none) +8 -2
Fixed const
Added Options methods
Added PetscViewerSetUp() and PetscViewerView()

include/petscvec.h
1.72 05/03/15 18:34:36 knepley@khan.(none) +18 -6
Fixed const
Added Options methods
Added PetscMapSetUp() and PetscMapView()
Added VecSetUp()

include/petscsnes.h
1.47 05/03/15 18:34:36 knepley@khan.(none) +1 -1
Now SNESSolve() takes a constant part or NULL

include/petscpc.h
1.70.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

include/petscmat.h
1.172 05/03/15 18:34:36 knepley@khan.(none) +15 -9
Fixed const
Added Options methods
Added MatSetUp()
Added MatSetSizes()
- Now MatCreate() takes no sizes

include/petscksp.h
1.62.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2
Fixed const

include/petscda.h
1.46 05/03/15 18:34:36 knepley@khan.(none) +3 -3
Fixed const


Hg-commit: 238482a61eaff96c8054348fb0892ede560888c9

show more ...


# 2dcb1b2a 12-Mar-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2975.1.1
knepley@khan.(none)|ChangeSet|20050312213541|03622
ChangeSet
1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0
Changing BLAS interfaces to PETSc style
- still ne

bk-changeset-1.2975.1.1
knepley@khan.(none)|ChangeSet|20050312213541|03622
ChangeSet
1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0
Changing BLAS interfaces to PETSc style
- still needs to be validated using testexamples
Some const fixes

src/vec/utils/vinv.c
1.42 05/03/12 15:35:39 knepley@khan.(none) +5 -6
Changing BLAS interfaces to PETSc style

src/vec/utils/vecio.c
1.42.1.1 05/03/12 15:35:39 knepley@khan.(none) +3 -2
Change to const

src/vec/pf/impls/constant/const.c
1.15 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/interface/vector.c
1.125 05/03/12 15:35:38 knepley@khan.(none) +105 -111
Changing BLAS interfaces to PETSc style

src/vec/impls/seq/dvec2.c
1.27 05/03/12 15:35:38 knepley@khan.(none) +101 -72
Changing BLAS interfaces to PETSc style

src/vec/impls/seq/bvec2.c
1.64.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/vec/impls/seq/bvec1.c
1.14 05/03/12 15:35:38 knepley@khan.(none) +27 -25
Changing BLAS interfaces to PETSc style

src/vec/impls/mpi/pdvec.c
1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/vec/impls/dvecimpl.h
1.12 05/03/12 15:35:38 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex8.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex7f.F
1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex2f.F
1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex2.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex1f90.F
1.7 05/03/12 15:35:38 knepley@khan.(none) +13 -13
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex1f.F
1.9 05/03/12 15:35:38 knepley@khan.(none) +13 -13
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex1e.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +13 -13
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex15.c
1.2 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex13.c
1.5 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex12.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex11f.F
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex11.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tutorials/ex1.c
1.10 05/03/12 15:35:38 knepley@khan.(none) +13 -13
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex9.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex8.c
1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex7.c
1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex6.c
1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex4.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex34.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex30f.F
1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex3.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex29.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex28.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex25.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex22.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex21.c
1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex2.c
1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex19f.F
1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex17.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex14.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex11.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/vec/examples/tests/ex1.c
1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ts/interface/tsfd.c
1.14 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ts/interface/ts.c
1.44.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/ts/impls/implicit/cn/cn.c
1.22 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ts/impls/implicit/beuler/beuler.c
1.24 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ts/impls/explicit/rk/rk.c
1.19 05/03/12 15:35:38 knepley@khan.(none) +12 -12
Changing BLAS interfaces to PETSc style

src/ts/impls/explicit/euler/euler.c
1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/util2.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex6.c
1.16 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex5.c
1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex4.c
1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex3.c
1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex2f.F
1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tutorials/ex2.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tests/ex1f.F
1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ts/examples/tests/ex1.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/sys/src/viewer/impls/ascii/filev.c
1.35.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/sys/src/objects/prefix.c
1.9.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/sys/src/objects/pgname.c
1.8.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Change to const

src/sys/src/error/err.c
1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Change to const

src/snes/utils/damgsnes.c
1.59 05/03/12 15:35:38 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/snes/mf/snesmfj.c
1.51 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/snes/interface/snesj.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/interface/snes.c
1.73.1.1 05/03/12 15:35:38 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/snes/interface/noise/snesnoise.c
1.19 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/interface/noise/snesmfj2.c
1.27 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/snes/impls/tr/tr.c
1.30 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/impls/test/snestest.c
1.18 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/impls/ls/ls.c
1.57 05/03/12 15:35:38 knepley@khan.(none) +17 -17
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex6.c
1.17 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex3.c
1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex29.c
1.81 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex27.c
1.13 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex22.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex2.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex1f.F
1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/snes/examples/tutorials/ex1.c
1.11 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tests/ex7.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tests/ex12f.F
1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/snes/examples/tests/ex11.c
1.17 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/utils/multequal.c
1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/utils/matio.c
1.26.1.1 05/03/12 15:35:38 knepley@khan.(none) +2 -1
Changing BLAS interfaces to PETSc style

src/mat/utils/getcolv.c
1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/utils/axpy.c
1.25 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/matfd/fdmatrix.c
1.31 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/interface/matrix.c
1.172 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/interface/matnull.c
1.20 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/impls/shell/shellcnv.c
1.18 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/shell/shell.c
1.29 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/impls/sbaij/seq/sbaij2.c
1.39 05/03/12 15:35:38 knepley@khan.(none) +10 -10
Changing BLAS interfaces to PETSc style

src/mat/impls/sbaij/seq/sbaij.c
1.139.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/sbaij/mpi/mpisbaij.c
1.121 05/03/12 15:35:38 knepley@khan.(none) +6 -6
Changing BLAS interfaces to PETSc style

src/mat/impls/rowbs/mpi/mpirowbs.c
1.70 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/impls/rowbs/mpi/iccbs.c
1.9 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/impls/rowbs/mpi/cholbs.c
1.14 05/03/12 15:35:38 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/impls/maij/maij.c
1.38 05/03/12 15:35:38 knepley@khan.(none) +9 -9
Changing BLAS interfaces to PETSc style

src/mat/impls/is/matis.c
1.22 05/03/12 15:35:38 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/impls/feti/feti.c
1.4 05/03/12 15:35:38 knepley@khan.(none) +31 -34
Changing BLAS interfaces to PETSc style

src/mat/impls/dense/seq/dense.c
1.76.1.1 05/03/12 15:35:38 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/mat/impls/dense/mpi/mpidense.c
1.56 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/impls/bdiag/seq/bdiag3.c
1.25.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/bdiag/seq/bdiag.c
1.49 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/impls/bdiag/mpi/mpibdiag.c
1.48 05/03/12 15:35:38 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/baij/seq/baij2.c
1.33 05/03/12 15:35:38 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/impls/baij/seq/baij.c
1.126 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/aij/seq/aij.c
1.220.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/mat/impls/aij/mpi/mpiaij.c
1.240 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/impls/adj/mpi/mpiadj.c
1.46.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/impls/adic/matadic.c
1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tutorials/ex2.c
1.6 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex99.c
1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex96.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex94.c
1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex78.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex76.c
1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex75.c
1.22 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex74.c
1.29 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex71.c
1.9 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex7.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex64.c
1.7 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex62.c
1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex53.c
1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex5.c
1.9 05/03/12 15:35:37 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex48.c
1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex3.c
1.9 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex27.c
1.8 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex19.c
1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex17.c
1.8 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex15.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/mat/examples/tests/ex1.c
1.18 05/03/12 15:35:37 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/ksp/pc/interface/precon.c
1.60.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/samg/samgpetsctools.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/prometheus/petscprom.c
1.6 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/ml/ml.c
1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/mg/smg.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/mg/mgfunc.c
1.22.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/mg/mg.c
1.57.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/mg/fmg.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/jacobi/jacobi.c
1.16.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/is/pcis.c
1.27 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/is/nn/nn.c
1.29 05/03/12 15:35:37 knepley@khan.(none) +10 -10
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/is/feti/fetipc.c
1.5 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/hypre/hyppilut.c
1.73 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.23 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/eisens/eisen.c
1.26 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/composite/composite.c
1.28.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -4
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/bjacobi/bjacobi.c
1.38.1.1 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/pc/impls/asm/asm.c
1.44.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/ksp/pc/examples/tests/ex8f.F
1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/examples/tests/ex5.c
1.23 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/examples/tests/ex4.c
1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/pc/examples/tests/ex3.c
1.10 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/pc/examples/tests/ex2.c
1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/itres.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/itfunc.c
1.66 05/03/12 15:35:37 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/iterativ.c
1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/itcl.c
1.15.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/iguess.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/ksp/ksp/interface/eige.c
1.25 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.22 05/03/12 15:35:37 knepley@khan.(none) +10 -10
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.19 05/03/12 15:35:37 knepley@khan.(none) +20 -20
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/symmlq/symmlq.c
1.22 05/03/12 15:35:37 knepley@khan.(none) +16 -16
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/rich/rich.c
1.26 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/qcg/qcg.c
1.25 05/03/12 15:35:37 knepley@khan.(none) +14 -14
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/minres/minres.c
1.23 05/03/12 15:35:37 knepley@khan.(none) +14 -14
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/lsqr/lsqr.c
1.25 05/03/12 15:35:37 knepley@khan.(none) +10 -10
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.40 05/03/12 15:35:37 knepley@khan.(none) +12 -12
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/gmres/gmres.c
1.58 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.45 05/03/12 15:35:37 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/gmres/borthog2.c
1.20 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/gmres/borthog.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/cr/cr.c
1.34 05/03/12 15:35:37 knepley@khan.(none) +6 -6
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/cheby/cheby.c
1.23 05/03/12 15:35:37 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/cgs/cgs.c
1.28 05/03/12 15:35:37 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/cg/cgne/cgne.c
1.28 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/cg/cg.c
1.39 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/bicg/bicg.c
1.21 05/03/12 15:35:37 knepley@khan.(none) +6 -6
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.19 05/03/12 15:35:37 knepley@khan.(none) +12 -12
Changing BLAS interfaces to PETSc style

src/ksp/ksp/impls/bcgs/bcgs.c
1.22 05/03/12 15:35:37 knepley@khan.(none) +9 -9
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex9.c
1.18 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex8.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex7.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex6f.F
1.12 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex5.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex4.c
1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex31.c
1.16 05/03/12 15:35:37 knepley@khan.(none) +9 -9
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex30.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex3.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex2f.F
1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex29.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex28.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex27.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex25.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex23.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex22f.F
1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex22.c
1.11 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex21f.F
1.16 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex2.c
1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex1f.F
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex16.c
1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex15f.F
1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex15.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex14f.F
1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex12.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex11f.F
1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex11.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex10.c
1.49 05/03/12 15:35:37 knepley@khan.(none) +4 -4
Changing BLAS interfaces to PETSc style

src/ksp/examples/tutorials/ex1.c
1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex7.c
1.19 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex6.c
1.22 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex5f.F
1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex4.c
1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex3.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex26.c
1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex25.c
1.8 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex24.c
1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex20.c
1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex19.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex18.c
1.17 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex17.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex16f.F
1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex15.c
1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex14.c
1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex12f.F
1.19 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex10.c
1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/ksp/examples/tests/ex1.c
1.10 05/03/12 15:35:37 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/fortran/custom/zvec.c
1.18 05/03/12 15:35:37 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/fortran/custom/zsys.c
1.33 05/03/12 15:35:37 knepley@khan.(none) +1 -1
Change to const

src/fortran/custom/zsnes.c
1.31 05/03/12 15:35:37 knepley@khan.(none) +6 -6
Reversed function pointer and context arguments
Change to const

src/docs/website/documentation/changes/222.html
1.38 05/03/12 15:35:37 knepley@khan.(none) +26 -1
Lots of interface changes

src/docs/tex/manual/part2.tex
1.88 05/03/12 15:35:36 knepley@khan.(none) +13 -13
Changing BLAS interfaces to PETSc style

src/docs/tex/manual/part1.tex
1.35 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/usg/2d/quadratic/main.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/dm/usg/2d/constant_bilinear/main.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/dm/da/src/gr2.c
1.31.1.1 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Change to const

src/dm/da/src/dainterp.c
1.27 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/src/da2.c
1.63 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tutorials/ex5.c
1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tutorials/ex1.c
1.11 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex8.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex7.c
1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex6.c
1.9 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex4.c
1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex23.c
1.11 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex21f.F
1.3 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex20.c
1.10 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex2.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex18.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex17.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex15.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex14.c
1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/dm/da/examples/tests/ex1.c
1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/contrib/ysmp/ex1.c
1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/contrib/src/ns_q1q0_penalty/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/src/burgers_vertex_based_q1/main_old2.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/contrib/src/burgers_vertex_based_q1/main_old.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/contrib/src/burgers_vertex_based_q1/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/contrib/src/burgers_df_based_q1/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/reusememory/ex1.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/contrib/oberman/tns_q2q1/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +14 -14
Changing BLAS interfaces to PETSc style

src/contrib/oberman/quasigeo_q1/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/contrib/oberman/ns_q2q1/main.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/contrib/oberman/ns_q1q1/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +7 -7
Changing BLAS interfaces to PETSc style

src/contrib/oberman/ns_q1q1/appcreate.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/contrib/oberman/ns_q1q0_penalty/main.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/oberman/ns_q1q0/main.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/oberman/laplacian_q1/scalable/main.c
1.6 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/contrib/oberman/laplacian_q1/appalgebra.c
1.14 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/contrib/oberman/burgers_vertex_based_q1/main.c
1.12 05/03/12 15:35:36 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

src/contrib/oberman/burgers_df_based_q1/appsetalg.c
1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/lahaye/samg.old/petsctools.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/contrib/keyes/ex15.c
1.6 05/03/12 15:35:36 knepley@khan.(none) +3 -3
Changing BLAS interfaces to PETSc style

src/contrib/helmholtz_2/ex12.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/apps/2/ex1.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/apps/1/ex2.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5
Changing BLAS interfaces to PETSc style

src/adic/src/petscadic.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex5func.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex5.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex4.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex3func.c
1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex3.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex2func.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex2.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Changing BLAS interfaces to PETSc style

src/adic/examples/tutorials/ex1.c
1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2
Changing BLAS interfaces to PETSc style

include/vecimpl.h
1.40 05/03/12 15:35:36 knepley@khan.(none) +8 -8
Changing BLAS interfaces to PETSc style

include/petscvec.h
1.71 05/03/12 15:35:36 knepley@khan.(none) +8 -14
Changing BLAS interfaces to PETSc style

include/petscts.h
1.30.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Should be const

include/petscpc.h
1.70.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Should be const

include/petscksp.h
1.62.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1
Should be const


Hg-commit: a97920152fb7a7025cba2675facc0c052ef70819

show more ...


# e060cb09 12-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2977
barrysmith@barry-smiths-computer.local|ChangeSet|20050312141804|35573
ChangeSet
1.2977 05/03/12 08:18:04 barrysmith@barry-smiths-computer.local +31 -0
add const to match Matt'

bk-changeset-1.2977
barrysmith@barry-smiths-computer.local|ChangeSet|20050312141804|35573
ChangeSet
1.2977 05/03/12 08:18:04 barrysmith@barry-smiths-computer.local +31 -0
add const to match Matt's additional const char changes

src/vec/utils/vecio.c
1.43 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +2 -2
add const to match Matt's additional const char changes

src/vec/impls/seq/bvec2.c
1.65 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/vec/impls/mpi/pdvec.c
1.50 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ts/interface/ts.c
1.45 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/sys/src/viewer/impls/ascii/filev.c
1.36 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/sys/src/objects/prefix.c
1.10 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/sys/src/objects/pgname.c
1.9 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/sys/src/error/err.c
1.50 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +3 -3
add const to match Matt's additional const char changes

src/snes/interface/snes.c
1.74 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +3 -3
add const to match Matt's additional const char changes

src/mat/utils/matio.c
1.27 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +2 -2
add const to match Matt's additional const char changes

src/mat/impls/sbaij/seq/sbaij.c
1.140 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/mat/impls/dense/seq/dense.c
1.77 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/mat/impls/bdiag/seq/bdiag3.c
1.26 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.42 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -2
add const to match Matt's additional const char changes

src/mat/impls/aij/seq/aij.c
1.222 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/mat/impls/adj/mpi/mpiadj.c
1.47 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/interface/precon.c
1.61 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/redundant/redundant.c
1.24 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/mg/mgfunc.c
1.23 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/mg/mg.c
1.58 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/ksp/pcksp.c
1.23 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/composite/composite.c
1.29 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -1
add const to match Matt's additional const char changes

src/ksp/pc/impls/bjacobi/bjacobi.c
1.39 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +3 -3
add const to match Matt's additional const char changes

src/ksp/pc/impls/asm/asm.c
1.45 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/ksp/ksp/interface/itcl.c
1.16 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

src/dm/da/src/gr2.c
1.32 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -2
add const to match Matt's additional const char changes

src/dm/da/examples/tutorials/ex6.c
1.3 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +212 -11
add const to match Matt's additional const char changes

src/dm/ao/impls/basic/aobasic.c
1.30 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +25 -0
add const to match Matt's additional const char changes

include/petscts.h
1.31 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

include/petscpc.h
1.71 05/03/12 08:17:59 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes

include/petscksp.h
1.63 05/03/12 08:17:59 barrysmith@barry-smiths-computer.local +1 -1
add const to match Matt's additional const char changes


Hg-commit: 53306f66f65e04be83df4b32bcef35282e17d5b9

show more ...


# 2b85be51 03-Feb-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.2890
balay@login1.bgl.mcs.anl.gov|ChangeSet|20050203221225|02015
ChangeSet
1.2890 05/02/03 16:12:25 balay@login1.bgl.mcs.anl.gov +1 -0
Merge bk://petsc.bkbits.net/petsc-dev
into

bk-changeset-1.2890
balay@login1.bgl.mcs.anl.gov|ChangeSet|20050203221225|02015
ChangeSet
1.2890 05/02/03 16:12:25 balay@login1.bgl.mcs.anl.gov +1 -0
Merge bk://petsc.bkbits.net/petsc-dev
into login1.bgl.mcs.anl.gov:/bgl/home1/balay/petsc-dev

src/mat/impls/aij/seq/aij.c
1.215 05/02/03 16:12:24 balay@login1.bgl.mcs.anl.gov +0 -0
Auto merged


Hg-commit: c4c7511b8629a60f4753ad9808646ea04b28a88f

show more ...


# 4cf18111 03-Feb-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.2887.1.1
balay@login1.bgl.mcs.anl.gov|ChangeSet|20050203221150|36623
ChangeSet
1.2887.1.1 05/02/03 16:11:50 balay@login1.bgl.mcs.anl.gov +18 -0
use PETSC_USE_SOCKET_VIEWER

BitKe

bk-changeset-1.2887.1.1
balay@login1.bgl.mcs.anl.gov|ChangeSet|20050203221150|36623
ChangeSet
1.2887.1.1 05/02/03 16:11:50 balay@login1.bgl.mcs.anl.gov +18 -0
use PETSC_USE_SOCKET_VIEWER

BitKeeper/etc/logging_ok
1.93 05/02/03 16:11:50 balay@login1.bgl.mcs.anl.gov +1 -0
Logging to logging@openlogging.org accepted

src/vec/interface/vector.c
1.122 05/02/03 16:11:47 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/vec/impls/seq/bvec2.c
1.64 05/02/03 16:11:47 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/vec/impls/mpi/pdvec.c
1.48 05/02/03 16:11:47 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/sys/src/viewer/interface/viewregall.c
1.18 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/sys/src/viewer/impls/socket/makefile
1.6 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/sys/src/error/err.c
1.47 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +3 -3
use PETSC_USE_SOCKET_VIEWER

src/snes/examples/tutorials/ex29.c
1.78 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/mat/interface/matrix.c
1.169 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/mat/impls/dense/seq/dense.c
1.76 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/mat/impls/aij/seq/aij.c
1.213.1.1 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/mat/examples/tests/ex87.c
1.10 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/mat/examples/tests/ex71.c
1.8 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/ksp/pc/impls/mg/mg.c
1.54 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

src/fortran/custom/zviewer.c
1.12 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +2 -2
use PETSC_USE_SOCKET_VIEWER

src/fortran/custom/zpetsc.h
1.23 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +11 -4
use PETSC_USE_SOCKET_VIEWER

src/dm/da/examples/tests/ex12.c
1.8 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +1 -1
use PETSC_USE_SOCKET_VIEWER

python/PETSc/Configure.py
1.298 05/02/03 16:11:46 balay@login1.bgl.mcs.anl.gov +8 -1
use PETSC_USE_SOCKET_VIEWER


Hg-commit: 91f95edddc7fc1807d9d44b36134ac5495fdabc4

show more ...


# 354ff5eb 20-Jan-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2849
knepley@khan.mcs.anl.gov|ChangeSet|20050120225100|57963
ChangeSet
1.2849 05/01/08 00:19:07 knepley@khan.mcs.anl.gov +1 -0
Merge

src/mat/impls/aij/seq/aij.c
1.209 05/01/

bk-changeset-1.2849
knepley@khan.mcs.anl.gov|ChangeSet|20050120225100|57963
ChangeSet
1.2849 05/01/08 00:19:07 knepley@khan.mcs.anl.gov +1 -0
Merge

src/mat/impls/aij/seq/aij.c
1.209 05/01/08 00:19:07 knepley@khan.mcs.anl.gov +0 -0
SCCS merged


Hg-commit: 7eabb728c3e939aa25db9f534d1d8714c6ec1437

show more ...


# f23abaa7 20-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2842.1.30
barrysmith@barry-smiths-computer.local|ChangeSet|20050120143541|61056
ChangeSet
1.2842.1.30 05/01/20 08:35:41 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://pets

bk-changeset-1.2842.1.30
barrysmith@barry-smiths-computer.local|ChangeSet|20050120143541|61056
ChangeSet
1.2842.1.30 05/01/20 08:35:41 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: 6003565dcec6ae226e4f13e7bb3e55c4b5110b57

show more ...


# c45a1595 20-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2842.7.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050120030447|61174
ChangeSet
1.2842.7.2 05/01/19 21:04:47 barrysmith@barry-smiths-computer.local +22 -0
Socket viewer no

bk-changeset-1.2842.7.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050120030447|61174
ChangeSet
1.2842.7.2 05/01/19 21:04:47 barrysmith@barry-smiths-computer.local +22 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

todo
1.121 05/01/19 21:04:43 barrysmith@barry-smiths-computer.local +3 -1
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/vec/interface/vector.c
1.119 05/01/19 21:04:43 barrysmith@barry-smiths-computer.local +2 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/vec/impls/seq/bvec2.c
1.63 05/01/19 21:04:43 barrysmith@barry-smiths-computer.local +2 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/vec/impls/mpi/pdvec.c
1.47 05/01/19 21:04:43 barrysmith@barry-smiths-computer.local +4 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/sys/src/viewer/interface/viewregall.c
1.17 05/01/19 21:04:43 barrysmith@barry-smiths-computer.local +2 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/sys/src/viewer/impls/socket/send.c
1.32 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +0 -34
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/sys/src/viewer/impls/socket/makefile
1.5 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +1 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/sys/src/error/err.c
1.45 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +6 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/snes/examples/tutorials/ex29.c
1.77 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +5 -1
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/snes/examples/tutorials/ex24.c
1.23 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +0 -1
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/mat/interface/matrix.c
1.167 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +2 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/mat/impls/dense/seq/dense.c
1.75 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +5 -3
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/mat/impls/aij/seq/aij.c
1.207.1.1 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +5 -3
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/mat/examples/tests/ex87.c
1.9 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +2 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/mat/examples/tests/ex71.c
1.7 05/01/19 21:04:42 barrysmith@barry-smiths-computer.local +6 -7
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/ksp/pc/impls/mg/mg.c
1.53 05/01/19 21:04:41 barrysmith@barry-smiths-computer.local +3 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/fortran/custom/zviewer.c
1.11 05/01/19 21:04:41 barrysmith@barry-smiths-computer.local +4 -0
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/dm/da/examples/tests/makefile
1.19 05/01/19 21:04:41 barrysmith@barry-smiths-computer.local +25 -2
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/dm/da/examples/tests/ex24.c
1.3 05/01/19 21:04:41 barrysmith@barry-smiths-computer.local +1 -1
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/dm/da/examples/tests/ex12.c
1.7 05/01/19 21:04:41 barrysmith@barry-smiths-computer.local +4 -5
Socket viewer no longer has fake stubs when missing
PETSC_HAVE_SOCKET instead protect calls with ifdef

src/dm/da/examples/tests/output/ex25_1.out
1.1 05/01/19 18:31:08 barrysmith@barry-smiths-computer.local +240 -0

src/dm/da/examples/tests/output/ex25_1.out
1.0 05/01/19 18:31:08 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tests/output/ex25_1.out

src/dm/da/examples/tests/ex25.c
1.1 05/01/19 18:16:32 barrysmith@barry-smiths-computer.local +45 -0

src/dm/da/examples/tests/ex25.c
1.0 05/01/19 18:16:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tests/ex25.c


Hg-commit: edd4f761a376206eb7ecab564686720a9fa75538

show more ...


# ca11cd8c 06-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2836
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050106203833|09798
ChangeSet
1.2836 05/01/06 14:38:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.2836
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050106203833|09798
ChangeSet
1.2836 05/01/06 14:38:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev

src/docs/website/documentation/changes/222.html
1.30 05/01/06 14:38:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 09f5d90e2b258c6c3154849ec0fdd84b26c70cf8

show more ...


# fccaa45e 06-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2833.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050106203818|60730
ChangeSet
1.2833.1.1 05/01/06 14:38:18 barrysmith@barrysmith-57.mcs.anl.gov +13 -0
ref count for vec/ma

bk-changeset-1.2833.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050106203818|60730
ChangeSet
1.2833.1.1 05/01/06 14:38:18 barrysmith@barrysmith-57.mcs.anl.gov +13 -0
ref count for vec/mat passed to PCMG
remove too many COMM dup problem when user does not
use PETSC_COMM....
couple of updates for new defaults in SOR PC

src/snes/utils/damgsnes.c
1.56 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
used wrong restrict/interp

src/snes/utils/damg.c
1.49 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +5 -3
do not set x and rhs on finest PCMG level

src/mat/impls/dense/seq/dense.c
1.74 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
support the LOCAL smooth option also

src/ksp/pc/impls/mg/mgfunc.c
1.17 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +41 -11
increase ref count on vectors/matrices passed into PCMG

src/ksp/pc/impls/mg/mg.c
1.47 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +13 -0
automatically set transpose of restrict/interpolate if not given

src/ksp/pc/examples/tests/ex5.c
1.18 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +6 -2
no longer set PCMG rhs and x on finest grid

src/ksp/pc/examples/tests/ex4.c
1.10 05/01/06 14:38:14 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
missing assemblybegin/end

src/ksp/pc/examples/tests/output/ex4_1.out
1.5 05/01/06 11:34:45 barrysmith@barrysmith-57.mcs.anl.gov +19 -19
new defaults for PCSOR changed this

src/sys/src/objects/tagm.c
1.24 05/01/05 21:56:54 barrysmith@barry-smiths-computer.local +58 -16
petsc-maint 12484 reduce number of MPI_Comm_dups that need to be done.

src/docs/website/documentation/changes/222.html
1.29 05/01/05 13:41:31 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
PCMG more defaults and reference counting

src/ksp/pc/impls/mg/mg.c
1.46 05/01/05 13:33:07 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
add reference counting for r,b,x and restrct/interpolation set into PC on the levels
MG now destroys them at the end so user need not keep a reference to them

src/dm/da/src/dagetarray.c
1.17 05/01/05 13:15:32 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
error checking for wrong vector in restore array to DA

src/snes/utils/damg.c
1.48 05/01/05 09:56:07 barrysmith@barry-smiths-computer.local +3 -1
only compute rhs for level if rhs function has been provided by user
otherwise just use whatever is in rhs.

src/ksp/examples/tutorials/ex22.c
1.9 05/01/05 09:51:21 barrysmith@barry-smiths-computer.local +1 -1
petsc-maint 12481 actually solve with - laplacian so that matrix is
positive definite.

src/vec/is/utils/iscoloring.c
1.31 05/01/04 16:13:22 barrysmith@barrysmith-57.mcs.anl.gov +9 -1
error check that all colors are valid before creating is's.


Hg-commit: f9b7f6615b7943d9e9fa4baf254204c9dcc844b7

show more ...


# ff43f1e1 27-Dec-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

include/petscmath.h
1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22

show more ...


# de7579db 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.23
Kris@p4buschel.|ChangeSet|20041222115158|49115
ChangeSet
1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.

bk-changeset-1.2821.1.23
Kris@p4buschel.|ChangeSet|20041222115158|49115
ChangeSet
1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/hong-dev

src/mat/impls/baij/seq/baij.c
1.118 04/12/22 03:51:57 Kris@p4buschel. +0 -0
Auto merged

include/petscmat.h
1.167 04/12/22 03:51:57 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: fe83a850911b4f07e2f4ddeb845c0d2ceae453eb

show more ...


# be1d678a 22-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.9.1
Kris@p4buschel.|ChangeSet|20041222115123|41198
ChangeSet
1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

bk-changeset-1.2821.9.1
Kris@p4buschel.|ChangeSet|20041222115123|41198
ChangeSet
1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/zerodiag.c
1.14 04/12/22 03:51:15 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/ptap.c
1.2 04/12/22 03:51:15 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/multequal.c
1.6 04/12/22 03:51:15 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matstash.c
1.14 04/12/22 03:51:15 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matioall.c
1.34 04/12/22 03:51:15 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/matio.c
1.24 04/12/22 03:51:15 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/getcolv.c
1.11 04/12/22 03:51:15 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/gcreate.c
1.38 04/12/22 03:51:15 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/freespace.c
1.6 04/12/22 03:51:15 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/convert.c
1.19 04/12/22 03:51:15 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/compressedrow.c
1.11 04/12/22 03:51:14 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/utils/axpy.c
1.22 04/12/22 03:51:14 Kris@p4buschel. +6 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/spartition.c
1.9 04/12/22 03:51:14 Kris@p4buschel. +10 -9
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/partition.c
1.30 04/12/22 03:51:14 Kris@p4buschel. +19 -18
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/scotch/scotch.c
1.16 04/12/22 03:51:14 Kris@p4buschel. +11 -9
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/pmetis/pmetis.c
1.23 04/12/22 03:51:14 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/party/party.c
1.13 04/12/22 03:51:14 Kris@p4buschel. +7 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/jostle/jostle.c
1.11 04/12/22 03:51:14 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/partition/impls/chaco/chaco.c
1.15 04/12/22 03:51:14 Kris@p4buschel. +8 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sregis.c
1.10 04/12/22 03:51:14 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sprcm.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spqmd.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spnd.c
1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/spinver.c
1.6 04/12/22 03:51:14 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sp1wd.c
1.9 04/12/22 03:51:14 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/sorder.c
1.21 04/12/22 03:51:13 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/rootls.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/rcm.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdupd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdrch.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdqt.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/qmdmrg.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/genrcm.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/genqmd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/gennd.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/gen1wd.c
1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fnroot.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fndsep.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/fn1wd.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/order/degree.c
1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/matfd/fdmatrix.c
1.30 04/12/22 03:51:13 Kris@p4buschel. +16 -14
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/mhas.c
1.9 04/12/22 03:51:12 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matrix.c
1.164 04/12/22 03:51:12 Kris@p4buschel. +121 -121
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matregis.c
1.40 04/12/22 03:51:12 Kris@p4buschel. +37 -36
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matreg.c
1.21 04/12/22 03:51:12 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/matnull.c
1.19 04/12/22 03:51:12 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/interface/dlregis.c
1.28 04/12/22 03:51:12 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/shell/shellcnv.c
1.16 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/shell/shell.c
1.28 04/12/22 03:51:12 Kris@p4buschel. +8 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sro.c
1.11 04/12/22 03:51:12 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.60 04/12/22 03:51:12 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact9.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact8.c
1.9 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact7.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact6.c
1.11 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact5.c
1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact4.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact3.c
1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact2.c
1.56 04/12/22 03:51:11 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact12.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact11.c
1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact10.c
1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaijfact.c
1.82 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaij2.c
1.37 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/sbaij.c
1.133 04/12/22 03:51:11 Kris@p4buschel. +12 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/seq/aijsbaij.c
1.26 04/12/22 03:51:11 Kris@p4buschel. +11 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.48 04/12/22 03:51:11 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/sbaijov.c
1.40 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/mpisbaij.c
1.116 04/12/22 03:51:11 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/sbaij/mpi/mmsbaij.c
1.33 04/12/22 03:51:11 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/mpirowbs.c
1.67 04/12/22 03:51:10 Kris@p4buschel. +7 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/iccbs.c
1.8 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/rowbs/mpi/cholbs.c
1.13 04/12/22 03:51:10 Kris@p4buschel. +9 -8
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/normal/normm.c
1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/maij/maij.c
1.36 04/12/22 03:51:10 Kris@p4buschel. +13 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/is/matis.c
1.21 04/12/22 03:51:10 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/hypre/mhyp.c
1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/seq/dense.c
1.73 04/12/22 03:51:10 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/mpi/mpidense.c
1.55 04/12/22 03:51:10 Kris@p4buschel. +8 -6
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/dense/mpi/mmdense.c
1.16 04/12/22 03:51:10 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/csr/inode/inode2.c
1.4 04/12/22 03:51:10 Kris@p4buschel. +9 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/csr/inode/inode.c
1.50 04/12/22 03:51:10 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag3.c
1.25 04/12/22 03:51:10 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag2.c
1.24 04/12/22 03:51:10 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdiag.c
1.48 04/12/22 03:51:09 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/seq/bdfact.c
1.19 04/12/22 03:51:09 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/mpi/mpibdiag.c
1.47 04/12/22 03:51:09 Kris@p4buschel. +9 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/bdiag/mpi/mmbdiag.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa7.c
1.12 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa6.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa5.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa4.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa3.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa2.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgefa.c
1.13 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/dgedi.c
1.7 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact9.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact8.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact7.c
1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact6.c
1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact5.c
1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact4.c
1.15 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact3.c
1.19 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact2.c
1.43 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact14.c
1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact13.c
1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact12.c
1.23 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact11.c
1.12 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact10.c
1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baijfact.c
1.27 04/12/22 03:51:08 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baij2.c
1.31 04/12/22 03:51:08 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/baij.c
1.116.1.1 04/12/22 03:51:08 Kris@p4buschel. +16 -12
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/seq/aijbaij.c
1.22 04/12/22 03:51:08 Kris@p4buschel. +3 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/mpibaij.c
1.90 04/12/22 03:51:08 Kris@p4buschel. +18 -15
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/mmbaij.c
1.26 04/12/22 03:51:08 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.67 04/12/22 03:51:07 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/baij/mpi/baijov.c
1.27 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/unary.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/umfpack/umfpack.c
1.43 04/12/22 03:51:07 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/symtranspose.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/superlu/superlu.c
1.76 04/12/22 03:51:07 Kris@p4buschel. +6 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.32 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/spooles.c
1.104 04/12/22 03:51:07 Kris@p4buschel. +6 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/spooles/aijspooles.c
1.38 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matptap.c
1.84 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matpapt.c
1.44 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matmatmult.c
1.85 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.38 04/12/22 03:51:07 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/lusol/lusol.c
1.37 04/12/22 03:51:07 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/ilut.c
1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/ij.c
1.8 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/fdaij.c
1.16 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/essl/essl.c
1.37 04/12/22 03:51:06 Kris@p4buschel. +4 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/dxml/dxml.c
1.8 04/12/22 03:51:06 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aijfact.c
1.109 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aij.h
1.51 04/12/22 03:51:06 Kris@p4buschel. +3 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/seq/aij.c
1.207 04/12/22 03:51:06 Kris@p4buschel. +13 -12
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.106 04/12/22 03:51:06 Kris@p4buschel. +5 -3
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.73 04/12/22 03:51:06 Kris@p4buschel. +4 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mumps/mumps.c
1.85 04/12/22 03:51:06 Kris@p4buschel. +8 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiptap.c
1.17 04/12/22 03:51:06 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiov.c
1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpimatmatmult.c
1.7 04/12/22 03:51:06 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaijpc.c
1.6 04/12/22 03:51:06 Kris@p4buschel. +2 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaij.h
1.35 04/12/22 03:51:05 Kris@p4buschel. +2 -2
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mpiaij.c
1.228 04/12/22 03:51:05 Kris@p4buschel. +20 -19
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/mmaij.c
1.22 04/12/22 03:51:05 Kris@p4buschel. +3 -1
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/mpi/fdmpiaij.c
1.13 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/aij/aij/aijtype.c
1.11 04/12/22 03:51:05 Kris@p4buschel. +12 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adj/mpi/mpiadj.c
1.46 04/12/22 03:51:05 Kris@p4buschel. +7 -5
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adic/nladic.c
1.9 04/12/22 03:51:05 Kris@p4buschel. +7 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/impls/adic/matadic.c
1.30 04/12/22 03:51:05 Kris@p4buschel. +11 -10
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/slo.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/setr.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/seq.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +2 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/scolor.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +5 -4
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/numsrt.c
1.9 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/ido.c
1.8 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/dsm.c
1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/degr.c
1.7 04/12/22 03:51:04 Kris@p4buschel. +1 -0
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

src/mat/color/color.c
1.23 04/12/22 03:51:04 Kris@p4buschel. +9 -7
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API

include/petscmat.h
1.165.1.1 04/12/22 03:51:04 Kris@p4buschel. +296 -290
PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API


Hg-commit: 70d6d743ca87a4f2767b4ca5849efc2ee9c2478d

show more ...


# e7386371 07-Dec-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2790
barrysmith@barry-smiths-computer.local|ChangeSet|20041207035825|46325
ChangeSet
1.2790 04/12/06 21:58:25 barrysmith@barry-smiths-computer.local +9 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2790
barrysmith@barry-smiths-computer.local|ChangeSet|20041207035825|46325
ChangeSet
1.2790 04/12/06 21:58:25 barrysmith@barry-smiths-computer.local +9 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/mat/impls/sbaij/seq/sbaijfact2.c
1.54 04/12/06 21:58:24 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.131 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/csr/inode/inode.c
1.45 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/baij/seq/baijfact.c
1.26 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.116 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.37 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/seq/essl/essl.c
1.36 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.206 04/12/06 21:58:22 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/adj/mpi/mpiadj.c
1.45 04/12/06 21:58:22 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: ba24edaa43d4a3a65abe64ede4b53bc9f540bb9b

show more ...


# 63ba0a88 07-Dec-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2781.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776
ChangeSet
1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0
PetscLogInfo bec

bk-changeset-1.2781.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776
ChangeSet
1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0
PetscLogInfo becomes a macro and always has error checking

src/vec/utils/vscat.c
1.37 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +17 -17
PetscLogInfo becomes a macro and always has error checking

src/vec/utils/vpscat.c
1.39 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +15 -14
PetscLogInfo becomes a macro and always has error checking

src/vec/utils/comb.c
1.21 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/vec/is/utils/isltog.c
1.34 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/vec/is/utils/iscoloring.c
1.29 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/vec/interface/vector.c
1.114 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/vec/impls/mpi/pdvec.c
1.44 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ts/interface/tsfd.c
1.12 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/sys/src/viewer/impls/socket/send.c
1.30 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/viewer/impls/matlab/vmatlab.c
1.18 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/sys/src/viewer/impls/binary/binv.c
1.38 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/utils/random.c
1.23 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/utils/fhost.c
1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/plog/plogmpe.c
1.16 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/sys/src/plog/ploginfo.c
1.26 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -3
PetscLogInfo becomes a macro and always has error checking

src/sys/src/objects/tagm.c
1.22 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -6
PetscLogInfo becomes a macro and always has error checking

src/sys/src/objects/pinit.c
1.55 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/sys/src/objects/options.c
1.51 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/objects/init.c
1.50 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/matlabengine/matlab.c
1.39 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +12 -12
PetscLogInfo becomes a macro and always has error checking

src/sys/src/fileio/mpiuopen.c
1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/sys/src/fileio/ftest.c
1.33 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/sys/src/fileio/fretrieve.c
1.23 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/sys/src/draw/impls/x/xcolor.c
1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/sys/src/dll/dl.c
1.32 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +15 -15
PetscLogInfo becomes a macro and always has error checking

src/snes/utils/damgsnes.c
1.51 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/snes/mf/snesmfj.c
1.48 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/snes/interface/snesut.c
1.17 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +9 -7
PetscLogInfo becomes a macro and always has error checking

src/snes/interface/snesj2.c
1.13 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/snes/interface/snes.c
1.62 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/snes/interface/noise/snesnoise.c
1.16 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/snes/interface/noise/snesmfj2.c
1.24 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/snes/impls/tr/tr.c
1.28 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +14 -14
PetscLogInfo becomes a macro and always has error checking

src/snes/impls/ls/ls.c
1.49 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +27 -27
PetscLogInfo becomes a macro and always has error checking

src/mat/utils/gcreate.c
1.37 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/utils/compressedrow.c
1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +5 -5
PetscLogInfo becomes a macro and always has error checking

src/mat/matfd/fdmatrix.c
1.29 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/sbaij/seq/sbaijfact2.c
1.52.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +29 -25
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/sbaij/seq/sbaijfact.c
1.81 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +33 -29
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/sbaij/seq/sbaij.c
1.129.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +15 -15
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/sbaij/mpi/mpisbaij.c
1.114 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +5 -5
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/rowbs/mpi/mpirowbs.c
1.66 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +6 -6
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/rowbs/mpi/cholbs.c
1.12 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/dense/seq/dense.c
1.72 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -2
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/dense/mpi/mpidense.c
1.54 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/csr/inode/inode.c
1.43.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +7 -7
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/bdiag/seq/bdiag2.c
1.23 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/bdiag/seq/bdiag.c
1.47 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +9 -7
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/bdiag/mpi/mpibdiag.c
1.46 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/seq/baijfact3.c
1.18 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -5
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/seq/baijfact2.c
1.42 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +37 -34
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/seq/baijfact.c
1.24.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +16 -12
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/seq/baij.c
1.114.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +8 -7
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/mpi/mpibaij.c
1.86 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -7
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/baij/mpi/baijov.c
1.26 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/umfpack/umfpack.c
1.41 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/symtranspose.c
1.9 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/superlu/superlu.c
1.75 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/matmatmult.c
1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.35.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/lusol/lusol.c
1.36 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/essl/essl.c
1.34.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/aijfact.c
1.107 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +34 -26
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/seq/aij.c
1.204.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +6 -6
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.103 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/mumps/mumps.c
1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/mpiptap.c
1.16 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/mpiov.c
1.30 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/mpiaij.c
1.227 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/aij/mpi/fdmpiaij.c
1.12 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/mat/impls/adj/mpi/mpiadj.c
1.43.1.1 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +3 -2
PetscLogInfo becomes a macro and always has error checking

src/mat/color/color.c
1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/interface/precon.c
1.58 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +5 -5
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/tfs/pxxt.c
1.23 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/sor/sor.c
1.26 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/mg/mg.c
1.43 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/jacobi/jacobi.c
1.15 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/hypre/hyppilut.c
1.69 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.18 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/interface/itfunc.c
1.60 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/interface/iterativ.c
1.29 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +10 -9
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/interface/itcreate.c
1.59 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +4 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/symmlq/symmlq.c
1.19 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/qcg/qcg.c
1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +6 -6
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/minres/minres.c
1.20 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/lgmres/lgmres.c
1.35 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/gmres/gmres.c
1.53 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/gmres/borthog2.c
1.17 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/fgmres/fgmres.c
1.40 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/cgne/cgne.c
1.23 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/ksp/impls/cg/cg.c
1.31 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/ksp/examples/tutorials/ex10.c
1.46 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1
PetscLogInfo becomes a macro and always has error checking

src/fortran/custom/zstart.c
1.24 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +4 -3
PetscLogInfo becomes a macro and always has error checking

src/fortran/custom/zoptions.c
1.22 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2
PetscLogInfo becomes a macro and always has error checking

src/dm/da/src/gr2.c
1.30 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +5 -5
PetscLogInfo becomes a macro and always has error checking

src/dm/da/src/dasub.c
1.11 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +4 -4
PetscLogInfo becomes a macro and always has error checking

src/dm/da/src/da2.c
1.57 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -6
PetscLogInfo becomes a macro and always has error checking

include/petsclog.h
1.50 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -1
PetscLogInfo becomes a macro and always has error checking

src/docs/website/publications/prizes.html
1.19 04/12/06 11:12:59 barrysmith@barrysmith-57.mcs.anl.gov +7 -1
added CFGS fellows from Lois


Hg-commit: 81f9f5ef459e333bd2dd09393e15782b082b998d

show more ...


# 78d85084 23-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2739
Kris@p4buschel.|ChangeSet|20041123192608|50481
ChangeSet
1.2739 04/11/23 11:26:08 Kris@p4buschel. +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.2739
Kris@p4buschel.|ChangeSet|20041123192608|50481
ChangeSet
1.2739 04/11/23 11:26:08 Kris@p4buschel. +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/dev

src/mat/impls/csr/inode/inode.c
1.37 04/11/23 11:26:07 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aijfact.c
1.97 04/11/23 11:26:07 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.202 04/11/23 11:26:07 Kris@p4buschel. +0 -0
Auto merged

src/mat/impls/csr/inode/inode.c
1.33.1.2 04/11/23 11:26:06 Kris@p4buschel. +0 -0
Merge rename: src/mat/impls/aij/seq/aijnode.c -> src/mat/impls/csr/inode/inode.c


Hg-commit: e93d55d8c5e002d892e84c542914b91fae63fdc9

show more ...


# efee365b 22-Nov-2004 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.2736.1.4
balay@asterix.mcs.anl.gov|ChangeSet|20041122212205|00847
ChangeSet
1.2736.1.4 04/11/22 15:22:05 balay@asterix.mcs.anl.gov +77 -0
fix missing CHKERRQ(ierr) -(fixes warnings

bk-changeset-1.2736.1.4
balay@asterix.mcs.anl.gov|ChangeSet|20041122212205|00847
ChangeSet
1.2736.1.4 04/11/22 15:22:05 balay@asterix.mcs.anl.gov +77 -0
fix missing CHKERRQ(ierr) -(fixes warnings on gcc-34)

src/vec/is/utils/isdiff.c
1.18 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/vec/impls/seq/dvec2.c
1.25 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +14 -14
fix missing CHKERRQ(ierr)

src/vec/impls/seq/bvec2.c
1.60 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/vec/impls/seq/bvec1.c
1.12 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +6 -6
fix missing CHKERRQ(ierr)

src/vec/impls/mpi/pvec2.c
1.16 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/sys/src/utils/memc.c
1.25 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/sys/src/utils/dlregis.h
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/sys/src/matlabengine/matlab.c
1.38 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/sys/src/fileio/mprint.c
1.33 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +3 -1
fix missing CHKERRQ(ierr)

src/sys/src/adic/Gradient/ad_grad.c
1.13 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +4 -2
fix missing CHKERRQ(ierr)

src/snes/interface/snesj.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/snes/impls/tr/tr.c
1.26 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/snes/impls/ls/ls.c
1.46 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/snes/examples/tutorials/ex24.c
1.18 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/snes/examples/tutorials/ex23.c
1.8 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/snes/examples/tutorials/ex22.c
1.10 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/snes/examples/tests/ex11.c
1.14 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact9.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact8.c
1.8 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact7.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact6.c
1.10 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact5.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact4.c
1.8 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact3.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact2.c
1.52 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +18 -18
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact12.c
1.8 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact11.c
1.9 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact10.c
1.8 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaijfact.c
1.80 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +7 -7
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaij2.c
1.35 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +20 -19
fix missing CHKERRQ(ierr)

src/mat/impls/sbaij/seq/sbaij.c
1.129 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +6 -6
fix missing CHKERRQ(ierr)

src/mat/impls/rowbs/mpi/mpirowbs.c
1.64 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/rowbs/mpi/cholbs.c
1.10 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +5 -5
fix missing CHKERRQ(ierr)

src/mat/impls/maij/maij.c
1.35 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +36 -36
fix missing CHKERRQ(ierr)

src/mat/impls/dense/seq/dense.c
1.71 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +20 -17
fix missing CHKERRQ(ierr)

src/mat/impls/dense/mpi/mpidense.c
1.53 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +6 -5
fix missing CHKERRQ(ierr)

src/mat/impls/bdiag/seq/bdiag2.c
1.22 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +12 -12
fix missing CHKERRQ(ierr)

src/mat/impls/bdiag/seq/bdiag.c
1.46 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +4 -3
fix missing CHKERRQ(ierr)

src/mat/impls/bdiag/seq/bdfact.c
1.18 04/11/22 15:22:02 balay@asterix.mcs.anl.gov +6 -6
fix missing CHKERRQ(ierr)

src/mat/impls/bdiag/mpi/mpibdiag.c
1.45 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact9.c
1.10 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact8.c
1.9 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact7.c
1.10 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact6.c
1.9 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact5.c
1.10 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact4.c
1.14 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact2.c
1.41 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +34 -34
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact14.c
1.9 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact13.c
1.10 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact12.c
1.22 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +8 -8
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact11.c
1.11 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact10.c
1.9 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baijfact.c
1.24 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +8 -8
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baij2.c
1.29 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +22 -21
fix missing CHKERRQ(ierr)

src/mat/impls/baij/seq/baij.c
1.114 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +12 -12
fix missing CHKERRQ(ierr)

src/mat/impls/aij/seq/dxml/dxml.c
1.7 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/mat/impls/aij/seq/aijnode.c
1.33.1.1 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +10 -10
fix missing CHKERRQ(ierr)

src/mat/impls/aij/seq/aijfact.c
1.94.1.1 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +8 -8
fix missing CHKERRQ(ierr)

src/mat/impls/aij/seq/aij.c
1.199.1.1 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +17 -15
fix missing CHKERRQ(ierr)

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.18 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +4 -4
fix missing CHKERRQ(ierr)

src/ksp/pc/impls/factor/lu/lu.c
1.40 04/11/22 15:22:01 balay@asterix.mcs.anl.gov +3 -3
fix missing CHKERRQ(ierr)

src/ksp/pc/impls/factor/ilu/ilu.c
1.52 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +10 -10
fix missing CHKERRQ(ierr)

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.38 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +3 -3
fix missing CHKERRQ(ierr)

src/ksp/ksp/interface/iterativ.c
1.27 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/ksp/ksp/interface/iguess.c
1.13 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/ksp/ksp/impls/lsqr/lsqr.c
1.22 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/ksp/ksp/impls/lgmres/lgmres.c
1.34 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +4 -4
fix missing CHKERRQ(ierr)

src/ksp/ksp/impls/gmres/gmres.c
1.52 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +3 -3
fix missing CHKERRQ(ierr)

src/ksp/ksp/impls/fgmres/fgmres.c
1.39 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +4 -4
fix missing CHKERRQ(ierr)

src/dm/usg/utils/triconvert.c
1.10 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/dm/usg/utils/inpututils.c
1.11 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

src/dm/da/src/dainterp.c
1.25 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +4 -4
fix missing CHKERRQ(ierr)

src/dm/ao/impls/basic/aodatabasic.c
1.28 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/dm/ao/examples/tests/ex3.c
1.7 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

src/contrib/oberman/laplacian_q1/finput.c
1.9 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +1 -1
fix missing CHKERRQ(ierr)

include/petscsys.h
1.37 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)

include/petsclog.h
1.49 04/11/22 15:22:00 balay@asterix.mcs.anl.gov +2 -2
fix missing CHKERRQ(ierr)


Hg-commit: 9464ed364350f5935a8dc63d460ab883871e9f28

show more ...


# 23735742 19-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2715
barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960
ChangeSet
1.2715 04/11/18 21:39:24 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2715
barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960
ChangeSet
1.2715 04/11/18 21:39:24 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/mat/impls/baij/mpi/mpibaij.c
1.83 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petsc.h
1.103 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 067cbc31fb2f1d5208ae839c0c3f8a531ba2d85c

show more ...


# bd44253f 18-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2712.1.7
Kris@p4buschel.|ChangeSet|20041118231604|38597
ChangeSet
1.2712.1.7 04/11/18 15:16:04 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F

bk-changeset-1.2712.1.7
Kris@p4buschel.|ChangeSet|20041118231604|38597
ChangeSet
1.2712.1.7 04/11/18 15:16:04 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/dev

src/mat/impls/baij/seq/baijfact.c
1.22 04/11/18 15:16:03 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 059e663028c89a34e39b843e8592bdb9e1cbf9f5

show more ...


# ceb03754 18-Nov-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2712.2.1
Kris@p4buschel.|ChangeSet|20041118231542|41082
ChangeSet
1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0
Add MatReuse parameter to MatConvert calls.

src/snes/impls/

bk-changeset-1.2712.2.1
Kris@p4buschel.|ChangeSet|20041118231542|41082
ChangeSet
1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0
Add MatReuse parameter to MatConvert calls.

src/snes/impls/test/snestest.c
1.16 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/utils/matioall.c
1.33 04/11/18 15:15:38 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/utils/convert.c
1.16 04/11/18 15:15:38 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/scotch/scotch.c
1.15 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/pmetis/pmetis.c
1.22 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/party/party.c
1.12 04/11/18 15:15:38 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/jostle/jostle.c
1.9 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/partition/impls/chaco/chaco.c
1.14 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/matimpl.h
1.65 04/11/18 15:15:37 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/interface/matrix.c
1.158 04/11/18 15:15:37 Kris@p4buschel. +8 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/shell/shellcnv.c
1.13 04/11/18 15:15:37 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/impls/shell/shell.c
1.27 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.59 04/11/18 15:15:37 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/sbaij.c
1.127 04/11/18 15:15:37 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/seq/aijsbaij.c
1.23 04/11/18 15:15:37 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.47 04/11/18 15:15:37 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/maij/maij.c
1.31 04/11/18 15:15:37 Kris@p4buschel. +29 -17
Add MatReuse parameter to MatConvert calls.

src/mat/impls/dense/seq/dense.c
1.70 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/bdiag/seq/bdfact.c
1.17 04/11/18 15:15:37 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/baijfact.c
1.20.1.1 04/11/18 15:15:37 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/baij.c
1.113 04/11/18 15:15:37 Kris@p4buschel. +4 -4
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/seq/aijbaij.c
1.18 04/11/18 15:15:37 Kris@p4buschel. +4 -4
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/mpi/mpibaij.c
1.81.1.1 04/11/18 15:15:36 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.66 04/11/18 15:15:36 Kris@p4buschel. +12 -12
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.40 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/superlu/superlu.c
1.73 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/spooles/spooles.h
1.53 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/spooles/spooles.c
1.103 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.34 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/lusol/lusol.c
1.35 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/essl/essl.c
1.34 04/11/18 15:15:36 Kris@p4buschel. +6 -6
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/seq/aij.h
1.47 04/11/18 15:15:36 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.102 04/11/18 15:15:36 Kris@p4buschel. +8 -8
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.72 04/11/18 15:15:36 Kris@p4buschel. +5 -5
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/mpi/mumps/mumps.c
1.83 04/11/18 15:15:36 Kris@p4buschel. +15 -15
Add MatReuse parameter to MatConvert calls.

src/mat/impls/aij/aij/aijtype.c
1.10 04/11/18 15:15:36 Kris@p4buschel. +32 -36
Add MatReuse parameter to MatConvert calls.

src/mat/impls/adj/mpi/mpiadj.c
1.41 04/11/18 15:15:36 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex99.c
1.3 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex96.c
1.13 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex92.c
1.10 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex91.c
1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex55.c
1.20 04/11/18 15:15:35 Kris@p4buschel. +9 -6
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex53.c
1.14 04/11/18 15:15:35 Kris@p4buschel. +3 -3
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex46.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex24.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex21.c
1.9 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex20.c
1.8 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex13.c
1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex101.c
1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex100.c
1.2 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/mat/examples/tests/ex1.c
1.17 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tutorials/ex6f.F
1.11 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex7.c
1.18 04/11/18 15:15:35 Kris@p4buschel. +1 -1
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex3.c
1.12 04/11/18 15:15:35 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/ksp/examples/tests/ex10.c
1.13 04/11/18 15:15:34 Kris@p4buschel. +5 -4
Add MatReuse parameter to MatConvert calls.

src/fortran/kernels/sgemv.F
1.5 04/11/18 15:15:34 Kris@p4buschel. +4 -4
Fix capitalization errors

src/fortran/custom/zmat.c
1.46 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/contrib/src/burgers_vertex_based_q1/main_old2.c
1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

src/contrib/src/burgers_vertex_based_q1/main_old.c
1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2
Add MatReuse parameter to MatConvert calls.

include/petscmat.h
1.161 04/11/18 15:15:34 Kris@p4buschel. +14 -13
Add MatReuse parameter to MatConvert calls.


Hg-commit: f21aa5967dbe07142bac80fc67bd7c3737e9afe4

show more ...


# 81287812 13-Nov-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

todo
1.106 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/vec/interface/vector.c
1.111 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.122 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mpisbaij.c
1.113 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.110 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.197 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d30867d8ba3fe7eeb6a355c6b4f2a0209697a9cb

show more ...


# 52e6d16b 12-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/utils/vscat.c
1.36 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/pf/interface/pf.c
1.28 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/utils/isltog.c
1.33 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/stride/stride.c
1.17 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/strgen.c
1.9 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/general.c
1.21 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/block/block.c
1.19 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/vector.c
1.109.1.1 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/veccreate.c
1.22 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/mapcreate.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pdvec.c
1.43 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/dscatter.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/fdmpiaij.c
1.11 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/bjacobi/bjacobi.c
1.37 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +17 -17
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pbvec.c
1.32 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +7 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/tscreate.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/ts.c
1.41 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/pseudo/posindep.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/pvode/petscpvode.c
1.29 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/cn/cn.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/beuler/beuler.c
1.22 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/explicit/rk/rk.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/interface/viewreg.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/silo/vsilo.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/matlab/vmatlab.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/draw/drawv.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/binary/binv.c
1.36 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/random.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/fhost.c
1.18 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/tagm.c
1.21 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/options.c
1.50 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/inherit.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/matlabengine/matlab.c
1.36 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +13 -13
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/mpiuopen.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/ftest.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/lg.c
1.16 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/hists.c
1.22 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/axis.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/interface/drawreg.c
1.27 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/impls/x/xops.c
1.25 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/dll/dl.c
1.31 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/mf/snesmfj.c
1.47 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/snes.c
1.60 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesnoise.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesmfj2.c
1.23 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/tr/tr.c
1.25 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/test/snestest.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/ls/ls.c
1.45 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/utils/gcreate.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/partition/partition.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/matfd/fdmatrix.c
1.28 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matrix.c
1.157 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matnull.c
1.18 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/shell/shell.c
1.26 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact2.c
1.49 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact.c
1.76 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaij.c
1.120.1.1 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mpisbaij.c
1.111.1.1 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +20 -20
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mmsbaij.c
1.31 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +21 -21
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/rowbs/mpi/mpirowbs.c
1.63 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +12 -12
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/seq/dense.c
1.69 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mpidense.c
1.52 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mmdense.c
1.15 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag2.c
1.21 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag.c
1.45 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdfact.c
1.16 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mpibdiag.c
1.44 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +4 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mmbdiag.c
1.9 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact3.c
1.17 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact2.c
1.40 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact.c
1.19 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baij.c
1.108.1.1 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +9 -9
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mpibaij.c
1.80 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mmbaij.c
1.25 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/umfpack/umfpack.c
1.39 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/symtranspose.c
1.8 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/superlu/superlu.c
1.72 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/lusol/lusol.c
1.34 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/essl/essl.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aijfact.c
1.90 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aij.c
1.195.1.1 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.101 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mumps/mumps.c
1.82 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mpiaij.c
1.222 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mmaij.c
1.21 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/adj/mpi/mpiadj.c
1.40 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/interface/precon.c
1.57 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/tfs.c
1.5 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/pxxt.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/sor/sor.c
1.25 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/shell/shellpc.c
1.23 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/redundant/redundant.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.17 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mgfunc.c
1.15 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mg.c
1.42 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/ksp/pcksp.c
1.21 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/jacobi/jacobi.c
1.14 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/is/nn/nn.c
1.26 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.16 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/lu/lu.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/ilu/ilu.c
1.51 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/icc/icc.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.37 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/eisens/eisen.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/composite/composite.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/asm/asm.c
1.41 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/xmon.c
1.10 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itfunc.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itcreate.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/iguess.c
1.12 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/eige.c
1.23 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/rich/rich.c
1.19 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/qcg/qcg.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lsqr/lsqr.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lgmres/lgmres.c
1.33 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/gmres/gmres.c
1.51 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/fgmres/fgmres.c
1.38 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cheby/cheby.c
1.20 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cgne/cgne.c
1.22 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cg/cg.c
1.30 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/utils/pack.c
1.18 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/gr1.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daltol.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daindex.c
1.14 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da3.c
1.31 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da2.c
1.56 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da1.c
1.29 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/mapping/aomapping.c
1.26 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aodatabasic.c
1.27 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aobasic.c
1.28 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

include/petsclog.h
1.48 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +26 -48
replace logging macros that use 0;if stuff with ( || , stuff

config/configure.py
1.77 04/11/12 13:19:10 barrysmith@barry-smiths-computer.local +4 -1
nice print at beginning saying what the heck we are doing

todo
1.104.1.1 04/11/12 12:21:43 barrysmith@barry-smiths-computer.local +1 -1
did some bad macro fixes, but discovered more that must be done

src/sys/src/draw/utils/dscatter.c
1.13 04/11/12 11:15:23 barrysmith@barry-smiths-computer.local +2 -2
*** empty log message ***

src/mat/impls/aij/mpi/fdmpiaij.c
1.10 04/11/12 11:05:36 barrysmith@barry-smiths-computer.local +3 -3
*** empty log message ***

src/ksp/pc/impls/bjacobi/bjacobi.c
1.36 04/11/12 11:02:44 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***


Hg-commit: 7b215793c5e97c2128e82609b069418fddc3948a

show more ...


# af281ebd 03-Nov-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.2654
hzhang@harley.mcs.anl.gov|ChangeSet|20041103030712|47073
ChangeSet
1.2654 04/11/02 21:07:12 hzhang@harley.mcs.anl.gov +64 -0
add MatFactorInfo into FactorNumeric()

src/mat/

bk-changeset-1.2654
hzhang@harley.mcs.anl.gov|ChangeSet|20041103030712|47073
ChangeSet
1.2654 04/11/02 21:07:12 hzhang@harley.mcs.anl.gov +64 -0
add MatFactorInfo into FactorNumeric()

src/mat/matimpl.h
1.57 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +11 -11
add MatFactorInfo into FactorNumeric()

src/mat/interface/matrix.c
1.152 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +4 -4
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact9.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact8.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact7.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact6.c
1.9 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact5.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact4.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact3.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact12.c
1.7 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact11.c
1.8 04/11/02 21:07:05 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact10.c
1.7 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaijfact.c
1.73 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +8 -8
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaij.h
1.34 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +8 -8
add MatFactorInfo into FactorNumeric()

src/mat/impls/sbaij/seq/sbaij.c
1.120 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +9 -9
add MatFactorInfo into FactorNumeric()

src/mat/impls/rowbs/mpi/mpirowbs.h
1.12 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/rowbs/mpi/cholbs.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/dense/seq/dense.c
1.68 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/bdiag/seq/bdiag.h
1.14 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/bdiag/seq/bdfact.c
1.15 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact9.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact8.c
1.8 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact7.c
1.9 04/11/02 21:07:04 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact6.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact5.c
1.9 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact4.c
1.13 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact14.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact13.c
1.9 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact12.c
1.21 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact11.c
1.10 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact10.c
1.8 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baijfact.c
1.15 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +6 -6
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baij.h
1.27 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +18 -18
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/seq/baij.c
1.108 04/11/02 21:07:03 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.65 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/umfpack/umfpack.c
1.38 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/superlu/superlu.c
1.71 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/spooles/spooles.h
1.52 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/spooles/spooles.c
1.102 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.32 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/lusol/lusol.c
1.33 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +6 -6
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/essl/essl.c
1.32 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +4 -4
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aijnode.c
1.33 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aijfact.c
1.81 04/11/02 21:07:02 hzhang@harley.mcs.anl.gov +3 -3
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aij.h
1.44 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/seq/aij.c
1.192 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.100 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.71 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/impls/aij/mpi/mumps/mumps.c
1.81 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +6 -5
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex76.c
1.14 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +6 -3
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex74.c
1.24 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex7.c
1.11 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex62.c
1.9 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex30.c
1.12 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex28.c
1.8 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex17.c
1.7 04/11/02 21:07:01 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/mat/examples/tests/ex1.c
1.15 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/tfs/pxxt.c
1.21 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/lu/lu.c
1.34 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/ilu/ilu.c
1.44 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/icc/icc.c
1.33 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/ksp/pc/impls/cholesky/cholesky.c
1.32 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

src/contrib/ysmp/ex1.c
1.5 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +1 -1
add MatFactorInfo into FactorNumeric()

include/petscmat.h
1.158 04/11/02 21:07:00 hzhang@harley.mcs.anl.gov +2 -2
add MatFactorInfo into FactorNumeric()


Hg-commit: b6abf3664f04c542f2024e1a6f281a76f94c5f0c

show more ...


# 455d26f5 21-Sep-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2544
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205658|27734
ChangeSet
1.2544 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.2544
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205658|27734
ChangeSet
1.2544 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev

src/mat/impls/sbaij/mpi/mpisbaij.c
1.107 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.104 04/09/21 15:56:57 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.186 04/09/21 15:56:57 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 800a8ee289a48532029b243941353100ce1a53cc

show more ...


# abc0a331 21-Sep-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2539.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205550|19135
ChangeSet
1.2539.1.1 04/09/21 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +56 -0
no == PETSC_TRUE, FA

bk-changeset-1.2539.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205550|19135
ChangeSet
1.2539.1.1 04/09/21 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +56 -0
no == PETSC_TRUE, FALSE NULL crap

src/vec/utils/vinv.c
1.36 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/vec/is/examples/tests/ex1.c
1.8 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/vec/interface/vector.c
1.106 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
no == PETSC_TRUE, FALSE NULL crap

src/vec/interface/vecreg.c
1.29 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/vec/interface/mapreg.c
1.21 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
no == PETSC_TRUE, FALSE NULL crap

src/vec/interface/map.c
1.19 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
no == PETSC_TRUE, FALSE NULL crap

src/vec/interface/dlregis.c
1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
no == PETSC_TRUE, FALSE NULL crap

src/ts/interface/tsreg.c
1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/ts/interface/ts.c
1.39 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
no == PETSC_TRUE, FALSE NULL crap

src/ts/interface/dlregis.c
1.18 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/viewer/interface/dlregispetsc.c
1.19 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/viewer/impls/vu/petscvu.c
1.14 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/viewer/impls/mathematica/runtime.c
1.3 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/viewer/impls/mathematica/mathematica.c
1.36 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +19 -19
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/utils/random.c
1.15 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +13 -13
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/plog/stageLog.c
1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/plog/ploginfo.c
1.25 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/plog/plog.c
1.55 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +13 -13
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/plog/eventLog.c
1.32 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/objects/pinit.c
1.52 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +20 -1
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/objects/init.c
1.48 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/objects/ams/aoptions.c
1.30 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/mpiuni/mpi.c
1.15 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
no == PETSC_TRUE, FALSE NULL crap

src/sys/src/draw/utils/hists.c
1.20 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
no == PETSC_TRUE, FALSE NULL crap

src/snes/mf/snesmfj.c
1.45 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/snes/interface/snes.c
1.57 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/snes/interface/dlregis.c
1.19 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/snes/impls/ls/ls.c
1.44 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/interface/dlregis.c
1.27 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/sbaij/seq/sbaij2.c
1.32 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/sbaij/seq/sbaij.c
1.119 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/sbaij/mpi/mpisbaij.c
1.105.1.1 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/rowbs/mpi/mpirowbs.c
1.61 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/dense/seq/dense.c
1.67 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/baij/seq/baij2.c
1.27 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/baij/seq/baij.c
1.100.1.3 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/baij/mpi/mpibaij.c
1.78 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/baij/mpi/baijov.c
1.25 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/aij/seq/aijnode.c
1.32 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/aij/seq/aij.c
1.183.1.1 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -3
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/aij/mpi/mpiov.c
1.28 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/mat/impls/aij/mpi/mpiaij.c
1.213 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +11 -9
no == PETSC_TRUE, FALSE NULL crap

src/mat/examples/tests/ex32.c
1.13 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/ksp/pc/impls/ilu/ilu.c
1.43 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/ksp/ksp/interface/itfunc.c
1.56 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/ksp/ksp/interface/dlregis.c
1.21 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
no == PETSC_TRUE, FALSE NULL crap

src/dm/ao/interface/dlregis.c
1.22 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

src/dm/ao/interface/aodata.c
1.16 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no == PETSC_TRUE, FALSE NULL crap

src/dm/ao/impls/mapping/aomapping.c
1.24 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
no == PETSC_TRUE, FALSE NULL crap

python/PETSc/Configure.py
1.280 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -1
need empty FC if not defined

makefile
1.131 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
configure fix

include/petsc.h
1.97 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
tell if finalized

include/mpiuni/mpi.h
1.20 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +7 -10
no error message for silly blocksolve spai
extern C for MPIUNI

config/macosx-ibm.py
1.32 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
outdate install of MPICH

todo
1.83 04/09/18 17:08:59 barrysmith@barry-smiths-computer.local +3 -3
*** empty log message ***

todo
1.82 04/09/18 17:07:59 barrysmith@barry-smiths-computer.local +2 -2
*** empty log message ***

src/sys/src/utils/mpiu.c
1.11 04/09/18 17:07:52 barrysmith@barry-smiths-computer.local +4 -0
make clear 0 tag is ok


Hg-commit: 66f72acf998300ac4731f20b4f3da4dce6b12310

show more ...


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