| 2dcb1b2a | 12-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still ne
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still needs to be validated using testexamples Some const fixes
src/vec/utils/vinv.c 1.42 05/03/12 15:35:39 knepley@khan.(none) +5 -6 Changing BLAS interfaces to PETSc style
src/vec/utils/vecio.c 1.42.1.1 05/03/12 15:35:39 knepley@khan.(none) +3 -2 Change to const
src/vec/pf/impls/constant/const.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/interface/vector.c 1.125 05/03/12 15:35:38 knepley@khan.(none) +105 -111 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/dvec2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +101 -72 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/bvec2.c 1.64.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/seq/bvec1.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +27 -25 Changing BLAS interfaces to PETSc style
src/vec/impls/mpi/pdvec.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/dvecimpl.h 1.12 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex8.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex7f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f90.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1e.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex15.c 1.2 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex13.c 1.5 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex12.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11f.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex9.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex8.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex7.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex6.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex4.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex34.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex30f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex3.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex29.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex28.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex25.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex22.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex21.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex2.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex19f.F 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex17.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex14.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex11.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex1.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/tsfd.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/ts.c 1.44.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/ts/impls/implicit/cn/cn.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ts/impls/implicit/beuler/beuler.c 1.24 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/rk/rk.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/euler/euler.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/util2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex6.c 1.16 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex5.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex4.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex3.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/sys/src/viewer/impls/ascii/filev.c 1.35.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/prefix.c 1.9.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/pgname.c 1.8.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/error/err.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Change to const
src/snes/utils/damgsnes.c 1.59 05/03/12 15:35:38 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/snes/mf/snesmfj.c 1.51 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/snes/interface/snesj.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/snes.c 1.73.1.1 05/03/12 15:35:38 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesnoise.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesmfj2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/snes/impls/tr/tr.c 1.30 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/test/snestest.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/ls/ls.c 1.57 05/03/12 15:35:38 knepley@khan.(none) +17 -17 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex6.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex3.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex29.c 1.81 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex27.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex22.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex2.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1f.F 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1.c 1.11 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex7.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex12f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex11.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/utils/multequal.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/utils/matio.c 1.26.1.1 05/03/12 15:35:38 knepley@khan.(none) +2 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/getcolv.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/axpy.c 1.25 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/matfd/fdmatrix.c 1.31 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/interface/matrix.c 1.172 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/interface/matnull.c 1.20 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shellcnv.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shell.c 1.29 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij2.c 1.39 05/03/12 15:35:38 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/mpi/mpisbaij.c 1.121 05/03/12 15:35:38 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/mpirowbs.c 1.70 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/iccbs.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/cholbs.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/maij/maij.c 1.38 05/03/12 15:35:38 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/mat/impls/is/matis.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/feti/feti.c 1.4 05/03/12 15:35:38 knepley@khan.(none) +31 -34 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/seq/dense.c 1.76.1.1 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/mpi/mpidense.c 1.56 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag.c 1.49 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/mpi/mpibdiag.c 1.48 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij2.c 1.33 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij.c 1.126 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/seq/aij.c 1.220.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/mpi/mpiaij.c 1.240 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/adic/matadic.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tutorials/ex2.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex99.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex96.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex94.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex78.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex76.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex75.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex74.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex71.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex7.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex64.c 1.7 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex62.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex53.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex5.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex48.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex3.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex27.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex19.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex17.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex1.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/interface/precon.c 1.60.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/samg/samgpetsctools.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/prometheus/petscprom.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/ml/ml.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/smg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mg.c 1.57.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/fmg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/jacobi/jacobi.c 1.16.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/pcis.c 1.27 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/nn/nn.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/feti/fetipc.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/hypre/hyppilut.c 1.73 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/eisens/eisen.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/composite/composite.c 1.28.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/bjacobi/bjacobi.c 1.38.1.1 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/asm/asm.c 1.44.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex8f.F 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex5.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex3.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex2.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itres.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itfunc.c 1.66 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iterativ.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itcl.c 1.15.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iguess.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/eige.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +20 -20 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/symmlq/symmlq.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +16 -16 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/rich/rich.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/qcg/qcg.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/minres/minres.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/lsqr/lsqr.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.40 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/gmres.c 1.58 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.45 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog2.c 1.20 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cr/cr.c 1.34 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cheby/cheby.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cgs/cgs.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cgne/cgne.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cg.c 1.39 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bicg/bicg.c 1.21 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgs/bcgs.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex9.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex8.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex7.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex6f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex5.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex4.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex31.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex30.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex3.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex29.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex28.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex27.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex25.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex23.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex21f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex16.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex14f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex12.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11f.F 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex10.c 1.49 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex7.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex6.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex5f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex3.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex26.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex25.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex24.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex20.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex19.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex18.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex17.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex16f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex14.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex12f.F 1.19 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex10.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex1.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/fortran/custom/zvec.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/fortran/custom/zsys.c 1.33 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Change to const
src/fortran/custom/zsnes.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Reversed function pointer and context arguments Change to const
src/docs/website/documentation/changes/222.html 1.38 05/03/12 15:35:37 knepley@khan.(none) +26 -1 Lots of interface changes
src/docs/tex/manual/part2.tex 1.88 05/03/12 15:35:36 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/docs/tex/manual/part1.tex 1.35 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/quadratic/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/constant_bilinear/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/da/src/gr2.c 1.31.1.1 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Change to const
src/dm/da/src/dainterp.c 1.27 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/src/da2.c 1.63 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex5.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex1.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex8.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex7.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex6.c 1.9 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex4.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex23.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex21f.F 1.3 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex20.c 1.10 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex2.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex18.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex17.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex15.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex14.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex1.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/ysmp/ex1.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/src/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_df_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/reusememory/ex1.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/tns_q2q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/contrib/oberman/quasigeo_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q2q1/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/appcreate.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/main.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/appalgebra.c 1.14 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/lahaye/samg.old/petsctools.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/keyes/ex15.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/helmholtz_2/ex12.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/apps/2/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/apps/1/ex2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/adic/src/petscadic.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex4.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2func.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
include/vecimpl.h 1.40 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
include/petscvec.h 1.71 05/03/12 15:35:36 knepley@khan.(none) +8 -14 Changing BLAS interfaces to PETSc style
include/petscts.h 1.30.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscpc.h 1.70.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscksp.h 1.62.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
Hg-commit: a97920152fb7a7025cba2675facc0c052ef70819
show more ...
|
| 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 ...
|
| 41ca0015 | 16-Feb-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2908 hzhang@harley.mcs.anl.gov|ChangeSet|20050216023647|11468 ChangeSet 1.2908 05/02/15 20:36:47 hzhang@harley.mcs.anl.gov +2 -0 update ml interface to ml-3.1
src/ksp/pc/impls/m
bk-changeset-1.2908 hzhang@harley.mcs.anl.gov|ChangeSet|20050216023647|11468 ChangeSet 1.2908 05/02/15 20:36:47 hzhang@harley.mcs.anl.gov +2 -0 update ml interface to ml-3.1
src/ksp/pc/impls/ml/ml.c 1.15 05/02/15 20:36:46 hzhang@harley.mcs.anl.gov +8 -7 update ml interface to ml-3.1
python/PETSc/packages/ml.py 1.21 05/02/15 20:36:45 hzhang@harley.mcs.anl.gov +2 -2 update ml interface to ml-3.1
Hg-commit: 9100cf1009598d64bc61463812a0f0ab06aa7b7c
show more ...
|
| 1b719fc7 | 13-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2899 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042713|06329 ChangeSet 1.2899 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +3 -0 Merge
python/PETSc/Con
bk-changeset-1.2899 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042713|06329 ChangeSet 1.2899 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +3 -0 Merge
python/PETSc/Configure.py 1.302 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +0 -0 SCCS merged
src/mat/impls/aij/seq/aij.c 1.217 05/02/12 22:25:53 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/ml/ml.c 1.14 05/02/12 22:25:52 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: d76114018c2c683c7b5f0defa01261d1d1d24c52
show more ...
|
| 3e826d7b | 11-Feb-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2895.1.13 balay@asterix.mcs.anl.gov|ChangeSet|20050211032633|57474 ChangeSet 1.2895.1.13 05/02/10 21:26:33 balay@asterix.mcs.anl.gov +1 -0 fix ML compile errors on AIX
src/ksp/p
bk-changeset-1.2895.1.13 balay@asterix.mcs.anl.gov|ChangeSet|20050211032633|57474 ChangeSet 1.2895.1.13 05/02/10 21:26:33 balay@asterix.mcs.anl.gov +1 -0 fix ML compile errors on AIX
src/ksp/pc/impls/ml/ml.c 1.12.1.1 05/02/10 21:26:32 balay@asterix.mcs.anl.gov +10 -5 fix ML compile errors on AIX
Hg-commit: a5a26fb2a189c127efc8e11c660f4c3b4c23425d
show more ...
|
| 7c307921 | 06-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long long
src/sys/src/objects/options.c 1.53 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/sys/src/objects/ams/aoptions.c 1.32 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/fileio/fretrieve.c 1.25 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/sys/src/bag/makefile 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +5 -9 PETScInt fixes for long long
src/sys/src/bag/bag.c 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -497 PETScInt fixes for long long
src/sys/examples/tests/ex12.c 1.8 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +8 -7 PETScInt fixes for long long
src/snes/examples/tutorials/ex5s.c 1.10 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/utils/axpy.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/shell/shellcnv.c 1.17 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/maij/maij.c 1.37 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/baij/seq/baij.c 1.124 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/baij/seq/aijbaij.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +7 -7 PETScInt fixes for long long
src/mat/impls/baij/mpi/baijov.c 1.29 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/seq/aij.c 1.216 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/mpi/mumps/mumps.c 1.86 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +4 -4 PETScInt fixes for long long
src/mat/examples/tutorials/ex5.c 1.3 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +16 -16 PETScInt fixes for long long
src/mat/examples/tests/ex45.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
src/ksp/pc/impls/ml/ml.c 1.13 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/ksp/pc/impls/asm/asm.c 1.43 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/dm/ao/examples/tutorials/ex2.c 1.12 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +14 -14 PETScInt fixes for long long
src/dm/ao/examples/tests/ex6.c 1.6 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex5.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/dm/ao/examples/tests/ex3.c 1.9 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex2.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
include/vecimpl.h 1.38 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscsys.h 1.39 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +10 -10 PETScInt fixes for long long
include/petscoptions.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscdraw.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscda.h 1.45 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
include/petsc.h 1.114 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/makefile 1.7 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/bag/makefile 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +23 -0
src/sys/src/bag/bag.c 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +501 -0
src/sys/src/bag/makefile 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/makefile
src/sys/src/bag/bag.c 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/bag.c
include/petscbag.h 1.1 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +62 -0
include/petscbag.h 1.0 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/include/petscbag.h
Hg-commit: 0be48fdba6c75be1fcd648c7325467a545674f39
show more ...
|
| 97177400 | 18-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2842.1.26 barrysmith@barry-smiths-computer.local|ChangeSet|20050118014817|22160 ChangeSet 1.2842.1.26 05/01/17 19:48:17 barrysmith@barry-smiths-computer.local +18 -0 MGxxx -> PCMGx
bk-changeset-1.2842.1.26 barrysmith@barry-smiths-computer.local|ChangeSet|20050118014817|22160 ChangeSet 1.2842.1.26 05/01/17 19:48:17 barrysmith@barry-smiths-computer.local +18 -0 MGxxx -> PCMGxxx
todo 1.119 05/01/17 19:48:13 barrysmith@barry-smiths-computer.local +0 -8 MGxxx -> PCMGxxx
src/snes/utils/damgsnes.c 1.58 05/01/17 19:48:13 barrysmith@barry-smiths-computer.local +4 -4 MGxxx -> PCMGxxx
src/snes/utils/damg.c 1.51 05/01/17 19:48:13 barrysmith@barry-smiths-computer.local +11 -11 MGxxx -> PCMGxxx
src/snes/examples/tutorials/ex24.c 1.22 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +1 -1 MGxxx -> PCMGxxx
src/snes/examples/tests/ex11.c 1.15 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +10 -10 MGxxx -> PCMGxxx
src/ksp/pc/impls/samg/samgmgpetsc.c 1.14 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +14 -14 MGxxx -> PCMGxxx
src/ksp/pc/impls/ml/ml.c 1.12 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +16 -16 MGxxx -> PCMGxxx
src/ksp/pc/impls/mg/mgfunc.c 1.21 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +41 -41 MGxxx -> PCMGxxx
src/ksp/pc/impls/mg/mg.c 1.52 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +41 -90 MGxxx -> PCMGxxx
src/ksp/pc/examples/tests/ex8f.F 1.14 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +4 -4 MGxxx -> PCMGxxx
src/ksp/pc/examples/tests/ex5.c 1.19 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +14 -16 MGxxx -> PCMGxxx
src/ksp/examples/tests/ex19.c 1.13 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +10 -10 MGxxx -> PCMGxxx
src/fortran/custom/zpc.c 1.28 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +11 -11 MGxxx -> PCMGxxx
src/docs/website/documentation/changes/222.html 1.32 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +1 -0 MGxxx -> PCMGxxx
src/contrib/keyes/ex15.c 1.4 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +9 -9 MGxxx -> PCMGxxx
include/petscmg.h 1.13 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +26 -28 MGxxx -> PCMGxxx
include/finclude/petscmg.h 1.9 05/01/17 19:48:12 barrysmith@barry-smiths-computer.local +2 -2 MGxxx -> PCMGxxx
src/docs/tex/petscapp.bib 1.145 05/01/14 21:44:02 barrysmith@barry-smiths-computer.local +21 -6 more
src/docs/tex/petscapp.bib 1.144 05/01/14 21:20:41 barrysmith@barry-smiths-computer.local +34 -0 a few from scholar.google
Hg-commit: 8aece421fb98373159c74b67b188aa951068e47b
show more ...
|
| ac346b81 | 14-Jan-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2842.1.21 hzhang@harley.mcs.anl.gov|ChangeSet|20050114190222|05468 ChangeSet 1.2842.1.21 05/01/14 13:02:22 hzhang@harley.mcs.anl.gov +2 -0 fix memory leak in ML interface
src/ks
bk-changeset-1.2842.1.21 hzhang@harley.mcs.anl.gov|ChangeSet|20050114190222|05468 ChangeSet 1.2842.1.21 05/01/14 13:02:22 hzhang@harley.mcs.anl.gov +2 -0 fix memory leak in ML interface
src/ksp/pc/impls/ml/ml.c 1.11 05/01/14 13:02:18 hzhang@harley.mcs.anl.gov +35 -47 fix memory leak
src/ksp/examples/tests/ex26.c 1.3 05/01/14 13:02:18 hzhang@harley.mcs.anl.gov +9 -3 add test for both PCML and PCMG
Hg-commit: 3e733cd3f2b91db4dd2e462eecaa6fe826072e8f
show more ...
|
| 6ca4d86a | 12-Jan-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2842.1.10 hzhang@harley.mcs.anl.gov|ChangeSet|20050112224459|64554 ChangeSet 1.2842.1.10 05/01/12 16:44:59 hzhang@harley.mcs.anl.gov +3 -0 bugfix and cleanup on ML interface
src
bk-changeset-1.2842.1.10 hzhang@harley.mcs.anl.gov|ChangeSet|20050112224459|64554 ChangeSet 1.2842.1.10 05/01/12 16:44:59 hzhang@harley.mcs.anl.gov +3 -0 bugfix and cleanup on ML interface
src/ksp/pc/impls/ml/ml.c 1.10 05/01/12 16:44:57 hzhang@harley.mcs.anl.gov +39 -56 code cleanup
src/ksp/pc/impls/mg/mg.c 1.50 05/01/12 16:44:57 hzhang@harley.mcs.anl.gov +2 -2 bugfix: MGSetR() should not be called at the coarsest grid
python/PETSc/packages/ml.py 1.18 05/01/12 16:44:57 hzhang@harley.mcs.anl.gov +23 -26 bugfix on config of mpi libraries
Hg-commit: 99df75a289b0e44e0bce06f102879ddd4784243c
show more ...
|
| dba47a55 | 24-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.29 Kris@p4buschel.|ChangeSet|20041224021527|61072 ChangeSet 1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/interface/precon.c 1.59
bk-changeset-1.2821.1.29 Kris@p4buschel.|ChangeSet|20041224021527|61072 ChangeSet 1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/interface/precon.c 1.59 04/12/23 18:15:21 Kris@p4buschel. +32 -30 PETSCKSP_DLLEXPORT
src/ksp/pc/interface/pcset.c 1.24 04/12/23 18:15:21 Kris@p4buschel. +5 -4 PETSCKSP_DLLEXPORT
src/ksp/pc/interface/pcregis.c 1.35 04/12/23 18:15:21 Kris@p4buschel. +27 -26 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/xyt.c 1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/xxt.c 1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/tfs.c 1.6 04/12/23 18:15:21 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/queue.c 1.11 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/pxxt.c 1.24 04/12/23 18:15:21 Kris@p4buschel. +2 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/ivec.c 1.13 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/gs.c 1.21 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/error.c 1.14 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/comm.c 1.25 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/tfs/bit_mask.c 1.12 04/12/23 18:15:21 Kris@p4buschel. +1 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/spai/src/ispai.c 1.28 04/12/23 18:15:21 Kris@p4buschel. +19 -17 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/spai/src/dspai.c 1.10 04/12/23 18:15:20 Kris@p4buschel. +3 -2 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/spai/include/spai.h 1.5 04/12/23 18:15:20 Kris@p4buschel. +7 -7 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/sor/sor.c 1.27 04/12/23 18:15:20 Kris@p4buschel. +9 -7 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/shell/shellpc.c 1.24 04/12/23 18:15:20 Kris@p4buschel. +17 -15 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/samg/samgpetsctools.c 1.13 04/12/23 18:15:20 Kris@p4buschel. +8 -6 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/samg/samgpetsc.c 1.12 04/12/23 18:15:20 Kris@p4buschel. +6 -5 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/samg/samgmgpetsc.c 1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/redundant/redundant.c 1.23 04/12/23 18:15:20 Kris@p4buschel. +9 -7 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/prometheus/petscprom.c 1.3 04/12/23 18:15:20 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.20 04/12/23 18:15:20 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/none/none.c 1.9 04/12/23 18:15:20 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/ml/ml.c 1.9 04/12/23 18:15:20 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/mg/smg.c 1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/mg/mgfunc.c 1.16 04/12/23 18:15:20 Kris@p4buschel. +13 -12 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/mg/mg.c 1.44 04/12/23 18:15:20 Kris@p4buschel. +10 -8 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/mg/fmg.c 1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/mat/pcmat.c 1.11 04/12/23 18:15:19 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/ksp/pcksp.c 1.22 04/12/23 18:15:19 Kris@p4buschel. +6 -5 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/jacobi/jacobi.c 1.16 04/12/23 18:15:19 Kris@p4buschel. +4 -3 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/is/pcis.h 1.11 04/12/23 18:15:19 Kris@p4buschel. +6 -6 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/is/pcis.c 1.26 04/12/23 18:15:19 Kris@p4buschel. +7 -6 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/is/nn/nn.c 1.27 04/12/23 18:15:19 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/is/feti/fetipc.c 1.4 04/12/23 18:15:19 Kris@p4buschel. +11 -9 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/hypre/hyppilut.c 1.70 04/12/23 18:15:19 Kris@p4buschel. +5 -3 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.20 04/12/23 18:15:19 Kris@p4buschel. +9 -7 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/factor/lu/lu.c 1.42 04/12/23 18:15:19 Kris@p4buschel. +22 -20 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/factor/ilu/ilu.c 1.55 04/12/23 18:15:19 Kris@p4buschel. +26 -24 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/factor/icc/icc.c 1.41 04/12/23 18:15:19 Kris@p4buschel. +12 -10 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/factor/factor.c 1.8 04/12/23 18:15:19 Kris@p4buschel. +4 -3 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.40 04/12/23 18:15:19 Kris@p4buschel. +15 -14 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/eisens/eisen.c 1.25 04/12/23 18:15:19 Kris@p4buschel. +7 -5 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/composite/composite.c 1.26 04/12/23 18:15:18 Kris@p4buschel. +13 -11 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/bjacobi/bjacobi.c 1.38 04/12/23 18:15:18 Kris@p4buschel. +15 -13 PETSCKSP_DLLEXPORT
src/ksp/pc/impls/asm/asm.c 1.42 04/12/23 18:15:18 Kris@p4buschel. +18 -16 PETSCKSP_DLLEXPORT
src/ksp/ksp/kspimpl.h 1.25 04/12/23 18:15:18 Kris@p4buschel. +0 -4 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/xmon.c 1.11 04/12/23 18:15:18 Kris@p4buschel. +7 -6 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/itres.c 1.14 04/12/23 18:15:18 Kris@p4buschel. +3 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/itregis.c 1.12 04/12/23 18:15:18 Kris@p4buschel. +21 -20 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/itfunc.c 1.62 04/12/23 18:15:18 Kris@p4buschel. +36 -34 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/iterativ.c 1.30 04/12/23 18:15:18 Kris@p4buschel. +13 -12 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/itcreate.c 1.60 04/12/23 18:15:18 Kris@p4buschel. +15 -13 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/itcl.c 1.15 04/12/23 18:15:18 Kris@p4buschel. +6 -4 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/iguess.c 1.14 04/12/23 18:15:18 Kris@p4buschel. +6 -5 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/eige.c 1.24 04/12/23 18:15:18 Kris@p4buschel. +3 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/interface/dlregis.c 1.22 04/12/23 18:15:18 Kris@p4buschel. +4 -3 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.20 04/12/23 18:15:18 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.17 04/12/23 18:15:18 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/symmlq/symmlq.c 1.20 04/12/23 18:15:17 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/rich/richscale.c 1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/rich/rich.c 1.20 04/12/23 18:15:17 Kris@p4buschel. +4 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/qcg/qcg.c 1.23 04/12/23 18:15:17 Kris@p4buschel. +8 -7 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/preonly/preonly.c 1.14 04/12/23 18:15:17 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/minres/minres.c 1.21 04/12/23 18:15:17 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/lsqr/lsqr.c 1.23 04/12/23 18:15:17 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/lgmres/lgmres.c 1.36 04/12/23 18:15:17 Kris@p4buschel. +11 -10 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/gmres2.c 1.22 04/12/23 18:15:17 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/gmres.c 1.54 04/12/23 18:15:17 Kris@p4buschel. +12 -10 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/gmreig.c 1.16 04/12/23 18:15:17 Kris@p4buschel. +3 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/gmpre.c 1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/borthog2.c 1.18 04/12/23 18:15:17 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/gmres/borthog.c 1.13 04/12/23 18:15:17 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/fgmres/modpcf.c 1.16 04/12/23 18:15:17 Kris@p4buschel. +4 -3 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/fgmres/fgmres.c 1.41 04/12/23 18:15:17 Kris@p4buschel. +9 -7 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cr/cr.c 1.32 04/12/23 18:15:16 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cheby/cheby.c 1.21 04/12/23 18:15:16 Kris@p4buschel. +5 -3 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cgs/cgs.c 1.26 04/12/23 18:15:16 Kris@p4buschel. +3 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cgne/cgne.c 1.24 04/12/23 18:15:16 Kris@p4buschel. +4 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cg/cgtype.c 1.9 04/12/23 18:15:16 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cg/cgeig.c 1.10 04/12/23 18:15:16 Kris@p4buschel. +2 -0 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/cg/cg.c 1.35 04/12/23 18:15:16 Kris@p4buschel. +3 -2 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/bicg/bicg.c 1.19 04/12/23 18:15:16 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.18 04/12/23 18:15:16 Kris@p4buschel. +5 -4 PETSCKSP_DLLEXPORT
src/ksp/ksp/impls/bcgs/bcgs.c 1.21 04/12/23 18:15:16 Kris@p4buschel. +2 -1 PETSCKSP_DLLEXPORT
include/petscpc.h 1.66 04/12/23 18:15:16 Kris@p4buschel. +123 -123 PETSCKSP_DLLEXPORT
include/petscmg.h 1.11 04/12/23 18:15:16 Kris@p4buschel. +19 -19 PETSCKSP_DLLEXPORT
include/petscksp.h 1.59 04/12/23 18:15:16 Kris@p4buschel. +112 -113 PETSCKSP_DLLEXPORT
Hg-commit: 4210c1afcf38f78e045958c2106fdc7f64720146
show more ...
|
| eef31507 | 19-Nov-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2717 hzhang@harley.mcs.anl.gov|ChangeSet|20041119174024|42961 ChangeSet 1.2717 04/11/19 11:40:24 hzhang@harley.mcs.anl.gov +1 -0 update changes made on MatConvert()
src/ksp/pc/i
bk-changeset-1.2717 hzhang@harley.mcs.anl.gov|ChangeSet|20041119174024|42961 ChangeSet 1.2717 04/11/19 11:40:24 hzhang@harley.mcs.anl.gov +1 -0 update changes made on MatConvert()
src/ksp/pc/impls/ml/ml.c 1.8 04/11/19 11:40:23 hzhang@harley.mcs.anl.gov +19 -23 update changes made on MatConvert()
Hg-commit: d6d7985c21ec70e0be65da815022fb130096b390
show more ...
|
| cb5d8e9e | 21-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2543 hzhang@harley.mcs.anl.gov|ChangeSet|20040921163745|29009 ChangeSet 1.2543 04/09/21 11:37:45 hzhang@harley.mcs.anl.gov +6 -0 minor improve the codes.
src/mat/utils/multequal
bk-changeset-1.2543 hzhang@harley.mcs.anl.gov|ChangeSet|20040921163745|29009 ChangeSet 1.2543 04/09/21 11:37:45 hzhang@harley.mcs.anl.gov +6 -0 minor improve the codes.
src/mat/utils/multequal.c 1.2 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +11 -6 polish MatMultEqual() and MatMultEqualAdd()
src/mat/utils/makefile 1.8 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +2 -2 add file multequal.c
src/mat/impls/sbaij/mpi/mpisbaij.c 1.106 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +2 -0 add comments
src/mat/impls/baij/seq/baij.c 1.103 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -1 revise the comments
src/mat/impls/aij/seq/aij.c 1.185 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -1 revise the comments
src/ksp/pc/impls/ml/ml.c 1.7 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -43 trivial polish the code
Hg-commit: c2312df6a5406510cc99d652725f2de312229005
show more ...
|
| 71044d3c | 13-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2527 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226 ChangeSet 1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0 PetscNew() now zeros memory
bk-changeset-1.2527 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226 ChangeSet 1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/utils/vpscat.c 1.34 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -8 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/aij.c 1.183 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/ilu/ilu.c 1.42 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/seq/bvec2.c 1.57 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/seq/bvec1.c 1.10 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/mpi/pvec2.c 1.15 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/mpi/pbvec.c 1.30 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/pvode/petscpvode.c 1.28 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/cn/cn.c 1.19 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/beuler/beuler.c 1.21 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/explicit/euler/euler.c 1.11 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/utils/pdisplay.c 1.20 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/utils/memc.c 1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/error/stack.c 1.13 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/draw/impls/x/xops.c 1.23 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/draw/impls/x/text.c 1.9 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/snes/interface/noise/snesnoise.c 1.14 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/snes/interface/noise/snesmfj2.c 1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/shell/shell.c 1.24 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/seq/sbaij2.c 1.31 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/seq/sbaij.c 1.118 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/mpi/mpisbaij.c 1.105 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/maij/maij.c 1.24 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/is/matis.c 1.19 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/feti/feti.c 1.3 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/dense/seq/dense.c 1.66 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +21 -22 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/dense/mpi/mpidense.c 1.51 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/bdiag/seq/bdiag.c 1.44 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/seq/baij2.c 1.26 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/seq/baij.c 1.100.1.2 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/mpi/mpibaij.c 1.77 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.64 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/spooles/spooles.c 1.100 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpiptap.c 1.12 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpimatmatmult.c 1.4 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpiaij.c 1.212 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/adj/mpi/mpiadj.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/adic/matadic.c 1.29 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/utils/damg.c 1.41 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/xyt.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/xxt.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/gs.c 1.20 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/redundant/redundant.c 1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/ml/ml.c 1.6 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/mg/mg.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/is/feti/fetipc.c 1.3 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/hypre/hyppilut.c 1.59 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/asm/asm.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/interface/eige.c 1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/lgmres/lgmres.c 1.32 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/gmres/gmres.c 1.50 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/gmres/gmreig.c 1.15 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/fgmres/fgmres.c 1.37 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/cgne/cgne.c 1.21 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/cg/cg.c 1.29 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.17 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -14 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/ilu.h 1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/dot.h 1.13 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/axpy.h 1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
maint/generateetags.py 1.4 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petschead.h 1.41 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petscblaslapack.h 1.12 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +241 -242 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petsc.h 1.96 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/aij.c 1.182 04/09/13 14:58:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 *** empty log message ***
src/ksp/pc/impls/ilu/ilu.c 1.41 04/09/13 14:56:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 03fb4ae0a31fea3f887c926814d30cec68df1938
show more ...
|
| 1246784d | 02-Sep-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2468.18.2 balay@asterix.mcs.anl.gov|ChangeSet|20040902193121|11622 ChangeSet 1.2468.18.2 04/09/02 14:31:21 balay@asterix.mcs.anl.gov +3 -0 add package check for ML
src/ksp/pc/in
bk-changeset-1.2468.18.2 balay@asterix.mcs.anl.gov|ChangeSet|20040902193121|11622 ChangeSet 1.2468.18.2 04/09/02 14:31:21 balay@asterix.mcs.anl.gov +3 -0 add package check for ML
src/ksp/pc/interface/pcregis.c 1.32 04/09/02 14:31:20 balay@asterix.mcs.anl.gov +3 -0 add package check for ML
src/ksp/pc/impls/ml/makefile 1.2 04/09/02 14:31:20 balay@asterix.mcs.anl.gov +4 -0 add package check for ML
include/petscsys.h 1.29 04/09/02 14:31:20 balay@asterix.mcs.anl.gov +1 -0 add missing prototype for PetscSortIntWithScalarArray()
Hg-commit: 3f972962ba854f64cedbeb636ffe4961ffc45dfe
show more ...
|
| ab718ede | 01-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.42 hzhang@harley.mcs.anl.gov|ChangeSet|20040901221528|14118 ChangeSet 1.2468.1.42 04/09/01 17:15:28 hzhang@harley.mcs.anl.gov +4 -0 optimize MatConvert_ML_MPIAIJ()
src/sy
bk-changeset-1.2468.1.42 hzhang@harley.mcs.anl.gov|ChangeSet|20040901221528|14118 ChangeSet 1.2468.1.42 04/09/01 17:15:28 hzhang@harley.mcs.anl.gov +4 -0 optimize MatConvert_ML_MPIAIJ()
src/sys/src/utils/sorti.c 1.11 04/09/01 17:15:25 hzhang@harley.mcs.anl.gov +75 -2 add new routine PetscSortIntWithScalarArray()
src/ksp/pc/impls/ml/ml.c 1.5 04/09/01 17:15:25 hzhang@harley.mcs.anl.gov +45 -140 optimize MatConvert_ML_MPIAIJ()
src/ksp/pc/impls/makefile 1.21 04/09/01 17:15:25 hzhang@harley.mcs.anl.gov +1 -1 add dir 'ml'.
src/ksp/examples/tests/output/ex26_2.out 1.2 04/09/01 17:15:25 hzhang@harley.mcs.anl.gov +7 -7 update output file
Hg-commit: f66018bbe67a1818867a0fdef2ae084b937c8018
show more ...
|
| e14861a4 | 01-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.40 hzhang@harley.mcs.anl.gov|ChangeSet|20040901011214|16609 ChangeSet 1.2468.1.40 04/08/31 20:12:14 hzhang@harley.mcs.anl.gov +1 -0 Have MatConvert_ML_MPIAIJ() work.
src/
bk-changeset-1.2468.1.40 hzhang@harley.mcs.anl.gov|ChangeSet|20040901011214|16609 ChangeSet 1.2468.1.40 04/08/31 20:12:14 hzhang@harley.mcs.anl.gov +1 -0 Have MatConvert_ML_MPIAIJ() work.
src/ksp/pc/impls/ml/ml.c 1.4 04/08/31 20:12:13 hzhang@harley.mcs.anl.gov +225 -35 Have MatConvert_ML_MPIAIJ() work.
Hg-commit: a01ec58f9fabf011372ed7a3af979127b1d06466
show more ...
|
| 24a42b14 | 21-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.18 hzhang@harley.mcs.anl.gov|ChangeSet|20040821222036|58445 ChangeSet 1.2468.1.18 04/08/21 17:20:36 hzhang@harley.mcs.anl.gov +1 -0 optimize ml.c
src/ksp/pc/impls/ml/ml.c
bk-changeset-1.2468.1.18 hzhang@harley.mcs.anl.gov|ChangeSet|20040821222036|58445 ChangeSet 1.2468.1.18 04/08/21 17:20:36 hzhang@harley.mcs.anl.gov +1 -0 optimize ml.c
src/ksp/pc/impls/ml/ml.c 1.3 04/08/21 17:20:34 hzhang@harley.mcs.anl.gov +38 -23 - replace multiple calls of VecCreateSeqWithArray() by VecPlaceArray() - save array copying - pass rowptr, colindx and vals into ML Pmat and Rmat instead of copy and insert mat values in MatConvert_ML_SeqAIJ()
Hg-commit: c2504e121f07e8ef4d071d41c9003bea747c7f03
show more ...
|
| 9cb0ec93 | 20-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.11 hzhang@harley.mcs.anl.gov|ChangeSet|20040820043453|26421 ChangeSet 1.2468.1.11 04/08/19 15:17:21 hzhang@harley.mcs.anl.gov +2 -0 minor update of ML interface
src/ksp/p
bk-changeset-1.2468.1.11 hzhang@harley.mcs.anl.gov|ChangeSet|20040820043453|26421 ChangeSet 1.2468.1.11 04/08/19 15:17:21 hzhang@harley.mcs.anl.gov +2 -0 minor update of ML interface
src/ksp/pc/impls/ml/ml.c 1.2 04/08/19 15:17:18 hzhang@harley.mcs.anl.gov +14 -4 minor update
include/petsc.h 1.92 04/08/19 15:17:18 hzhang@harley.mcs.anl.gov +1 -0 add prototype of PetscObjectContainerSetUserDestroy()
Hg-commit: a71ce022f5d8e04ed811d6aee2b04919c78db0b4
show more ...
|
| 5582bec1 | 20-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.9 hzhang@harley.mcs.anl.gov|ChangeSet|20040820043451|29233 ChangeSet 1.2468.1.9 04/08/19 10:28:01 hzhang@harley.mcs.anl.gov +6 -0 add newly developed interface to ML 3.0
bk-changeset-1.2468.1.9 hzhang@harley.mcs.anl.gov|ChangeSet|20040820043451|29233 ChangeSet 1.2468.1.9 04/08/19 10:28:01 hzhang@harley.mcs.anl.gov +6 -0 add newly developed interface to ML 3.0
src/sys/src/objects/inherit.c 1.27 04/08/19 10:27:59 hzhang@harley.mcs.anl.gov +24 -0 enable userdestory container
src/ksp/pc/interface/pcregis.c 1.30 04/08/19 10:27:58 hzhang@harley.mcs.anl.gov +1 -0 register PCML
include/petscpc.h 1.58 04/08/19 10:27:58 hzhang@harley.mcs.anl.gov +1 -0 add new PCML
config/linux-gnu-ml.py 1.2 04/08/19 10:27:58 hzhang@harley.mcs.anl.gov +2 -2 update ml repository
src/ksp/pc/impls/ml/makefile 1.1 04/08/19 10:23:05 hzhang@harley.mcs.anl.gov +16 -0
src/ksp/pc/impls/ml/makefile 1.0 04/08/19 10:23:05 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/pc/impls/ml/makefile
src/ksp/pc/impls/ml/ml.c 1.1 04/08/19 10:22:59 hzhang@harley.mcs.anl.gov +737 -0
src/ksp/pc/impls/ml/ml.c 1.0 04/08/19 10:22:58 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/ksp/pc/impls/ml/ml.c
Hg-commit: b97b03a1a3460b85e678686983c82d876490f55f
show more ...
|