| #
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 ...
|
| #
8a13ba5b
|
| 28-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2936 barrysmith@barry-smiths-computer.local|ChangeSet|20050228044513|42808 ChangeSet 1.2936 05/02/27 22:45:13 barrysmith@barry-smiths-computer.local +3 -0 read and write arrays of
bk-changeset-1.2936 barrysmith@barry-smiths-computer.local|ChangeSet|20050228044513|42808 ChangeSet 1.2936 05/02/27 22:45:13 barrysmith@barry-smiths-computer.local +3 -0 read and write arrays of char strings to binary file for enum string values
src/sys/src/bag/bag.c 1.10 05/02/27 22:44:13 barrysmith@barry-smiths-computer.local +11 -1 read and write arrays of char strings to binary file for enum string values
include/petscviewer.h 1.51 05/02/27 22:43:54 barrysmith@barry-smiths-computer.local +2 -0 read and write arrays of char strings to binary file
src/sys/src/viewer/impls/binary/binv.c 1.45 05/02/27 22:43:47 barrysmith@barry-smiths-computer.local +90 -1 read and write arrays of char strings to binary file
Hg-commit: 2eef212711e8629b61f8346f147459a16aba83a2
show more ...
|
| #
9dcbbd2b
|
| 27-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2932 barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115 ChangeSet 1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0 massive changes option
bk-changeset-1.2932 barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115 ChangeSet 1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0 massive changes options/bag enum PC_ in front of all MG routines strings for PETSc enum types subclass cgne from cg and lgmres and fgmres from gmres
src/sys/src/viewer/impls/binary/binv.c 1.44 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +69 -3 allow binary loads to ignore options
src/ksp/ksp/impls/gmres/lgmres/makefile 1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1 subclass
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.39 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +3 -1 subclass
src/ksp/ksp/impls/gmres/fgmres/makefile 1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1 subclass
todo 1.127 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +5 -1 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/vec/interface/dlregis.c 1.25 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +4 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/sys/src/objects/pinit.c 1.61 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +9 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/sys/src/objects/options.c 1.55 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +136 -39 case independent test of Petsc options
src/sys/src/objects/ams/aoptions.c 1.34 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +51 -30 adding enum to PetscOptions
src/sys/src/bag/bag.c 1.8 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +62 -83 support for adding enums
src/sys/examples/tutorials/ex5.c 1.10.1.1 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +10 -11 support for adding enums
src/snes/utils/damg.c 1.52 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.44 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -1 subclass
src/ksp/ksp/impls/cg/cgne/makefile 1.5 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -4 subclass
src/ksp/ksp/impls/cg/cgne/cgne.c 1.27 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -0 subclass
src/fortran/custom/zsles.c 1.17 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +8 -0 change DMMGGetb to DMMGGetRHS
python/PETSc/packages/MPI.py 1.160 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +7 -8 better support of Lam/mpi
src/snes/interface/snesregi.c 1.9 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +7 -1 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/snes/interface/snes.c 1.70 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -19 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/snes/examples/tests/ex11.c 1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/mat/utils/matio.c 1.26 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 no more load_ignore_info
src/mat/examples/tutorials/makefile 1.19 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -2 no more load_ignore
src/mat/examples/tests/makefile 1.50 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +3 -3 no more load_ignore
src/mat/examples/tests/ex73.c 1.11 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 no more load_ignore
src/ksp/pc/impls/spai/ispai.c 1.32 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +4 -4 formating
src/ksp/pc/impls/samg/samgmgpetsc.c 1.15 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/ksp/pc/impls/ml/ml.c 1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +21 -21 formating
src/ksp/pc/impls/mg/smg.c 1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -11 PC_ infront of MG
src/ksp/pc/impls/mg/mgimpl.h 1.13 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -4 PC_MG instead of MG
src/ksp/pc/impls/mg/mgfunc.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +13 -13 PC_ in front of MG
src/ksp/pc/impls/mg/mg.c 1.57 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +72 -104 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/mg/fmg.c 1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +7 -29 PC_ infront of MG
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +4 -8 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/composite/composite.c 1.28 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -6 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/asm/asm.c 1.44 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/examples/tests/ex5.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -3 PC_ in front of MG
src/ksp/ksp/interface/itfunc.c 1.65 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -16 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/interface/dlregis.c 1.23 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +18 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/impls/makefile 1.9 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -1 subclass
src/ksp/ksp/impls/gmres/makefile 1.7 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -0 subclass
src/ksp/ksp/impls/gmres/gmres.c 1.56 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +15 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/impls/cg/makefile 1.6 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -0 subclass
src/ksp/ksp/impls/cg/cg.c 1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +4 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/examples/tutorials/makefile 1.64 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +8 -8 no more load_ignore
src/ksp/examples/tutorials/ex29.c 1.11 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex28.c 1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex25.c 1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex22.c 1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tests/ex19.c 1.14 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/fortran/custom/zstartf.c 1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PetscMPIInt
src/docs/website/documentation/changes/222.html 1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +5 -0 PC_ in front of all MG functions
src/contrib/keyes/ex15.c 1.5 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of all MG functions
python/PETSc/packages/spooles.py 1.24.1.1 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/spai.py 1.15 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/ml.py 1.25 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/hypre.py 1.55 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/blacs.py 1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/UMFPACK.py 1.23 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SuperLU_DIST.py 1.31 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SuperLU.py 1.21 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SCALAPACK.py 1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/Prometheus.py 1.7 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/ParMetis.py 1.50 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/PARTY.py 1.9 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/MUMPS.py 1.36.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/Chaco.py 1.10 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/package.py 1.26.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +25 -12 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
include/petscviewer.h 1.50 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1 option to binary viewers to not use command line options
include/petscvec.h 1.66 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1 strings for PETSc enums
include/petscsnes.h 1.43 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +1 -0 strings for PETSc enums
include/petscpc.h 1.70 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -0 strings for PETSc enums
include/petscoptions.h 1.25 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -2 GetEList and GetEnum for options
include/petscmg.h 1.14 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +11 -10 PC_ in front of MG routines
include/petscksp.h 1.62 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +8 -6 ksp subclasses strings for all PETSc enums
include/petscdmmg.h 1.3 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6 fix two macros with same fortran name DMMGGetB
include/petscbag.h 1.6 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6 registering enums
include/petsc.h 1.117 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +4 -6 strings for all basic PETSc enums
include/finclude/petscmg.h 1.10 05/02/26 20:57:59 barrysmith@barry-smiths-computer.local +8 -6 all multigrid routines macros start with PC_
python/PETSc/packages/MPI.py 1.159 05/02/26 18:40:47 barrysmith@barry-smiths-computer.local +5 -0 doman
src/vec/utils/vscat.c 1.41 05/02/26 11:33:35 barrysmith@barry-smiths-computer.local +8 -6 formating clearer manual page
src/fortran/custom/zsles.c 1.16 05/02/25 13:35:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no B
src/docs/website/documentation/tutorials/index.html 1.20 05/02/25 12:19:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 add Houston tutorial
src/sys/src/viewer/impls/binary/binv.c 1.43 05/02/24 15:02:04 barrysmith@barrysmith-57.mcs.anl.gov +7 -8 dead code with outdated option
src/ksp/ksp/impls/cg/cgne/makefile 1.4 05/02/24 07:11:24 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/cg/cgne/cgne.c 1.26 05/02/24 07:11:23 barrysmith@barry-smiths-computer.local +15 -113 mvdir
src/ksp/ksp/impls/gmres/fgmres/modpcf.c 1.17 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/makefile 1.8 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/fgmresp.h 1.14 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.43 05/02/24 07:09:58 barrysmith@barry-smiths-computer.local +2 -24 mvdir
src/ksp/ksp/impls/gmres/lgmres/readme 1.4 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/makefile 1.8 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/lgmresp.h 1.9 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.38 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +8 -64 mvdir
src/fortran/custom/zstart.c 1.30.1.2 05/02/22 21:05:18 barrysmith@barry-smiths-computer.local +1 -1 typo in previous change
src/fortran/custom/zstart.c 1.30.1.1 05/02/22 21:04:22 barrysmith@barry-smiths-computer.local +6 -0 need to set PETSC_COMM_WORLD; dang it really would be nice to have a single PetscInitialize() for C and Fortran and not all this duplicated code
src/fortran/custom/zsles.c 1.15 05/02/22 19:22:58 barrysmith@barry-smiths-computer.local +22 -1 added dmmgsetinitialguess_ for Fortran
Hg-commit: 887aa17e22982bf46d3e4dec0c549e1596b7a6c7
show more ...
|
| #
f588057b
|
| 13-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2898 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042530|17535 ChangeSet 1.2898 05/02/12 22:25:30 barrysmith@barry-smiths-computer.local +14 -0 support for serializing
bk-changeset-1.2898 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042530|17535 ChangeSet 1.2898 05/02/12 22:25:30 barrysmith@barry-smiths-computer.local +14 -0 support for serializing and GetOptions for users structs plus various minor bug fixes
src/sys/src/viewer/impls/binary/binv.c 1.41 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +67 -6 formating
src/sys/src/fileio/sysio.c 1.33 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +43 -0 convience function
src/sys/src/fileio/mprint.c 1.37 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +0 -1 bad comment
src/sys/src/fileio/mpiuopen.c 1.21 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +1 -1 int fix
src/sys/src/bag/bag.c 1.3 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +401 -0 support for serializing and GetOptions for users structs
src/sys/examples/tutorials/ex5.c 1.2 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +43 -30 support for serializing and GetOptions for users structs
src/sys/examples/tutorials/makefile 1.6 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +12 -2 support for serializing and GetOptions for users structs
src/snes/interface/snesj.c 1.11 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +4 -0 bug fix
include/petscviewer.h 1.49 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +2 -0 convienice function
include/petscsys.h 1.40 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +1 -0 convience function
include/petscbag.h 1.2 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +80 -14 support for serializing and GetOptions for users structs
bin/matlab/PetscBinaryWrite.m 1.12 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +6 -2 fix for one d sparse matrices
src/sys/examples/tutorials/output/ex5_1.out 1.1 05/02/12 22:15:11 barrysmith@barry-smiths-computer.local +15 -0
src/sys/examples/tutorials/output/ex5_1.out 1.0 05/02/12 22:15:11 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/examples/tutorials/output/ex5_1.out
src/docs/tex/petscapp.bib 1.147 05/02/10 21:25:42 barrysmith@barry-smiths-computer.local +8 -0 new app from Glasser/Tang
src/sys/examples/tutorials/ex5.c 1.1 05/02/06 07:50:45 barrysmith@barry-smiths-computer.local +57 -0
src/sys/examples/tutorials/ex5.c 1.0 05/02/06 07:50:45 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/examples/tutorials/ex5.c
Hg-commit: cd5da09ca17bca3ec9d281bedb5e1dd7e6a6e39f
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 ...
|
| #
7533c6e1
|
| 21-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.14 Kris@p4buschel.|ChangeSet|20041221020629|21355 ChangeSet 1.2821.1.14 04/12/20 18:06:29 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.
bk-changeset-1.2821.1.14 Kris@p4buschel.|ChangeSet|20041221020629|21355 ChangeSet 1.2821.1.14 04/12/20 18:06:29 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/hong-dev
src/sys/src/viewer/interface/viewa.c 1.12 04/12/20 18:06:28 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 41f37a2a4b66ad7cf5db9d6753060827dfe9e560
show more ...
|
| #
ff73aad6
|
| 21-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.5.4 Kris@p4buschel.|ChangeSet|20041221020613|29593 ChangeSet 1.2821.5.4 04/12/20 18:06:13 Kris@p4buschel. +160 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
bk-changeset-1.2821.5.4 Kris@p4buschel.|ChangeSet|20041221020613|29593 ChangeSet 1.2821.5.4 04/12/20 18:06:13 Kris@p4buschel. +160 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/viewregall.c 1.16 04/12/20 18:06:05 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/viewreg.c 1.22 04/12/20 18:06:05 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/viewers.c 1.8 04/12/20 18:06:05 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/viewa.c 1.10.1.1 04/12/20 18:06:05 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/view.c 1.13 04/12/20 18:06:05 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/flush.c 1.7 04/12/20 18:06:05 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/dupl.c 1.11 04/12/20 18:06:05 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/interface/dlregispetsc.c 1.21 04/12/20 18:06:04 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/vu/petscvu.c 1.15 04/12/20 18:06:04 Kris@p4buschel. +10 -9 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/string/stringv.c 1.18 04/12/20 18:06:04 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/socket/sendsparse.c 1.11 04/12/20 18:06:04 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/socket/senddense.c 1.13 04/12/20 18:06:04 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/socket/send.c 1.31 04/12/20 18:06:04 Kris@p4buschel. +9 -8 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/silo/vsilo.c 1.20 04/12/20 18:06:04 Kris@p4buschel. +10 -9 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/netcdf/vnetcdf.c 1.8 04/12/20 18:06:04 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/matlab/vmatlab.c 1.20 04/12/20 18:06:04 Kris@p4buschel. +9 -8 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/mathematica/mathematica.c 1.37 04/12/20 18:06:04 Kris@p4buschel. +19 -18 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.13 04/12/20 18:06:04 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/draw/drawv.c 1.25 04/12/20 18:06:04 Kris@p4buschel. +9 -8 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/binary/binv.c 1.39 04/12/20 18:06:04 Kris@p4buschel. +11 -10 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/ascii/vcreatea.c 1.12 04/12/20 18:06:04 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/viewer/impls/ascii/filev.c 1.34 04/12/20 18:06:04 Kris@p4buschel. +14 -13 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/str.c 1.30 04/12/20 18:06:04 Kris@p4buschel. +20 -19 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/sseenabled.c 1.17 04/12/20 18:06:03 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/sortip.c 1.12 04/12/20 18:06:03 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/sorti.c 1.12 04/12/20 18:06:03 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/sortd.c 1.10 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/select.c 1.14 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/random.c 1.24 04/12/20 18:06:03 Kris@p4buschel. +10 -9 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/psplit.c 1.16 04/12/20 18:06:03 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/psleep.c 1.13 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/plapack.c 1.13 04/12/20 18:06:03 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/pdisplay.c 1.21 04/12/20 18:06:03 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/pbarrier.c 1.13 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/mpiu.c 1.12 04/12/20 18:06:03 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/mpimesg.c 1.20 04/12/20 18:06:03 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/memc.c 1.26 04/12/20 18:06:03 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/fuser.c 1.14 04/12/20 18:06:03 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/fhost.c 1.20 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/ctable.c 1.16 04/12/20 18:06:03 Kris@p4buschel. +11 -10 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/utils/arch.c 1.10 04/12/20 18:06:03 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/time/rs6000_time.c 1.7 04/12/20 18:06:02 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/time/nt_time.c 1.10 04/12/20 18:06:02 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/time/fdate.c 1.16 04/12/20 18:06:02 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/time/cputime.c 1.12 04/12/20 18:06:02 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/stageLog.c 1.24 04/12/20 18:06:02 Kris@p4buschel. +18 -17 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/plogmpe.c 1.17 04/12/20 18:06:02 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/ploginfo.c 1.29 04/12/20 18:06:02 Kris@p4buschel. +7 -6 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/plog.h 1.17 04/12/20 18:06:02 Kris@p4buschel. +1 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/plog.c 1.60 04/12/20 18:06:02 Kris@p4buschel. +51 -49 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/mpitr.c 1.13 04/12/20 18:06:02 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/eventLog.c 1.34 04/12/20 18:06:02 Kris@p4buschel. +3 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/plog/classLog.c 1.21 04/12/20 18:06:02 Kris@p4buschel. +2 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/tagm.c 1.23 04/12/20 18:06:02 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/state.c 1.15 04/12/20 18:06:02 Kris@p4buschel. +13 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/ptype.c 1.12 04/12/20 18:06:02 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/prefix.c 1.9 04/12/20 18:06:02 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/pname.c 1.16 04/12/20 18:06:01 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/pinit.c 1.56 04/12/20 18:06:01 Kris@p4buschel. +15 -14 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/pgname.c 1.8 04/12/20 18:06:01 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/pcomm.c 1.8 04/12/20 18:06:01 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/options.c 1.52 04/12/20 18:06:01 Kris@p4buschel. +27 -26 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/olist.c 1.9 04/12/20 18:06:01 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/init.c 1.51 04/12/20 18:06:01 Kris@p4buschel. +24 -21 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/inherit.c 1.35 04/12/20 18:06:01 Kris@p4buschel. +18 -17 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/gtype.c 1.9 04/12/20 18:06:01 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/gcookie.c 1.8 04/12/20 18:06:01 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/gcomm.c 1.8 04/12/20 18:06:01 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/destroy.c 1.18 04/12/20 18:06:01 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/objects/ams/aoptions.c 1.31 04/12/20 18:06:01 Kris@p4buschel. +16 -15 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/memory/mtr.c 1.37 04/12/20 18:06:01 Kris@p4buschel. +9 -12 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/memory/mem.c 1.24 04/12/20 18:06:01 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/memory/mal.c 1.25 04/12/20 18:06:01 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/matlabengine/matlab.c 1.40 04/12/20 18:06:01 Kris@p4buschel. +11 -10 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/sysio.c 1.31 04/12/20 18:06:00 Kris@p4buschel. +12 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/smatlab.c 1.11 04/12/20 18:06:00 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/rpath.c 1.14 04/12/20 18:06:00 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/mprint.c 1.35 04/12/20 18:06:00 Kris@p4buschel. +13 -12 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/mpiuopen.c 1.20 04/12/20 18:06:00 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/grpath.c 1.17 04/12/20 18:06:00 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/ghome.c 1.18 04/12/20 18:06:00 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/fwd.c 1.17 04/12/20 18:06:00 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/ftest.c 1.34 04/12/20 18:06:00 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/fretrieve.c 1.24 04/12/20 18:06:00 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/fpath.c 1.19 04/12/20 18:06:00 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/fileio/ffpath.c 1.16 04/12/20 18:06:00 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/f90/f90_win32.c 1.9 04/12/20 18:06:00 Kris@p4buschel. +3 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows. Are these correct?
src/sys/src/f90/f90_intel8.c 1.7 04/12/20 18:06:00 Kris@p4buschel. +2 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows. Are these correct?
src/sys/src/f90/f90_intel.c 1.9 04/12/20 18:06:00 Kris@p4buschel. +2 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows. Are these correct?
src/sys/src/f90/f90_common.c 1.8 04/12/20 18:06:00 Kris@p4buschel. +6 -6 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows. Are these correct?
src/sys/src/error/stack.c 1.14 04/12/20 18:06:00 Kris@p4buschel. +14 -13 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/signal.c 1.32 04/12/20 18:06:00 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/fp.c 1.14 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/errtrace.c 1.15 04/12/20 18:05:59 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/errstop.c 1.12 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/errabort.c 1.16 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/err.c 1.40 04/12/20 18:05:59 Kris@p4buschel. +9 -8 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/error/adebug.c 1.34 04/12/20 18:05:59 Kris@p4buschel. +7 -6 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/zoom.c 1.8 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/lg.c 1.18 04/12/20 18:05:59 Kris@p4buschel. +14 -13 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/hue.c 1.7 04/12/20 18:05:59 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/hists.c 1.24 04/12/20 18:05:59 Kris@p4buschel. +14 -13 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/dscatter.c 1.16 04/12/20 18:05:59 Kris@p4buschel. +11 -10 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/utils/axis.c 1.20 04/12/20 18:05:59 Kris@p4buschel. +8 -7 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dviewp.c 1.10 04/12/20 18:05:59 Kris@p4buschel. +6 -5 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dtri.c 1.10 04/12/20 18:05:59 Kris@p4buschel. +5 -4 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dtextv.c 1.8 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dtexts.c 1.7 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dtextgs.c 1.9 04/12/20 18:05:59 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dtext.c 1.9 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dsflush.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dsetpause.c 1.8 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dsclear.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/drect.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/drawregall.c 1.8 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/drawreg.c 1.29 04/12/20 18:05:58 Kris@p4buschel. +7 -6 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/draw.c 1.19 04/12/20 18:05:58 Kris@p4buschel. +12 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dpoints.c 1.8 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dpoint.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dpause.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dmouse.c 1.8 04/12/20 18:05:58 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dlinew.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dlinegw.c 1.9 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dline.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dgpause.c 1.8 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dgcoor.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dflush.c 1.7 04/12/20 18:05:58 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dellipse.c 1.10 04/12/20 18:05:57 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dcoor.c 1.7 04/12/20 18:05:57 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dclear.c 1.7 04/12/20 18:05:57 Kris@p4buschel. +4 -3 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/interface/dbuff.c 1.7 04/12/20 18:05:57 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/xops.c 1.26 04/12/20 18:05:57 Kris@p4buschel. +1 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/xinit.c 1.12 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/ximpl.h 1.7 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/xcolor.c 1.11 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/wmap.c 1.6 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/tone.c 1.6 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/text.c 1.10 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/frame.c 1.7 04/12/20 18:05:57 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/x/drawopenx.c 1.6 04/12/20 18:05:57 Kris@p4buschel. +2 -1 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/win32/win32draw.c 1.17 04/12/20 18:05:57 Kris@p4buschel. +47 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/draw/impls/ps/pops.c 1.13 04/12/20 18:05:57 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/dll/reg.c 1.30 04/12/20 18:05:57 Kris@p4buschel. +12 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/dll/dl.c 1.33 04/12/20 18:05:57 Kris@p4buschel. +11 -11 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/adic/Gradient/ad_utils.c 1.14 04/12/20 18:05:56 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/sys/src/adic/Gradient/ad_grad.c 1.14 04/12/20 18:05:56 Kris@p4buschel. +1 -0 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
src/adic/src/petscadic.c 1.4 04/12/20 18:05:56 Kris@p4buschel. +7 -7 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscviewer.h 1.48 04/12/20 18:05:56 Kris@p4buschel. +91 -91 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscsys.h 1.38 04/12/20 18:05:56 Kris@p4buschel. +54 -54 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscoptions.h 1.23 04/12/20 18:05:56 Kris@p4buschel. +48 -48 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscmatlab.h 1.16 04/12/20 18:05:56 Kris@p4buschel. +9 -9 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscmath.h 1.23.1.1 04/12/20 18:05:56 Kris@p4buschel. +7 -7 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petsclog.h 1.52 04/12/20 18:05:56 Kris@p4buschel. +74 -64 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petschead.h 1.48 04/12/20 18:05:56 Kris@p4buschel. +15 -14 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscf90.h 1.8 04/12/20 18:05:56 Kris@p4buschel. +10 -10 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows. Are these correct???
include/petscerror.h 1.42 04/12/20 18:05:56 Kris@p4buschel. +23 -23 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscdraw.h 1.23 04/12/20 18:05:56 Kris@p4buschel. +117 -117 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscbt.h 1.16 04/12/20 18:05:56 Kris@p4buschel. +3 -2 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petscadic.h 1.7 04/12/20 18:05:56 Kris@p4buschel. +12 -12 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
include/petsc.h 1.105 04/12/20 18:05:56 Kris@p4buschel. +160 -156 Add PETSC_DLLEXPORT for libpetsc.dll generation on Windows.
Hg-commit: 7ab05be6ac08dd6bc44b89e577e25ed91c5a5af9
show more ...
|
| #
045ff3e0
|
| 19-Nov-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2714 barrysmith@barry-smiths-computer.local|ChangeSet|20041119033859|12426 ChangeSet 1.2714 04/11/18 21:38:59 barrysmith@barry-smiths-computer.local +6 -0 change polymorphic functi
bk-changeset-1.2714 barrysmith@barry-smiths-computer.local|ChangeSet|20041119033859|12426 ChangeSet 1.2714 04/11/18 21:38:59 barrysmith@barry-smiths-computer.local +6 -0 change polymorphic function to subroutine for future expansion
makefile 1.140 04/11/18 21:38:57 barrysmith@barry-smiths-computer.local +1 -1 change polymorphic function to subroutine for future expansion
include/petscviewer.h 1.47 04/11/18 21:38:57 barrysmith@barry-smiths-computer.local +1 -1 change polymorphic function to subroutine for future expansion
include/petscvec.h 1.61 04/11/18 21:38:57 barrysmith@barry-smiths-computer.local +8 -8 change polymorphic function to subroutine for future expansion
include/petscoptions.h 1.22 04/11/18 21:38:57 barrysmith@barry-smiths-computer.local +9 -9 change polymorphic function to subroutine for future expansion
include/petsc.h 1.101.1.1 04/11/18 21:38:57 barrysmith@barry-smiths-computer.local +7 -7 change polymorphic function to subroutine for future expansion
src/docs/tex/petscapp.bib 1.134 04/11/18 21:37:50 barrysmith@barry-smiths-computer.local +40 -0 add a few more from google
Hg-commit: 55c0979fa762fd31cdb8d5bd9b884e86e5bde2e8
show more ...
|
| #
eaa4f80d
|
| 18-Nov-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2712 barrysmith@barry-smiths-computer.local|ChangeSet|20041118023057|11985 ChangeSet 1.2712 04/11/17 20:30:57 barrysmith@barry-smiths-computer.local +6 -0 C++ polymorphic functions
bk-changeset-1.2712 barrysmith@barry-smiths-computer.local|ChangeSet|20041118023057|11985 ChangeSet 1.2712 04/11/17 20:30:57 barrysmith@barry-smiths-computer.local +6 -0 C++ polymorphic functions for a few + generate docs
makefile 1.139 04/11/17 20:30:55 barrysmith@barry-smiths-computer.local +2 -0 C++ polymorphic functions for a few + generate docs
maint/processpoly.py 1.10 04/11/17 20:30:55 barrysmith@barry-smiths-computer.local +51 -220 C++ polymorphic functions for a few + generate docs
include/petscviewer.h 1.46 04/11/17 20:30:54 barrysmith@barry-smiths-computer.local +1 -1 C++ polymorphic functions for a few + generate docs
include/petscvec.h 1.60 04/11/17 20:30:54 barrysmith@barry-smiths-computer.local +8 -0 C++ polymorphic functions for a few + generate docs
include/petscoptions.h 1.21 04/11/17 20:30:54 barrysmith@barry-smiths-computer.local +9 -9 C++ polymorphic functions for a few + generate docs
include/petsc.h 1.101 04/11/17 20:30:54 barrysmith@barry-smiths-computer.local +7 -7 C++ polymorphic functions for a few + generate docs
maint/processpoly.py 1.9 04/11/17 13:40:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 bk cp wwwindex.py processpoly.py
maint/processpoly.py 1.8 04/05/19 13:50:00 balay@asterix.mcs.anl.gov +1 -1 update with src/docs change
maint/processpoly.py 1.7 04/03/30 10:45:25 barrysmith@barry-smiths-computer.local +0 -1 removed $Id missed in earlier sweep
maint/processpoly.py 1.6 04/01/05 14:01:13 balay@asterix.mcs.anl.gov +1 -1 bopt. -> header_
maint/processpoly.py 1.5 01/11/27 22:35:18 balay@shakey.mcs.anl.gov +1 -1 xclude the dir docs/manualpages/SCCS
maint/processpoly.py 1.4 01/10/25 13:38:04 balay@shakey.mcs.anl.gov +0 -0 Change mode to -rwxrwxr-x
maint/processpoly.py 1.3 01/10/24 08:02:50 petsc@shakey.mcs.anl.gov +0 -0 Change mode to -rw-r--r--
maint/processpoly.py 1.2 01/10/24 08:01:26 petsc@shakey.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
maint/processpoly.py 1.1 01/09/12 17:46:22 knepley@handbell.mcs.anl.gov +314 -0
maint/processpoly.py 1.0 01/09/12 17:46:22 knepley@handbell.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/projects/PETSc/petsc/maint/wwwindex.py
Hg-commit: 7949e277f4c8b176556e628b6e81b1d39a433281
show more ...
|
| #
9ae221ff
|
| 17-Nov-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2708 barrysmith@barry-smiths-computer.local|ChangeSet|20041117033135|00282 ChangeSet 1.2708 04/11/16 21:31:35 barrysmith@barry-smiths-computer.local +6 -0 merge
src/mat/impls/sb
bk-changeset-1.2708 barrysmith@barry-smiths-computer.local|ChangeSet|20041117033135|00282 ChangeSet 1.2708 04/11/16 21:31:35 barrysmith@barry-smiths-computer.local +6 -0 merge
src/mat/impls/sbaij/seq/sbaij.c 1.125 04/11/16 21:31:33 barrysmith@barry-smiths-computer.local +1 -3 use Hong's reformated
todo 1.108 04/11/16 21:18:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/sys/src/viewer/interface/viewreg.c 1.21 04/11/16 21:18:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/utils/gcreate.c 1.31 04/11/16 21:18:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.112 04/11/16 21:18:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.199 04/11/16 21:18:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 9cb9f2bce4282973b89c680a6114f5ad6d273a3f
show more ...
|
| #
c71e6ed7
|
| 16-Nov-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2693.5.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20041116202257|17298 ChangeSet 1.2693.5.1 04/11/16 14:22:57 barrysmith@barrysmith-57.mcs.anl.gov +12 -0 faster seq matsetval
bk-changeset-1.2693.5.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20041116202257|17298 ChangeSet 1.2693.5.1 04/11/16 14:22:57 barrysmith@barrysmith-57.mcs.anl.gov +12 -0 faster seq matsetvalues search started c++ polymorphic functions
src/sys/src/viewer/interface/viewreg.c 1.19.1.1 04/11/16 14:22:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -3 bug
include/petscviewer.h 1.45 04/11/16 14:22:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 c++ polymorphic functions
include/petscoptions.h 1.20 04/11/16 14:22:55 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 c++ polymorphic functions
include/petsc.h 1.100 04/11/16 14:22:54 barrysmith@barrysmith-57.mcs.anl.gov +15 -0 c++ polymorphic functions
src/mat/utils/gcreate.c 1.30 04/11/15 08:49:16 barrysmith@barry-smiths-computer.local +0 -2 barry put in idiot bug
src/docs/tex/manual/developers.tex 1.9 04/11/15 08:47:35 barrysmith@barry-smiths-computer.local +1 -0 forbid #ifdef #ifndef
src/vec/interface/vecreg.c 1.30 04/11/15 08:34:40 barrysmith@barry-smiths-computer.local +2 -0 error checking that sizes not set before calling settype
src/mat/interface/matreg.c 1.20 04/11/15 08:34:23 barrysmith@barry-smiths-computer.local +1 -1 error checking if sizes not set before type set
todo 1.104.1.5 04/11/15 08:27:16 barrysmith@barry-smiths-computer.local +2 -0 loginfo optimization by removing
src/mat/impls/sbaij/seq/sbaij.c 1.120.1.4 04/11/15 08:26:10 barrysmith@barry-smiths-computer.local +2 -1 if new col is > old column then have to search till largest value, but otherwise search just until current high value. Save searches.
src/mat/impls/baij/seq/baij.c 1.108.1.4 04/11/15 08:24:56 barrysmith@barry-smiths-computer.local +2 -1 if new col is > old column then have to search till largest value, but otherwise search just until current high value. Save searches.
src/mat/impls/sbaij/seq/sbaij.c 1.120.1.3 04/11/15 08:22:38 barrysmith@barry-smiths-computer.local +2 -1 if new col is > old column then have to search till largest value, but otherwise search just until current high value. Save searches.
src/mat/impls/aij/seq/aij.c 1.195.1.3 04/11/15 08:21:35 barrysmith@barry-smiths-computer.local +3 -2 if new col is > old column then have to search till largest value, but otherwise search just until current high value. Save searches.
src/mat/impls/baij/seq/baij.c 1.108.1.3 04/11/15 08:21:29 barrysmith@barry-smiths-computer.local +2 -1 if new col is > old column then have to search till largest value, but otherwise search just until current high value. Save searches.
Hg-commit: cc37e0169492bd5ad87471669b7bd7acb98cdfdc
show more ...
|
| #
95fd45ae
|
| 02-Aug-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2366 Kris@mbuschel.|ChangeSet|20040802193030|53361 ChangeSet 1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris
bk-changeset-1.2366 Kris@mbuschel.|ChangeSet|20040802193030|53361 ChangeSet 1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris/petsc/petsc-dev
python/PETSc/packages/update.py 1.66 04/08/02 12:30:28 Kris@mbuschel. +0 -0 Auto merged
Hg-commit: 58e2d02a6d8cb642589bca781970293d3ba26d8f
show more ...
|
| #
98a64a00
|
| 20-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.1.6 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989 ChangeSet 1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0 Merge bk://petsc@
bk-changeset-1.2363.1.6 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989 ChangeSet 1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/ksp/ksp/impls/lgmres/lgmres.c 1.31 04/07/20 09:35:24 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 15ea4bf0f8e12d61828976975bf5401a563f64ab
show more ...
|
| #
13f74950
|
| 20-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087 ChangeSet 1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0 PetscInt
tod
bk-changeset-1.2363.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087 ChangeSet 1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0 PetscInt
todo 1.72 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -2 PetscInt
src/vec/is/utils/isdiff.c 1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/sys/src/viewer/interface/viewreg.c 1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/sys/src/viewer/impls/string/stringv.c 1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/sys/src/viewer/impls/ascii/vcreatea.c 1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/viewer/impls/ascii/filev.c 1.31 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/sys/src/utils/memc.c 1.21 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/plog/classLog.c 1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -2 PetscInt
src/sys/src/objects/ptype.c 1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/sys/src/objects/inherit.c 1.26 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/objects/gtype.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -0 PetscInt
src/sys/src/f90/f90_win32.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_t3e.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_solaris_old.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_solaris.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_rs6000.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_nag.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_intel8.c 1.6 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_intel.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_hpux.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_alpha.c 1.9 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_absoft.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_IRIX.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/draw/interface/drawreg.c 1.24 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/sys/ctable.h 1.7 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/snes/interface/snes.c 1.53 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/interface/matregis.c 1.38 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +0 -12 PetscInt
src/mat/impls/sbaij/seq/sro.c 1.10 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact9.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/mat/impls/sbaij/seq/sbaijfact8.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/mat/impls/sbaij/seq/sbaijfact7.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/sbaij/seq/sbaijfact6.c 1.8 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact5.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/mat/impls/sbaij/seq/sbaijfact4.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/sbaij/seq/sbaijfact3.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/sbaij/seq/sbaijfact2.c 1.42 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +119 -120 PetscInt
src/mat/impls/sbaij/seq/sbaijfact12.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact11.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/mat/impls/sbaij/seq/sbaijfact10.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +15 -16 PetscInt
src/mat/impls/sbaij/seq/sbaijfact.c 1.64 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +89 -94 PetscInt
src/mat/impls/sbaij/seq/sbaij2.c 1.30 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +104 -104 PetscInt
src/mat/impls/sbaij/seq/sbaij.h 1.33 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/mat/impls/sbaij/seq/sbaij.c 1.114 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +120 -116 PetscInt
src/mat/impls/sbaij/seq/aijsbaij.c 1.21 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +22 -25 PetscInt
src/mat/impls/sbaij/mpi/sbaijov.c 1.38 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +48 -48 PetscInt
src/mat/impls/sbaij/mpi/mpisbaij.c 1.100 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +8 -6 PetscInt
src/mat/impls/sbaij/mpi/mmsbaij.c 1.30 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +37 -37 PetscInt
src/mat/impls/sbaij/makefile 1.7 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/is/matis.c 1.18 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +18 -19 PetscInt
src/mat/impls/is/makefile 1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/dense/seq/dense.h 1.9 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/dense/seq/dense.c 1.64 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +86 -83 PetscInt
src/mat/impls/dense/mpi/mpidense.h 1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +24 -24 PetscInt
src/mat/impls/dense/mpi/mpidense.c 1.47 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +78 -75 PetscInt
src/mat/impls/dense/mpi/mmdense.c 1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +36 -36 PetscInt
src/mat/impls/dense/makefile 1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -2 PetscInt
src/mat/impls/bdiag/seq/bdiag3.c 1.23 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +34 -33 PetscInt
src/mat/impls/bdiag/seq/bdiag2.c 1.20 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +105 -105 PetscInt
src/mat/impls/bdiag/seq/bdiag.h 1.13 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +24 -24 PetscInt
src/mat/impls/bdiag/seq/bdiag.c 1.43 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +57 -55 PetscInt
src/mat/impls/bdiag/seq/bdfact.c 1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +54 -54 PetscInt
src/mat/impls/bdiag/mpi/mpibdiag.h 1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/bdiag/mpi/mpibdiag.c 1.42 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +103 -98 PetscInt
src/mat/impls/bdiag/makefile 1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/aij/mpi/mpiptap.c 1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.197 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/ksp/utils/damg.c 1.40 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/ksp/pc/pcimpl.h 1.12 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/ksp/pc/interface/precon.c 1.53 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/ksp/pc/interface/pcset.c 1.23 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/ksp/pc/impls/tfs/makefile 1.11 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +1 -0 PetscInt
src/ksp/pc/impls/shell/shellpc.c 1.22 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +21 -21 PetscInt
src/ksp/pc/impls/redundant/redundant.c 1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +11 -10 PetscInt
src/ksp/pc/impls/mg/mg.c 1.37 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/lu/lu.c 1.32 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/pc/impls/ksp/pcksp.c 1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +16 -15 PetscInt
src/ksp/pc/impls/jacobi/jacobi.c 1.13 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +10 -15 PetscInt
src/ksp/pc/impls/is/pcis.h 1.10 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/ksp/pc/impls/is/pcis.c 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +17 -29 PetscInt
src/ksp/pc/impls/is/nn/nn.h 1.10 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/pc/impls/is/nn/nn.c 1.24 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +23 -36 PetscInt
src/ksp/pc/impls/is/makefile 1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -0 PetscInt
src/ksp/pc/impls/ilu/ilu.h 1.8 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/pc/impls/ilu/ilu.c 1.38 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.14 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/eisens/eisen.c 1.21 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/pc/impls/composite/composite.c 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/bjacobi/bjacobi.h 1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/pc/impls/bjacobi/bjacobi.c 1.33 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +2 -3 PetscInt
src/ksp/pc/impls/asm/asm.c 1.36 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +59 -56 PetscInt
src/ksp/ksp/kspimpl.h 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/ksp/interface/xmon.c 1.9 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/ksp/interface/itfunc.c 1.53 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +19 -15 PetscInt
src/ksp/ksp/interface/itcreate.c 1.55 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +8 -9 PetscInt
src/ksp/ksp/interface/itcl.c 1.14 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/ksp/interface/eige.c 1.20 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +20 -18 PetscInt
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/ksp/impls/symmlq/symmlq.c 1.15 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +11 -13 PetscInt
src/ksp/ksp/impls/rich/rich.c 1.18 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/ksp/ksp/impls/qcg/qcg.c 1.19 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +18 -18 PetscInt
src/ksp/ksp/impls/preonly/preonly.c 1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -3 PetscInt
src/ksp/ksp/impls/minres/minres.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +10 -11 PetscInt
src/ksp/ksp/impls/lgmres/lgmresp.h 1.8 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +39 -40 PetscInt
src/ksp/ksp/impls/lgmres/lgmres.c 1.29.1.1 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +59 -66 PetscInt
src/ksp/ksp/impls/gmres/gmresp.h 1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +12 -11 PetscInt
src/ksp/ksp/impls/gmres/gmres2.c 1.21 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ksp/ksp/impls/gmres/gmres.c 1.49 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +47 -47 PetscInt
src/ksp/ksp/impls/gmres/gmreig.c 1.14 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/ksp/impls/gmres/borthog2.c 1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/ksp/impls/gmres/borthog.c 1.12 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/ksp/impls/fgmres/modpcf.c 1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +9 -10 PetscInt
src/ksp/ksp/impls/fgmres/fgmresp.h 1.13 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +31 -31 PetscInt
src/ksp/ksp/impls/fgmres/fgmres.c 1.36 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +53 -53 PetscInt
src/ksp/ksp/impls/cr/cr.c 1.26 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/ksp/ksp/impls/cheby/cheby.c 1.19 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/ksp/ksp/impls/cgs/cgs.c 1.21 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/ksp/impls/cgne/cgne.c 1.18 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +16 -18 PetscInt
src/ksp/ksp/impls/cg/cgeig.c 1.9 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/ksp/impls/bicg/bicg.c 1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/ksp/ksp/impls/bcgsl/bcgsl.h 1.4 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +82 -124 PetscInt
src/ksp/ksp/impls/bcgs/bcgs.c 1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/utils/sda2.c 1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +22 -22 PetscInt
src/dm/da/utils/pack.c 1.15 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +46 -46 PetscInt
src/dm/da/utils/fdda.c 1.41 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +72 -74 PetscInt
src/dm/da/src/gr2.c 1.28 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +12 -11 PetscInt
src/dm/da/src/gr1.c 1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/dm/da/src/daview.c 1.24 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/dm/da/src/dasub.c 1.10 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/dm/da/src/daltol.c 1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/src/dalocal.c 1.25 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/dm/da/src/daload.c 1.12 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/dm/da/src/dainterp.c 1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/daindex.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/dm/da/src/dagtona.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/src/dagtol.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/daghost.c 1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/dagetarray.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/dadist.c 1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/dm/da/src/dacorn.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +20 -20 PetscInt
src/dm/da/src/da3.c 1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +44 -44 PetscInt
src/dm/da/src/da2.c 1.52 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/da1.c 1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +17 -17 PetscInt
src/dm/da/examples/tutorials/ex1.c 1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +3 -1 PetscInt
src/dm/ao/utils/aosetlocal.c 1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/ao/interface/aodata.c 1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +54 -53 PetscInt
src/dm/ao/interface/ao.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/dm/ao/impls/mapping/aomapping.c 1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +58 -57 PetscInt
src/dm/ao/impls/basic/aoreduced.c 1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/dm/ao/impls/basic/aodatabasic.c 1.23 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +93 -89 PetscInt
src/dm/ao/impls/basic/aobasic.c 1.25 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +58 -56 PetscInt
src/dm/ao/aoimpl.h 1.14 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +30 -30 PetscInt
include/petscviewer.h 1.44 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
include/petscpc.h 1.55 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +21 -20 PetscInt
include/petscmg.h 1.10 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
include/petscksp.h 1.51 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +29 -29 PetscInt
include/petschead.h 1.38 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
include/petscao.h 1.16 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +28 -28 PetscInt
include/petsc.h 1.90 04/07/20 09:34:48 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/docs/tex/petscapp.bib 1.126 04/07/19 10:15:19 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 fix bad ~ in url = keys
src/docs/website/index.html 1.21 04/07/19 10:14:58 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 add Mark Adams Prometheus as pack that uses PETSc
src/docs/tex/manual/developers.tex 1.8 04/07/17 18:22:13 barrysmith@barry-smiths-computer.local +6 -10 more formatting rules
todo 1.71 04/07/16 15:29:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 *** empty log message ***
BitKeeper/deleted/.del-gmcnv.c~46d445a0bb33ee5c 1.5 04/07/16 12:13:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/ksp/impls/gmres/gmcnv.c
src/fortran/custom/zpc.c 1.25 04/07/16 11:49:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 buggy code!! Damn you Barry
Hg-commit: 03cb6e710a570207e5c59d82384a05ee7940766c
show more ...
|
| #
27bb1f13
|
| 26-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2302 Kris@mbuschel.|ChangeSet|20040626171550|26417 ChangeSet 1.2302 04/06/26 10:15:50 Kris@mbuschel. +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris
bk-changeset-1.2302 Kris@mbuschel.|ChangeSet|20040626171550|26417 ChangeSet 1.2302 04/06/26 10:15:50 Kris@mbuschel. +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris/petsc/petsc-dev
src/sys/src/objects/init.c 1.44 04/06/26 10:15:49 Kris@mbuschel. +0 -0 Auto merged
python/PETSc/packages/BlasLapack.py 1.66 04/06/26 10:15:49 Kris@mbuschel. +0 -0 Auto merged
python/PETSc/Configure.py 1.233 04/06/26 10:15:48 Kris@mbuschel. +0 -0 Auto merged
Hg-commit: ceb744fcaedfb9beab8a32f3c881537ff5bfcbe2
show more ...
|
| #
891d5cd1
|
| 22-Jun-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2299.1.7 knepley@khan.mcs.anl.gov|ChangeSet|20040622160657|08916 ChangeSet 1.2299.1.7 04/06/22 11:06:57 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.2299.1.7 knepley@khan.mcs.anl.gov|ChangeSet|20040622160657|08916 ChangeSet 1.2299.1.7 04/06/22 11:06:57 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev
Hg-commit: e452cec044233e7bc455dc4b2dcad7c6965e8ee4
show more ...
|
| #
8fb59f0a
|
| 22-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2299.3.4 Kris@p4buschel.|ChangeSet|20040622071815|10091 ChangeSet 1.2299.3.4 04/06/22 00:18:15 Kris@p4buschel. +1 -0 More PGI/Windows fixes
include/petscviewer.h 1.43 04/06/
bk-changeset-1.2299.3.4 Kris@p4buschel.|ChangeSet|20040622071815|10091 ChangeSet 1.2299.3.4 04/06/22 00:18:15 Kris@p4buschel. +1 -0 More PGI/Windows fixes
include/petscviewer.h 1.43 04/06/22 00:18:14 Kris@p4buschel. +12 -3 PGI on Windows requires typedef's be declared before they are used (not just in the compilation unit)
Hg-commit: e4ae6718ee8dd002c1cbbf3663499f93a0c1265c
show more ...
|
| #
49a27fb3
|
| 18-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2292 Kris@p4buschel.|ChangeSet|20040618085424|04903 ChangeSet 1.2292 04/06/18 01:54:24 Kris@p4buschel. +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.2292 Kris@p4buschel.|ChangeSet|20040618085424|04903 ChangeSet 1.2292 04/06/18 01:54:24 Kris@p4buschel. +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-dev
src/sys/src/utils/str.c 1.27 04/06/18 01:54:24 Kris@p4buschel. +0 -0 Auto merged
python/PETSc/Configure.py 1.227 04/06/18 01:54:23 Kris@p4buschel. +0 -0 Auto merged
makefile 1.116 04/06/18 01:54:22 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 622c69f78614c05ccb47dd194dcfb53e488ae28d
show more ...
|
| #
97a842ad
|
| 17-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.64 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040617174240|47437 ChangeSet 1.2276.1.64 04/06/17 12:42:40 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@pe
bk-changeset-1.2276.1.64 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040617174240|47437 ChangeSet 1.2276.1.64 04/06/17 12:42:40 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: cca7c591f50ff89f2d07571d9b4f658c4dd68970
show more ...
|
| #
d360dc6f
|
| 17-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.35.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040617174151|48859 ChangeSet 1.2276.35.1 04/06/17 12:41:51 barrysmith@barrysmith-57.mcs.anl.gov +22 -0 PetscInt and DAGet
bk-changeset-1.2276.35.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040617174151|48859 ChangeSet 1.2276.35.1 04/06/17 12:41:51 barrysmith@barrysmith-57.mcs.anl.gov +22 -0 PetscInt and DAGetElements()
src/vec/pf/interface/pf.c 1.25 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/vec/is/utils/isltog.c 1.25 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/vec/interface/mapreg.c 1.20 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/sys/src/utils/str.c 1.25.1.1 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/snes/utils/damgsnes.c 1.39 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/ksp/examples/tutorials/ex31.c 1.2 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +61 -47 PetscInt
src/dm/da/src/dadestroy.c 1.21 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
src/dm/da/src/da2.c 1.51 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +178 -86 PetscInt
src/dm/da/examples/tutorials/makefile 1.10 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +6 -2 PetscInt
src/dm/da/examples/tutorials/ex5.c 1.10 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +14 -18 PetscInt
src/dm/da/daimpl.h 1.18 04/06/17 12:41:48 barrysmith@barrysmith-57.mcs.anl.gov +23 -17 PetscInt
include/petscviewer.h 1.42 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
include/petscvec.h 1.53 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscInt
include/petscts.h 1.26 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +15 -16 PetscInt
include/petscsnes.h 1.32 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +31 -31 PetscInt
include/petscpc.h 1.49 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
include/petscoptions.h 1.19 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscInt
include/petscksp.h 1.49 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
include/petschead.h 1.37 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 PetscInt
include/petscdraw.h 1.22 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
include/petscda.h 1.36 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +17 -1 PetscInt
include/petsc.h 1.82 04/06/17 12:41:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
src/dm/da/examples/tutorials/ex5.c 1.9 04/06/16 21:57:11 barrysmith@barry-smiths-computer.local +0 -0 bk cp ex1.c ex5.c
src/dm/da/examples/tutorials/ex5.c 1.8 04/03/29 20:07:14 barrysmith@barry-smiths-computer.local +0 -1
src/dm/da/examples/tutorials/ex5.c 1.7 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1 unified PetscViewerXXXType and PetscViewerXXXSetType to PetscViewerFileType PetscViewerSetFileType
src/dm/da/examples/tutorials/ex5.c 1.6 03/10/13 15:56:54 barrysmith@float56054.mcs.anl-external.org +1 -0 save DA info to matlab file also
src/dm/da/examples/tutorials/ex5.c 1.5 03/10/12 22:47:27 barrysmith@barry-smiths-computer.local +13 -2 test matlab viewer on da vec also
src/dm/da/examples/tutorials/ex5.c 1.4 01/10/24 09:25:10 petsc@shakey.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/dm/da/examples/tutorials/ex5.c 1.3 01/10/24 08:10:37 petsc@shakey.mcs.anl.gov +0 -0 Change mode to -rw-r--r--
src/dm/da/examples/tutorials/ex5.c 1.2 01/10/24 08:08:44 petsc@shakey.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/dm/da/examples/tutorials/ex5.c 1.1 01/09/12 17:46:49 knepley@handbell.mcs.anl.gov +59 -0
src/dm/da/examples/tutorials/ex5.c 1.0 01/09/12 17:46:49 knepley@handbell.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/projects/PETSc/petsc/src/dm/da/examples/tutorials/ex1.c
Hg-commit: a83ed9f2267fd347722249f8fdfbf5eb284cd9c9
show more ...
|
| #
b3e33450
|
| 01-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2202 barrysmith@barry-smiths-computer.local|ChangeSet|20040501182004|27652 ChangeSet 1.2202 04/05/01 13:20:04 barrysmith@barry-smiths-computer.local +65 -0 removed AMS from PETSc,
bk-changeset-1.2202 barrysmith@barry-smiths-computer.local|ChangeSet|20040501182004|27652 ChangeSet 1.2202 04/05/01 13:20:04 barrysmith@barry-smiths-computer.local +65 -0 removed AMS from PETSc, damn DOE politics
src/vec/interface/vector.c 1.90 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +1 -8 removed AMS from PETSc, damn DOE politics
src/vec/impls/seq/bvec2.c 1.48 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -30 removed AMS from PETSc, damn DOE politics
src/vec/impls/mpi/pbvec.c 1.25 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -37 removed AMS from PETSc, damn DOE politics
src/ts/interface/tscreate.c 1.13 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -19 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/interface/viewregall.c 1.14 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -4 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/interface/view.c 1.10 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -1 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/impls/makefile 1.11 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/pname.c 1.15 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +4 -5 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/pinit.c 1.43 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -14 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/init.c 1.36 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -16 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/inherit.c 1.23 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -3 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/ams/makefile 1.7 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +2 -2 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/ams/aoptions.c 1.25 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +1 -342 removed AMS from PETSc, damn DOE politics
src/sys/src/error/stack.c 1.10 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -42 removed AMS from PETSc, damn DOE politics
src/sys/src/draw/interface/draw.c 1.17 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
src/snes/interface/snes.c 1.48 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -17 removed AMS from PETSc, damn DOE politics
src/mat/utils/gcreate.c 1.19 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -17 removed AMS from PETSc, damn DOE politics
src/ksp/pc/interface/precon.c 1.47 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -14 removed AMS from PETSc, damn DOE politics
src/ksp/ksp/interface/itcreate.c 1.49 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -27 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da3.c 1.24 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da2.c 1.47 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -71 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da1.c 1.24 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
src/dm/ao/interface/aodata.c 1.12 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -59 removed AMS from PETSc, damn DOE politics
src/contrib/fun3d/flow.c 1.17 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -207 removed AMS from PETSc, damn DOE politics
maint/xclude 1.16 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -2 removed AMS from PETSc, damn DOE politics
maint/builddist 1.40 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -3 removed AMS from PETSc, damn DOE politics
include/petscviewer.h 1.41 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -16 removed AMS from PETSc, damn DOE politics
include/petscerror.h 1.31 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -64 removed AMS from PETSc, damn DOE politics
include/petsc.h 1.75 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +2 -15 removed AMS from PETSc, damn DOE politics
docs/tex/petsc.bib 1.53 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -7 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_wmpi/packages 1.10 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_mpipro/packages 1.10 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +1 -7 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_mpich/packages 1.15 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_hpvm/packages 1.10 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms/packages 1.12 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/solaris/packages 1.24 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/config/packages.in 1.33 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
bmake/common/variables 1.63 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
bmake/IRIX64/packages 1.17 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
BitKeeper/deleted/.del-makefile~fdf13a95bf6e3003 1.7 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/makefile
BitKeeper/deleted/.del-PutAMSACC.java~9c7924f231988d1 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PutAMSACC.java
BitKeeper/deleted/.del-PumpStream.java~e63edde316d81244 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PumpStream.java
BitKeeper/deleted/.del-PETScViewSNES.java~9115702cc53c115a 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScViewSNES.java
BitKeeper/deleted/.del-PETScViewKSP.java~7a878af657cf87c6 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScViewKSP.java
BitKeeper/deleted/.del-PETScView.java~e5516804b3a9d73 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScView.java
BitKeeper/deleted/.del-PETScView.html~f3bbbf9916512738 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScView.html
BitKeeper/deleted/.del-PETScRundrc~978fea7c6547b86e 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRundrc
BitKeeper/deleted/.del-PETScRund.java~e99cace431538b5d 1.6 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRund.java
BitKeeper/deleted/.del-PETScRun.java~53b9ef9fd652c44a 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRun.java
BitKeeper/deleted/.del-AMS_Memory.class~4d7029568f86b5ba 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class
BitKeeper/deleted/.del-AMS_Field.class~439e30ab7f5f25be 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class
BitKeeper/deleted/.del-AMS_Comm.class~637429114819bf5c 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class
BitKeeper/deleted/.del-AMS_Base.class~15ed39f8db44c4ad 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class
BitKeeper/deleted/.del-AMSBeanBeanInfo.class~68f595719dd2f64b 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class
BitKeeper/deleted/.del-AMSBean.class~7e096d826af842fb 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class
BitKeeper/deleted/.del-PETScRun.html~72bd76427a9827ae 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRun.html
BitKeeper/deleted/.del-PETScPlugins.java~9c5d43d8713f4fc 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScPlugins.java
BitKeeper/deleted/.del-PETScPlugins.html~54252088f6212ff5 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScPlugins.html
BitKeeper/deleted/.del-PETScOptions.java~1a24ed6431c1f763 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScOptions.java
BitKeeper/deleted/.del-PETScOptions.html~cbf58e10b5ec5458 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScOptions.html
BitKeeper/deleted/.del-AMSBean.java~84083edfc92ce8e2 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/AMSBean/gov/anl/mcs/ams/AMSBean.java
BitKeeper/deleted/.del-pams.c~944ecde83c9f32a 1.7 04/05/01 12:50:14 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/pams.c
BitKeeper/deleted/.del-makefile~abfcf670fcf160e2 1.5 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/makefile
BitKeeper/deleted/.del-amsopen.c~26ed40f9511dc54d 1.7 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/amsopen.c
BitKeeper/deleted/.del-ams.c~68c743163536bd0 1.18 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/ams.c
Hg-commit: e7cb90be2db452ac0468a99ec0c941d529350433
show more ...
|
| #
fc28d1ac
|
| 30-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2199 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205106|47880 ChangeSet 1.2199 04/04/30 15:51:06 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2199 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205106|47880 ChangeSet 1.2199 04/04/30 15:51:06 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
include/petsc.h 1.73 04/04/30 15:51:06 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 58e41adfce5e0f9a01e542232d320daabc69b97d
show more ...
|
| #
6f69ff64
|
| 30-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64b
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64bit ints
src/vec/utils/vecio.c 1.35 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/impls/seq/bvec2.c 1.47 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/vec/impls/mpi/pmap.c 1.14 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 more support for 64bit ints
src/vec/impls/mpi/pdvec.c 1.31 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/examples/tutorials/ex9.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex8.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex7.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 more support for 64bit ints
src/vec/examples/tutorials/ex6.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +15 -12 more support for 64bit ints
src/vec/examples/tutorials/ex5.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -5 more support for 64bit ints
src/vec/examples/tutorials/ex3.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -2 more support for 64bit ints
src/vec/examples/tutorials/ex2.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -3 more support for 64bit ints
src/vec/examples/tutorials/ex11.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 more support for 64bit ints
src/vec/examples/tutorials/ex10.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -6 more support for 64bit ints
src/vec/examples/tutorials/ex1.c 1.8 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 more support for 64bit ints
src/vec/examples/tests/ex20f.F 1.9 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/viewer/impls/socket/sendsparse.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 more support for 64bit ints
src/sys/src/viewer/impls/socket/senddense.c 1.11 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 more support for 64bit ints
src/sys/src/viewer/impls/socket/send.c 1.24 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/sys/src/viewer/impls/mathematica/mathematica.c 1.34 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/utils/psplit.c 1.12 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/objects/ams/aoptions.c 1.24 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 more support for 64bit ints
src/sys/src/fileio/sysio.c 1.19 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +78 -116 more support for 64bit ints
src/sys/src/error/adebug.c 1.31 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +8 -6 more support for 64bit ints
src/mat/impls/rowbs/mpi/mpirowbs.c 1.56 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +15 -14 more support for 64bit ints
src/mat/impls/dense/seq/dense.c 1.57 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/mat/impls/bdiag/seq/bdiag3.c 1.18 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/baij/seq/baij.c 1.88 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/aij/seq/aij.c 1.155 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 more support for 64bit ints
src/mat/impls/aij/mpi/mpiaij.c 1.138 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 more support for 64bit ints
src/fortran/custom/zsys.c 1.22 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
src/fortran/custom/zmat.c 1.34 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +13 -0 missing fortran stub requested via petsc-maint
src/dm/ao/impls/basic/aodatabasic.c 1.19 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 more support for 64bit ints
include/vecimpl.h 1.26 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 more support for 64bit ints
include/petscviewer.h 1.40 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
include/petscsys.h 1.22 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
include/petscoptions.h 1.18 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
include/petsc.h 1.71.1.1 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -3 more support for 64bit ints
Hg-commit: 849ad6c75cbfe5f783423c300bde0c56dae84e17
show more ...
|
| #
9b3b5573
|
| 29-Apr-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2194 knepley@khan.mcs.anl.gov|ChangeSet|20040429192056|29197 ChangeSet 1.2194 04/04/29 14:20:56 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.2194 knepley@khan.mcs.anl.gov|ChangeSet|20040429192056|29197 ChangeSet 1.2194 04/04/29 14:20:56 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
docs/tex/petscapp.bib 1.112 04/04/29 14:20:54 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 0b638cbc25de95de1f6298c55f247590a9b1aab8
show more ...
|
| #
1291cc91
|
| 29-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2189.1.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040429181332|32281 ChangeSet 1.2189.1.3 04/04/29 13:13:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@pets
bk-changeset-1.2189.1.3 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040429181332|32281 ChangeSet 1.2189.1.3 04/04/29 13:13:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: af8a51bc6ccfe51eccbf5218168fc322538eb625
show more ...
|