| #
09f38230
|
| 25-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly or when creating a factored matrix
Hg-commit: b
fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly or when creating a factored matrix
Hg-commit: b8588dc3d1c171daa90229be953d2b7fd710d008
show more ...
|
| #
fa5416c1
|
| 22-Mar-2005 |
victor <victor@tibook500ve.cs.utk.edu> |
bk-changeset-1.3009 victor@tibook500ve.cs.utk.edu|ChangeSet|20050322224543|48717 ChangeSet 1.3009 05/03/22 17:45:43 victor@tibook500ve.cs.utk.edu +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.3009 victor@tibook500ve.cs.utk.edu|ChangeSet|20050322224543|48717 ChangeSet 1.3009 05/03/22 17:45:43 victor@tibook500ve.cs.utk.edu +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into tibook500ve.cs.utk.edu:/Users/victor/Software/petsc/petsc-dev
Hg-commit: df4f4c5b232e54679737540acd83e108f467c944
show more ...
|
| #
3d837fb4
|
| 22-Mar-2005 |
victor <victor@tibook500ve.cs.utk.edu> |
bk-changeset-1.3002.1.1 victor@tibook500ve.cs.utk.edu|ChangeSet|20050322224454|34643 ChangeSet 1.3002.1.1 05/03/22 17:44:54 victor@tibook500ve.cs.utk.edu +1 -0 obsolete statement removed in matax
bk-changeset-1.3002.1.1 victor@tibook500ve.cs.utk.edu|ChangeSet|20050322224454|34643 ChangeSet 1.3002.1.1 05/03/22 17:44:54 victor@tibook500ve.cs.utk.edu +1 -0 obsolete statement removed in mataxpy.
src/mat/utils/axpy.c 1.28 05/03/22 17:44:50 victor@tibook500ve.cs.utk.edu +0 -1 obsolete statement removed
Hg-commit: a75252c8c13eebbda84683d4f8e1a4aa86bcc16a
show more ...
|
| #
774ad343
|
| 17-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2991 knepley@khan.(none)|ChangeSet|20050317213756|36643 ChangeSet 1.2991 05/03/17 15:37:56 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):
bk-changeset-1.2991 knepley@khan.(none)|ChangeSet|20050317213756|36643 ChangeSet 1.2991 05/03/17 15:37:56 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):/home/knepley/PETSc-dev/petsc-dev
Hg-commit: a7161b033553bfc06a1b65c3f1b170802667c0d5
show more ...
|
| #
f4df32b1
|
| 17-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2988.1.1 knepley@khan.(none)|ChangeSet|20050317213714|26757 ChangeSet 1.2988.1.1 05/03/17 15:37:14 knepley@khan.(none) +77 -0 Added a raw aray interface to MatZeroRows() and MatZer
bk-changeset-1.2988.1.1 knepley@khan.(none)|ChangeSet|20050317213714|26757 ChangeSet 1.2988.1.1 05/03/17 15:37:14 knepley@khan.(none) +77 -0 Added a raw aray interface to MatZeroRows() and MatZeroRowsLocal() Fixed interface for MatAXPY(), MatAYPX(), MatShift(), MatScale()
src/ts/interface/tscreate.c 1.19 05/03/17 15:37:13 knepley@khan.(none) +4 -4 Interface fixes
src/ts/impls/implicit/pvode/petscpvode.c 1.31 05/03/17 15:37:13 knepley@khan.(none) +2 -2 Interface fixes
src/snes/mf/snesmfj.c 1.53 05/03/17 15:37:13 knepley@khan.(none) +4 -4 Interface fixes
src/snes/impls/test/snestest.c 1.19 05/03/17 15:37:13 knepley@khan.(none) +1 -1 Interface fixes
src/mat/utils/axpy.c 1.27 05/03/17 15:37:13 knepley@khan.(none) +18 -19 Interface fixes
src/mat/matimpl.h 1.81 05/03/17 15:37:13 knepley@khan.(none) +7 -7 Interface fixes
src/mat/interface/matrix.c 1.174 05/03/17 15:37:13 knepley@khan.(none) +143 -29 Interface fixes
src/mat/impls/shell/shell.c 1.31 05/03/17 15:37:13 knepley@khan.(none) +6 -6 Interface fixes
src/mat/impls/sbaij/seq/sbaij2.c 1.41 05/03/17 15:37:12 knepley@khan.(none) +3 -2 Interface fixes
src/mat/impls/sbaij/seq/sbaij.c 1.142 05/03/17 15:37:12 knepley@khan.(none) +6 -5 Interface fixes
src/mat/impls/sbaij/mpi/mpisbaij.c 1.123 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/mat/impls/rowbs/mpi/mpirowbs.c 1.72 05/03/17 15:37:12 knepley@khan.(none) +12 -23 Interface fixes
src/mat/impls/is/matis.c 1.24 05/03/17 15:37:12 knepley@khan.(none) +4 -7 Interface fixes
src/mat/impls/dense/seq/dense.c 1.79 05/03/17 15:37:12 knepley@khan.(none) +16 -18 Interface fixes
src/mat/impls/dense/mpi/mpidense.c 1.58 05/03/17 15:37:12 knepley@khan.(none) +14 -21 Interface fixes
src/mat/impls/bdiag/seq/bdiag.h 1.16 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/bdiag/seq/bdiag.c 1.51 05/03/17 15:37:12 knepley@khan.(none) +8 -10 Interface fixes
src/mat/impls/bdiag/mpi/mpibdiag.c 1.50 05/03/17 15:37:12 knepley@khan.(none) +5 -13 Interface fixes
src/mat/impls/baij/seq/baij2.c 1.35 05/03/17 15:37:12 knepley@khan.(none) +4 -3 Interface fixes
src/mat/impls/baij/seq/baij.h 1.31 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/baij/seq/baij.c 1.128 05/03/17 15:37:12 knepley@khan.(none) +13 -16 Interface fixes
src/mat/impls/baij/mpi/mpibaij.c 1.96 05/03/17 15:37:12 knepley@khan.(none) +14 -23 Interface fixes
src/mat/impls/aij/seq/aij.h 1.55 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/aij/seq/aij.c 1.225 05/03/17 15:37:12 knepley@khan.(none) +15 -16 Interface fixes
src/mat/impls/aij/mpi/mpiaij.c 1.242 05/03/17 15:37:12 knepley@khan.(none) +20 -28 Interface fixes
src/mat/examples/tests/ex99.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex96.c 1.15 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex95.c 1.10 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex94.c 1.19 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/mat/examples/tests/ex93.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex92.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex91.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex77.c 1.8 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex75.c 1.24 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex74.c 1.31 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex56.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -4 Interface fixes
src/mat/examples/tests/ex5.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex49.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex48.c 1.18 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex2.c 1.13 05/03/17 15:37:12 knepley@khan.(none) +4 -4 Interface fixes
src/mat/examples/tests/ex17.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex12.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +10 -10 Interface fixes
src/mat/examples/tests/ex11.c 1.8 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex101.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/ksp/pc/impls/is/nn/nn.c 1.31 05/03/17 15:37:12 knepley@khan.(none) +2 -5 Interface fixes
src/ksp/examples/tutorials/ex3.c 1.17 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tutorials/ex10.c 1.50 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/ksp/examples/tests/ex4.c 1.12 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tests/ex3.c 1.15 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tests/ex24.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/ksp/examples/tests/ex16f.F 1.17 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/fortran/custom/zmat.c 1.49 05/03/17 15:37:12 knepley@khan.(none) +20 -4 Interface fixes
src/docs/website/documentation/changes/222.html 1.40 05/03/17 15:37:12 knepley@khan.(none) +8 -0 Interface fixes
src/docs/tex/manual/part2.tex 1.90 05/03/17 15:37:12 knepley@khan.(none) +8 -4 Interface fixes
src/dm/usg/2d/quadratic/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/dm/usg/2d/constant_bilinear/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/ns_q1q0_penalty/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/src/laplacian_q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/src/burgers_df_based_q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/oberman/tns_q2q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/tns_q2q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/oberman/quasigeo_q1/main.c 1.5 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/contrib/oberman/quasigeo_q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/ns_q1q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +5 -5 Interface fixes
src/contrib/oberman/ns_q1q0_penalty/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/oberman/ns_q1q0/main.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +5 -5 Interface fixes
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/laplacian_q1/appalgebra.c 1.16 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.13 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/helmholtz_2/ex12.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/apps/2/ex1.c 1.5 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/apps/1/ex2.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
include/petscmat.h 1.173 05/03/17 15:37:11 knepley@khan.(none) +10 -11 Added a raw aray interface to MatZeroRows() and MatZeroRowsLocal() Fixed interface for MatAXPY(), MatAYPX(), MatShift(), MatScale()
Hg-commit: 6e147698c19d2d3678c0a0782cbbaa01f66d6930
show more ...
|
| #
df48e8d9
|
| 16-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2980 knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347 ChangeSet 1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0 Merge
src/snes/interface/snes.c 1.75 05/03/15
bk-changeset-1.2980 knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347 ChangeSet 1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0 Merge
src/snes/interface/snes.c 1.75 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -3 Merge
src/mat/utils/matio.c 1.28 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -1 Merge
src/vec/utils/vecio.c 1.44 05/03/15 18:35:27 knepley@khan.(none) +0 -0 Auto merged
src/vec/impls/seq/bvec2.c 1.66 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/vec/impls/mpi/pdvec.c 1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/vec/examples/tutorials/ex17.c 1.5 05/03/15 18:35:27 knepley@khan.(none) +0 -2 Auto merged
src/ts/interface/ts.c 1.46 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/viewer/impls/ascii/filev.c 1.37 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/objects/prefix.c 1.11 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/objects/pgname.c 1.10 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/error/err.c 1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -3 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.141 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/dense/seq/dense.c 1.78 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/bdiag/seq/bdiag3.c 1.27 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.43 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/mat/impls/aij/seq/aijfact.c 1.114 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.223 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/adj/mpi/mpiadj.c 1.48 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/interface/precon.c 1.62 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/redundant/redundant.c 1.25 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/mg/mgfunc.c 1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/mg/mg.c 1.59 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/ksp/pcksp.c 1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/jacobi/jacobi.c 1.18 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/ksp/pc/impls/composite/composite.c 1.30 05/03/15 18:35:26 knepley@khan.(none) +0 -2 Auto merged
src/ksp/pc/impls/bjacobi/bjacobi.c 1.40 05/03/15 18:35:26 knepley@khan.(none) +0 -3 Auto merged
src/ksp/pc/impls/asm/asm.c 1.46 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/ksp/interface/itcl.c 1.17 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/dm/da/src/gr2.c 1.32.1.1 05/03/15 18:35:26 knepley@khan.(none) +0 -2 Auto merged
include/petscts.h 1.32 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
include/petscpc.h 1.72 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
include/petscksp.h 1.64 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
Hg-commit: c41894b0cb6422519adcfc7fea08b1e4231ff575
show more ...
|
| #
f69a0ea3
|
| 16-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to o
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to only take a communicator - Added MatSetSizes() Changed SNESSolve() to accept a constant argument - This should allow SNES to look almost like KSP Added Options methods, SetUp(), and View() and objects which lacked them
src/vec/utils/vecio.c 1.42.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed const
src/vec/interface/vector.c 1.126 05/03/15 18:34:38 knepley@khan.(none) +124 -1 Added Options methods Added SetUp() Removed bad check
src/vec/interface/vecreg.c 1.32 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/mapreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/map.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +190 -0 Added Options methods Added SetUp() and View()
src/vec/impls/seq/dvec2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed argument order
src/vec/impls/seq/bvec2.c 1.64.1.2 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/impls/mpi/pbvec.c 1.34 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/examples/tutorials/ex1e.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed AXPY
src/vec/examples/tutorials/ex17.c 1.3.1.1 05/03/15 18:34:38 knepley@khan.(none) +2 -0 Fixed compilation warning
src/vec/examples/tutorials/ex1.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed WAXPY
src/ts/impls/pseudo/posindep.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/cn/cn.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/beuler/beuler.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/examples/tutorials/ex6.c 1.17 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex5.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex4.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex3.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex2.c 1.8 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex1f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +6 -6 Fixed MatCreate
src/ts/examples/tests/ex1.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +6 -3 Fixed MatCreate
src/sys/src/viewer/interface/viewreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/sys/src/viewer/interface/view.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +182 -0 Added Options methods Added SetUp() and View()
src/snes/utils/damgsnes.c 1.60 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/mf/snesmfj.c 1.52 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/interface/snes.c 1.73.1.2 05/03/15 18:34:38 knepley@khan.(none) +9 -5 Now SNESSolve() can take a constant argument
src/snes/interface/noise/snesmfj2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/examples/tutorials/ex6.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5s.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f90.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f.F 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex3.c 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex26.c 1.21 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex21.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex2.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1f.F 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex14.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex10d/ex10.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex9.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex7.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex5.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex13.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex12f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex11.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/mat/utils/matio.c 1.26.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -3 Fixed const Fixed MatCreate
src/mat/utils/gcreate.c 1.39 05/03/15 18:34:38 knepley@khan.(none) +53 -22 Now MatCreate() takes only a communicator Added MatSetSizes()
src/mat/utils/convert.c 1.20 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/utils/axpy.c 1.26 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/matimpl.h 1.80 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed const
src/mat/interface/matrix.c 1.173 05/03/15 18:34:38 knepley@khan.(none) +129 -4 Added Options methods Added MatSetUp() Fixed const Fixed MatCreate
src/mat/interface/matreg.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/shell/shellcnv.c 1.19 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/shell/shell.c 1.30 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.61 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact2.c 1.59 05/03/15 18:34:38 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact.c 1.85 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij2.c 1.40 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij.h 1.38 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.2 05/03/15 18:34:37 knepley@khan.(none) +9 -6 Fixed MatCreate
src/mat/impls/sbaij/seq/aijsbaij.c 1.28 05/03/15 18:34:37 knepley@khan.(none) +12 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/mpi/mpisbaij.h 1.17 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/mpi/mpisbaij.c 1.122 05/03/15 18:34:37 knepley@khan.(none) +14 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/mmsbaij.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/rowbs/mpi/mpirowbs.c 1.71 05/03/15 18:34:37 knepley@khan.(none) +8 -4 Fixed MatCreate
src/mat/impls/normal/normm.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/maij/maij.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +4 -3 Fixed MatCreate Fixed const
src/mat/impls/is/matis.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/feti/feti.c 1.5 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/dense/seq/dense.c 1.76.1.2 05/03/15 18:34:37 knepley@khan.(none) +13 -7 Fixed MatCreate
src/mat/impls/dense/mpi/mpidense.h 1.9 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/dense/mpi/mpidense.c 1.57 05/03/15 18:34:37 knepley@khan.(none) +21 -12 Fixed MatCreate
src/mat/impls/dense/mpi/mmdense.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag.h 1.15 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/seq/bdiag.c 1.50 05/03/15 18:34:37 knepley@khan.(none) +9 -5 Fixed MatCreate
src/mat/impls/bdiag/mpi/mpibdiag.h 1.10 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/mpi/mpibdiag.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +10 -6 Fixed MatCreate Fixed const
src/mat/impls/baij/seq/baijfact3.c 1.22 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact2.c 1.46 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/baij/seq/baij2.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baij.h 1.30 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/seq/baij.c 1.127 05/03/15 18:34:37 knepley@khan.(none) +11 -7 Fixed MatCreate
src/mat/impls/baij/seq/aijbaij.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +6 -4 Fixed MatCreate
src/mat/impls/baij/mpi/mpibaij.h 1.19 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/mpi/mpibaij.c 1.95 05/03/15 18:34:37 knepley@khan.(none) +17 -10 Fixed MatCreate
src/mat/impls/baij/mpi/mmbaij.c 1.27 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.68 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/baijov.c 1.31 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/umfpack/umfpack.c 1.44 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/superlu/superlu.c 1.77 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/seq/spooles/aijspooles.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.41.1.1 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/lusol/lusol.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/essl/essl.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/aijfact.c 1.112.1.1 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/impls/aij/seq/aij.h 1.54 05/03/15 18:34:37 knepley@khan.(none) +3 -3 Fixed const
src/mat/impls/aij/seq/aij.c 1.220.1.2 05/03/15 18:34:37 knepley@khan.(none) +17 -9 Fixed MatCreate
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.109 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mumps/mumps.c 1.87 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiptap.c 1.19 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mpiov.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiaij.h 1.37 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/aij/mpi/mpiaij.c 1.241 05/03/15 18:34:37 knepley@khan.(none) +25 -14 Fixed MatCreate
src/mat/impls/aij/mpi/mmaij.c 1.24 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/aij/aijtype.c 1.13 05/03/15 18:34:37 knepley@khan.(none) +12 -12 Fixed const
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.2 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/adic/matadic.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed MatCreate
src/mat/examples/tutorials/ex5.c 1.4 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tutorials/ex2.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/examples/tests/ex99.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex98.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex95.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex94.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex93.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex9.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex85f.F 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -2 Fixed MatCreate
src/mat/examples/tests/ex8.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex75.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex74.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex71.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex70.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex7.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex6.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex55.c 1.21 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/examples/tests/ex50.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex5.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex49.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex4.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex38.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex37.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex33.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex31.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex30.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex3.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex27.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex21.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex20.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex2.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex19.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex15.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex14.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex12.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex11.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex101.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex10.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/precon.c 1.60.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/pcset.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/tfs/pxxt.c 1.26 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/spai/ispai.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/samg/samgpetsctools.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/ksp/pc/impls/samg/samgmgpetsc.c 1.16 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/redundant/redundant.c 1.23.1.1 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ml/ml.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/mg/mg.c 1.57.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ksp/pcksp.c 1.22.1.1 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/is/nn/nn.c 1.30 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/eisens/eisen.c 1.27 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/examples/tests/ex7.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/ksp/interface/itcreate.c 1.61 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/ksp/ksp/interface/eige.c 1.26 05/03/15 18:34:36 knepley@khan.(none) +6 -4 Fixed MatCreate
src/ksp/examples/tutorials/ex9.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex8.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex7.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex5.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex4.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex30.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex3.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex23.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex2.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex16.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex15.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex12.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex11.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex1.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex3.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex24.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex20.c 1.17 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex17.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex15.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex1.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/fortran/custom/zvec.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed const
src/fortran/custom/zts.c 1.20 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/fortran/custom/zpc.c 1.31 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/fortran/custom/zmat.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed MatCreate Fixed const
src/fortran/custom/zksp.c 1.24 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/docs/website/documentation/changes/222.html 1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part2.tex 1.89 05/03/15 18:34:36 knepley@khan.(none) +6 -3 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part1.tex 1.36 05/03/15 18:34:36 knepley@khan.(none) +5 -4 Fixed MatCreate
src/dm/da/utils/pack.c 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/dm/da/utils/fdda.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -2 Fixed MatCreate Fixed const
src/dm/da/utils/dm.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/src/dainterp.c 1.28 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed MatCreate
src/dm/da/src/da2.c 1.64 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/daimpl.h 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/dm/ao/impls/basic/aodatabasic.c 1.32 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/src/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +5 -3 Fixed SNESSolve and MatCreate
src/contrib/src/burgers_vertex_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_df_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/tns_q2q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed SNESSolve
src/contrib/oberman/ns_q2q1/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/oberman/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q0/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/laplacian_q1/appalgebra.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.12 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/keyes/ex15.c 1.7 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/helmholtz_2/ex12.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/fun3d/incomp/flow.c 1.22 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/fun3d/comp/flow.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex5func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex3func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
include/vecimpl.h 1.41 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
include/petscviewer.h 1.52 05/03/15 18:34:36 knepley@khan.(none) +8 -2 Fixed const Added Options methods Added PetscViewerSetUp() and PetscViewerView()
include/petscvec.h 1.72 05/03/15 18:34:36 knepley@khan.(none) +18 -6 Fixed const Added Options methods Added PetscMapSetUp() and PetscMapView() Added VecSetUp()
include/petscsnes.h 1.47 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Now SNESSolve() takes a constant part or NULL
include/petscpc.h 1.70.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscmat.h 1.172 05/03/15 18:34:36 knepley@khan.(none) +15 -9 Fixed const Added Options methods Added MatSetUp() Added MatSetSizes() - Now MatCreate() takes no sizes
include/petscksp.h 1.62.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscda.h 1.46 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed const
Hg-commit: 238482a61eaff96c8054348fb0892ede560888c9
show more ...
|
| #
2dcb1b2a
|
| 12-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still ne
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still needs to be validated using testexamples Some const fixes
src/vec/utils/vinv.c 1.42 05/03/12 15:35:39 knepley@khan.(none) +5 -6 Changing BLAS interfaces to PETSc style
src/vec/utils/vecio.c 1.42.1.1 05/03/12 15:35:39 knepley@khan.(none) +3 -2 Change to const
src/vec/pf/impls/constant/const.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/interface/vector.c 1.125 05/03/12 15:35:38 knepley@khan.(none) +105 -111 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/dvec2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +101 -72 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/bvec2.c 1.64.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/seq/bvec1.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +27 -25 Changing BLAS interfaces to PETSc style
src/vec/impls/mpi/pdvec.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/dvecimpl.h 1.12 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex8.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex7f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f90.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1e.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex15.c 1.2 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex13.c 1.5 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex12.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11f.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex9.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex8.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex7.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex6.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex4.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex34.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex30f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex3.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex29.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex28.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex25.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex22.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex21.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex2.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex19f.F 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex17.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex14.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex11.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex1.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/tsfd.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/ts.c 1.44.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/ts/impls/implicit/cn/cn.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ts/impls/implicit/beuler/beuler.c 1.24 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/rk/rk.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/euler/euler.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/util2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex6.c 1.16 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex5.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex4.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex3.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/sys/src/viewer/impls/ascii/filev.c 1.35.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/prefix.c 1.9.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/pgname.c 1.8.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/error/err.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Change to const
src/snes/utils/damgsnes.c 1.59 05/03/12 15:35:38 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/snes/mf/snesmfj.c 1.51 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/snes/interface/snesj.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/snes.c 1.73.1.1 05/03/12 15:35:38 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesnoise.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesmfj2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/snes/impls/tr/tr.c 1.30 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/test/snestest.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/ls/ls.c 1.57 05/03/12 15:35:38 knepley@khan.(none) +17 -17 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex6.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex3.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex29.c 1.81 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex27.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex22.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex2.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1f.F 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1.c 1.11 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex7.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex12f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex11.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/utils/multequal.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/utils/matio.c 1.26.1.1 05/03/12 15:35:38 knepley@khan.(none) +2 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/getcolv.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/axpy.c 1.25 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/matfd/fdmatrix.c 1.31 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/interface/matrix.c 1.172 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/interface/matnull.c 1.20 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shellcnv.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shell.c 1.29 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij2.c 1.39 05/03/12 15:35:38 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/mpi/mpisbaij.c 1.121 05/03/12 15:35:38 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/mpirowbs.c 1.70 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/iccbs.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/cholbs.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/maij/maij.c 1.38 05/03/12 15:35:38 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/mat/impls/is/matis.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/feti/feti.c 1.4 05/03/12 15:35:38 knepley@khan.(none) +31 -34 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/seq/dense.c 1.76.1.1 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/mpi/mpidense.c 1.56 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag.c 1.49 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/mpi/mpibdiag.c 1.48 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij2.c 1.33 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij.c 1.126 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/seq/aij.c 1.220.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/mpi/mpiaij.c 1.240 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/adic/matadic.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tutorials/ex2.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex99.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex96.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex94.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex78.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex76.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex75.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex74.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex71.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex7.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex64.c 1.7 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex62.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex53.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex5.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex48.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex3.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex27.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex19.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex17.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex1.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/interface/precon.c 1.60.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/samg/samgpetsctools.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/prometheus/petscprom.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/ml/ml.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/smg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mg.c 1.57.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/fmg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/jacobi/jacobi.c 1.16.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/pcis.c 1.27 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/nn/nn.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/feti/fetipc.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/hypre/hyppilut.c 1.73 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/eisens/eisen.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/composite/composite.c 1.28.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/bjacobi/bjacobi.c 1.38.1.1 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/asm/asm.c 1.44.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex8f.F 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex5.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex3.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex2.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itres.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itfunc.c 1.66 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iterativ.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itcl.c 1.15.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iguess.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/eige.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +20 -20 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/symmlq/symmlq.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +16 -16 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/rich/rich.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/qcg/qcg.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/minres/minres.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/lsqr/lsqr.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.40 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/gmres.c 1.58 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.45 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog2.c 1.20 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cr/cr.c 1.34 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cheby/cheby.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cgs/cgs.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cgne/cgne.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cg.c 1.39 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bicg/bicg.c 1.21 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgs/bcgs.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex9.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex8.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex7.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex6f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex5.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex4.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex31.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex30.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex3.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex29.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex28.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex27.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex25.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex23.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex21f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex16.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex14f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex12.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11f.F 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex10.c 1.49 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex7.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex6.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex5f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex3.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex26.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex25.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex24.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex20.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex19.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex18.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex17.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex16f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex14.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex12f.F 1.19 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex10.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex1.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/fortran/custom/zvec.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/fortran/custom/zsys.c 1.33 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Change to const
src/fortran/custom/zsnes.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Reversed function pointer and context arguments Change to const
src/docs/website/documentation/changes/222.html 1.38 05/03/12 15:35:37 knepley@khan.(none) +26 -1 Lots of interface changes
src/docs/tex/manual/part2.tex 1.88 05/03/12 15:35:36 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/docs/tex/manual/part1.tex 1.35 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/quadratic/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/constant_bilinear/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/da/src/gr2.c 1.31.1.1 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Change to const
src/dm/da/src/dainterp.c 1.27 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/src/da2.c 1.63 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex5.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex1.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex8.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex7.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex6.c 1.9 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex4.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex23.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex21f.F 1.3 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex20.c 1.10 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex2.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex18.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex17.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex15.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex14.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex1.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/ysmp/ex1.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/src/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_df_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/reusememory/ex1.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/tns_q2q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/contrib/oberman/quasigeo_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q2q1/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/appcreate.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/main.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/appalgebra.c 1.14 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/lahaye/samg.old/petsctools.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/keyes/ex15.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/helmholtz_2/ex12.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/apps/2/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/apps/1/ex2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/adic/src/petscadic.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex4.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2func.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
include/vecimpl.h 1.40 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
include/petscvec.h 1.71 05/03/12 15:35:36 knepley@khan.(none) +8 -14 Changing BLAS interfaces to PETSc style
include/petscts.h 1.30.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscpc.h 1.70.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscksp.h 1.62.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
Hg-commit: a97920152fb7a7025cba2675facc0c052ef70819
show more ...
|
| #
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 ...
|
| #
b50b34bd
|
| 30-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2880 barrysmith@barry-smiths-computer.local|ChangeSet|20050130002403|52691 ChangeSet 1.2880 05/01/29 18:24:03 barrysmith@barry-smiths-computer.local +13 -0 added MatSeqXAIJFreeAIJ(
bk-changeset-1.2880 barrysmith@barry-smiths-computer.local|ChangeSet|20050130002403|52691 ChangeSet 1.2880 05/01/29 18:24:03 barrysmith@barry-smiths-computer.local +13 -0 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/utils/axpy.c 1.23 05/01/29 18:23:59 barrysmith@barry-smiths-computer.local +2 -1 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/matimpl.h 1.74 05/01/29 18:23:59 barrysmith@barry-smiths-computer.local +13 -1 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/interface/mhas.c 1.10 05/01/29 18:23:59 barrysmith@barry-smiths-computer.local +3 -1 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/interface/matrix.c 1.168 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +91 -102 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/interface/matreg.c 1.22 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +1 -1 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/sbaij/seq/sbaij.c 1.136 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +3 -21 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/sbaij/mpi/mpisbaij.c 1.118 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +2 -14 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/baij/seq/baij.c 1.122 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +3 -22 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/baij/mpi/mpibaij.c 1.92 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +2 -14 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.40 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +1 -7 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/aij/seq/aij.c 1.212 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +1 -7 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/mat/impls/aij/mpi/mpiaij.c 1.233 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +2 -16 added MatSeqXAIJFreeAIJ() and fixed error handling of MatPreallocate()
src/contrib/ysmp/ex1.c 1.7 05/01/29 18:23:58 barrysmith@barry-smiths-computer.local +0 -2 fixed forgotten removal of free imax,ilen when skip allocation used
Hg-commit: ec720675f1dd1732c35ed0f12a32d71768fe0e76
show more ...
|
| #
ff43f1e1
|
| 27-Dec-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev
include/petscmath.h 1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22
show more ...
|
| #
de7579db
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/hong-dev
src/mat/impls/baij/seq/baij.c 1.118 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
include/petscmat.h 1.167 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: fe83a850911b4f07e2f4ddeb845c0d2ceae453eb
show more ...
|
| #
be1d678a
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/zerodiag.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/ptap.c 1.2 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/multequal.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matstash.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matioall.c 1.34 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matio.c 1.24 04/12/22 03:51:15 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/getcolv.c 1.11 04/12/22 03:51:15 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/gcreate.c 1.38 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/freespace.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/convert.c 1.19 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/compressedrow.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/axpy.c 1.22 04/12/22 03:51:14 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/spartition.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +10 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/partition.c 1.30 04/12/22 03:51:14 Kris@p4buschel. +19 -18 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/scotch/scotch.c 1.16 04/12/22 03:51:14 Kris@p4buschel. +11 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/pmetis/pmetis.c 1.23 04/12/22 03:51:14 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/party/party.c 1.13 04/12/22 03:51:14 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/jostle/jostle.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/chaco/chaco.c 1.15 04/12/22 03:51:14 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sregis.c 1.10 04/12/22 03:51:14 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sprcm.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spqmd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spnd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spinver.c 1.6 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sp1wd.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sorder.c 1.21 04/12/22 03:51:13 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rootls.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdupd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdrch.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdqt.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdmrg.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genrcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genqmd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gennd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gen1wd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fnroot.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fndsep.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fn1wd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/degree.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/matfd/fdmatrix.c 1.30 04/12/22 03:51:13 Kris@p4buschel. +16 -14 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/mhas.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matrix.c 1.164 04/12/22 03:51:12 Kris@p4buschel. +121 -121 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matregis.c 1.40 04/12/22 03:51:12 Kris@p4buschel. +37 -36 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matreg.c 1.21 04/12/22 03:51:12 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matnull.c 1.19 04/12/22 03:51:12 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/dlregis.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shellcnv.c 1.16 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shell.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sro.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.60 04/12/22 03:51:12 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact9.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact8.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact7.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact6.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact5.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact4.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact3.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact2.c 1.56 04/12/22 03:51:11 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact12.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact11.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact10.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact.c 1.82 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij2.c 1.37 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij.c 1.133 04/12/22 03:51:11 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/aijsbaij.c 1.26 04/12/22 03:51:11 Kris@p4buschel. +11 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.48 04/12/22 03:51:11 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/sbaijov.c 1.40 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mpisbaij.c 1.116 04/12/22 03:51:11 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mmsbaij.c 1.33 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/mpirowbs.c 1.67 04/12/22 03:51:10 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/iccbs.c 1.8 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/cholbs.c 1.13 04/12/22 03:51:10 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/normal/normm.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/maij/maij.c 1.36 04/12/22 03:51:10 Kris@p4buschel. +13 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/is/matis.c 1.21 04/12/22 03:51:10 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/hypre/mhyp.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/seq/dense.c 1.73 04/12/22 03:51:10 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mpidense.c 1.55 04/12/22 03:51:10 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mmdense.c 1.16 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode2.c 1.4 04/12/22 03:51:10 Kris@p4buschel. +9 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode.c 1.50 04/12/22 03:51:10 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag3.c 1.25 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag2.c 1.24 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag.c 1.48 04/12/22 03:51:09 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdfact.c 1.19 04/12/22 03:51:09 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mpibdiag.c 1.47 04/12/22 03:51:09 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mmbdiag.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa7.c 1.12 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa6.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa5.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa4.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa3.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa2.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa.c 1.13 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgedi.c 1.7 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact9.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact8.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact7.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact6.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact5.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact4.c 1.15 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact3.c 1.19 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact2.c 1.43 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact14.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact13.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact12.c 1.23 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact11.c 1.12 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact10.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact.c 1.27 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij2.c 1.31 04/12/22 03:51:08 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij.c 1.116.1.1 04/12/22 03:51:08 Kris@p4buschel. +16 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/aijbaij.c 1.22 04/12/22 03:51:08 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mpibaij.c 1.90 04/12/22 03:51:08 Kris@p4buschel. +18 -15 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mmbaij.c 1.26 04/12/22 03:51:08 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.67 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/baijov.c 1.27 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/unary.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/umfpack/umfpack.c 1.43 04/12/22 03:51:07 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/symtranspose.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/superlu/superlu.c 1.76 04/12/22 03:51:07 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.32 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spooles.c 1.104 04/12/22 03:51:07 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/aijspooles.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matptap.c 1.84 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matpapt.c 1.44 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matmatmult.c 1.85 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/lusol/lusol.c 1.37 04/12/22 03:51:07 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ilut.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ij.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/fdaij.c 1.16 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/essl/essl.c 1.37 04/12/22 03:51:06 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/dxml/dxml.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aijfact.c 1.109 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.h 1.51 04/12/22 03:51:06 Kris@p4buschel. +3 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.c 1.207 04/12/22 03:51:06 Kris@p4buschel. +13 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.106 04/12/22 03:51:06 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.73 04/12/22 03:51:06 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mumps/mumps.c 1.85 04/12/22 03:51:06 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiptap.c 1.17 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiov.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpimatmatmult.c 1.7 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaijpc.c 1.6 04/12/22 03:51:06 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.h 1.35 04/12/22 03:51:05 Kris@p4buschel. +2 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.c 1.228 04/12/22 03:51:05 Kris@p4buschel. +20 -19 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mmaij.c 1.22 04/12/22 03:51:05 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/fdmpiaij.c 1.13 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/aij/aijtype.c 1.11 04/12/22 03:51:05 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adj/mpi/mpiadj.c 1.46 04/12/22 03:51:05 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/nladic.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +7 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/matadic.c 1.30 04/12/22 03:51:05 Kris@p4buschel. +11 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/slo.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/setr.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/seq.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/scolor.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/numsrt.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/ido.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/dsm.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/degr.c 1.7 04/12/22 03:51:04 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/color.c 1.23 04/12/22 03:51:04 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
include/petscmat.h 1.165.1.1 04/12/22 03:51:04 Kris@p4buschel. +296 -290 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
Hg-commit: 70d6d743ca87a4f2767b4ca5849efc2ee9c2478d
show more ...
|
| #
32dfb669
|
| 06-Aug-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2387 barrysmith@barry-smiths-computer.local|ChangeSet|20040806032546|10434 ChangeSet 1.2387 04/08/05 22:25:46 barrysmith@barry-smiths-computer.local +8 -0 partial bug fix for PETSC
bk-changeset-1.2387 barrysmith@barry-smiths-computer.local|ChangeSet|20040806032546|10434 ChangeSet 1.2387 04/08/05 22:25:46 barrysmith@barry-smiths-computer.local +8 -0 partial bug fix for PETSC #11618 patch for buggy parmetis configure
src/ts/interface/tsfd.c 1.10 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +4 -0 partial bug fix for PETSC #11618
src/snes/mf/snesmfj.c 1.43 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +3 -1 partial bug fix for PETSC #11618
src/snes/interface/snesj2.c 1.12 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +1 -1 partial bug fix for PETSC #11618
src/snes/interface/snes.c 1.55 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +1 -1 partial bug fix for PETSC #11618
src/mat/utils/axpy.c 1.21 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +3 -0 partial bug fix for PETSC #11618
src/ksp/pc/interface/precon.c 1.55 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +10 -8 partial bug fix for PETSC #11618
src/ksp/ksp/interface/itcreate.c 1.56 04/08/05 22:25:44 barrysmith@barry-smiths-computer.local +2 -2 partial bug fix for PETSC #11618
python/PETSc/packages/ParMetis.py 1.12 04/08/05 22:24:28 barrysmith@barry-smiths-computer.local +2 -3 Matt, if you're going to add code. Please don't push code that will crash ALL the nightly builds 20 minutes before they start :-)
Hg-commit: 562b493841668c8c67502a366998f20d8079edfc
show more ...
|
| #
7854c7f8
|
| 11-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2283.1.1 Kris@mbuschel.|ChangeSet|20040611203402|27163 ChangeSet 1.2283.1.1 04/06/11 13:34:02 Kris@mbuschel. +7 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/h
bk-changeset-1.2283.1.1 Kris@mbuschel.|ChangeSet|20040611203402|27163 ChangeSet 1.2283.1.1 04/06/11 13:34:02 Kris@mbuschel. +7 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into mbuschel.:C:/home/Kris/petsc/petsc-dev
src/sys/src/viewer/impls/socket/send.c 1.27.1.1 04/06/11 13:34:01 Kris@mbuschel. +0 -0 Auto merged
src/sys/src/time/fdate.c 1.13.1.1 04/06/11 13:34:01 Kris@mbuschel. +0 -0 Auto merged
src/sys/src/objects/init.c 1.40.1.1 04/06/11 13:34:00 Kris@mbuschel. +0 -0 Auto merged
src/sys/src/fileio/sysio.c 1.24.1.1 04/06/11 13:34:00 Kris@mbuschel. +0 -0 Auto merged
src/sys/src/fileio/mprint.c 1.28.1.1 04/06/11 13:33:59 Kris@mbuschel. +0 -0 Auto merged
python/PETSc/Configure.py 1.222.1.1 04/06/11 13:33:58 Kris@mbuschel. +0 -0 Auto merged
makefile 1.114.1.1 04/06/11 13:33:58 Kris@mbuschel. +0 -0 Auto merged
Hg-commit: eb9b523b40cae5746f20b18f00c5c4a2e3eba6e4
show more ...
|
| #
046da0a1
|
| 10-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2289 Kris@p4buschel.|ChangeSet|20040610060840|30946 ChangeSet 1.2289 04/06/09 23:08:40 Kris@p4buschel. +5 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.2289 Kris@p4buschel.|ChangeSet|20040610060840|30946 ChangeSet 1.2289 04/06/09 23:08:40 Kris@p4buschel. +5 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-dev
src/sys/src/viewer/impls/socket/send.c 1.28 04/06/09 23:08:39 Kris@p4buschel. +0 -0 Auto merged
src/sys/src/time/fdate.c 1.14 04/06/09 23:08:39 Kris@p4buschel. +0 -0 Auto merged
src/sys/src/objects/init.c 1.41 04/06/09 23:08:38 Kris@p4buschel. +0 -0 Auto merged
src/sys/src/fileio/sysio.c 1.25 04/06/09 23:08:38 Kris@p4buschel. +0 -0 Auto merged
src/sys/src/fileio/mprint.c 1.29 04/06/09 23:08:37 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 412e9a316a1872c6525002927756b649af526503
show more ...
|
| #
6c57454c
|
| 09-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.49 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609212325|15460 ChangeSet 1.2276.1.49 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@pe
bk-changeset-1.2276.1.49 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609212325|15460 ChangeSet 1.2276.1.49 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/mat/interface/matrix.c 1.130 04/06/09 16:23:25 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/matptap.c 1.64 04/06/09 16:23:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.13 04/06/09 16:23:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 98a8b77bb29ba0543e74c1e8339f62feec93a142
show more ...
|
| #
77431f27
|
| 09-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt p
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt printing some PetscInt move some system calls from PetscErrorPrintfDefault
src/vec/utils/vscat.c 1.25 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/utils/vpscat.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +18 -19 %D for PetscInt printing
src/vec/utils/vinv.c 1.31 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/vec/pf/interface/pf.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/pf/impls/constant/const.c 1.13 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/is/utils/iscoloring.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 %D for PetscInt printing
src/fortran/custom/zstart.c 1.21 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/impls/stride/stride.c 1.14 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/is/impls/general/general.c 1.15 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/vec/is/impls/block/block.c 1.16 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/vec/is/examples/tutorials/ex3.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/is/examples/tutorials/ex2.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/examples/tutorials/ex1.c 1.8 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/interface/vector.c 1.97 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +59 -56 %D for PetscInt printing
src/vec/interface/dlregis.c 1.22 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 %D for PetscInt printing
src/vec/impls/seq/bvec2.c 1.53 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/vec/impls/mpi/pdvec.c 1.38 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/vec/examples/tutorials/ex9.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex6.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex1e.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tutorials/ex1.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tests/ex28.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tests/ex21.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/tsfd.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/ts.c 1.36 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ts/impls/pseudo/posindep.c 1.19 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/implicit/pvode/petscpvode.c 1.27 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/explicit/rk/rk.c 1.15 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/examples/tutorials/ex7.c 1.9 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex6.c 1.12 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex5.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex4.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex2.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex1.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tests/ex1.c 1.9 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/viewer/impls/socket/send.c 1.26.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/utils/psplit.c 1.14 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/objects/tagm.c 1.19 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 %D for PetscInt printing
src/sys/src/objects/init.c 1.39.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 %D for PetscInt printing
src/sys/src/memory/mtr.c 1.30 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/memory/mal.c 1.24 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +7 -9 %D for PetscInt printing
src/sys/src/fileio/sysio.c 1.23.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/error/errtrace.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/sys/src/error/errstop.c 1.10 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 %D for PetscInt printing
src/sys/src/error/err.c 1.34 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/draw/utils/lg.c 1.14 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/examples/tests/ex16.c 1.6 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 %D for PetscInt printing
src/sys/examples/tests/ex11.c 1.5 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 %D for PetscInt printing
src/snes/utils/damgsnes.c 1.37 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/snes/mf/snesmfj.c 1.41 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/snes/interface/snesut.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +29 -30 %D for PetscInt printing
src/snes/interface/snesj2.c 1.11 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/interface/snes.c 1.50 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +32 -34 %D for PetscInt printing
src/snes/interface/noise/snesnoise.c 1.12 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/interface/noise/snesmfj2.c 1.18 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/impls/tr/tr.c 1.20 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/snes/impls/ls/ls.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/snes/examples/tutorials/ex6.c 1.13 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5s.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5.c 1.17 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex30.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex3.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/snes/examples/tutorials/ex29.c 1.69 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/examples/tutorials/ex27.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex26.c 1.18 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex25.c 1.17 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex20.c 1.7 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex2.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex19.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex18.c 1.6 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex14.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex1.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex9.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex7.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tests/ex5.c 1.8 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex4.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tests/ex13.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex11.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -6 %D for PetscInt printing
src/snes/examples/tests/ex1.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/getcolv.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/utils/gcreate.c 1.23 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/axpy.c 1.20 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/matfd/fdmatrix.c 1.26 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/interface/matrix.c 1.128.1.1 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +66 -66 %D for PetscInt printing
src/mat/interface/matnull.c 1.16 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.55 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact2.c 1.39 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact.c 1.61 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij2.c 1.28 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij.c 1.112 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +35 -37 %D for PetscInt printing
src/mat/impls/sbaij/seq/aijsbaij.c 1.18 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.44 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/mpi/sbaijov.c 1.36 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -9 %D for PetscInt printing
src/mat/impls/sbaij/mpi/mpisbaij.c 1.98 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +29 -65 %D for PetscInt printing
src/mat/impls/maij/maij.c 1.19 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/dense/seq/dense.c 1.61 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 %D for PetscInt printing
src/mat/impls/dense/mpi/mpidense.c 1.45 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag3.c 1.21 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +26 -26 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag2.c 1.18 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/bdiag/mpi/mpibdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa7.c 1.11 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa6.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa5.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa4.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa3.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa2.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa.c 1.12 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact3.c 1.14 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact2.c 1.38 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/baij/seq/baij.c 1.94 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +38 -38 %D for PetscInt printing
src/mat/impls/baij/mpi/mpibaij.c 1.66 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +34 -34 %D for PetscInt printing
src/mat/impls/baij/mpi/mmbaij.c 1.23 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/mpi/baijov.c 1.22 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/superlu/superlu.c 1.68 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +16 -16 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.29 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spooles.c 1.98 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/matptap.c 1.62.1.1 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +8 -9 %D for PetscInt printing
src/mat/impls/aij/seq/matpapt.c 1.43 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/aij/seq/matmatmult.c 1.80 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/aijnode.c 1.30 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/mat/impls/aij/seq/aijfact.c 1.59 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/impls/aij/seq/aij.c 1.163 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +43 -47 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiov.c 1.23 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiaij.c 1.179 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/mat/impls/aij/mpi/mmaij.c 1.19 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/adj/mpi/mpiadj.c 1.35 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/adic/nladic.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 %D for PetscInt printing
src/mat/impls/adic/matadic.c 1.28 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tutorials/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tutorials/ex2.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex96.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -10 %D for PetscInt printing
src/mat/examples/tests/ex92.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex9.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex8.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex76.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex74.c 1.20 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex7.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex54.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex53.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/mat/examples/tests/ex51.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex49.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/examples/tests/ex48.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/examples/tests/ex42.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex41.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex40.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex21.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tests/ex19.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/examples/tests/ex14.c 1.8 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 %D for PetscInt printing
src/mat/examples/tests/ex1.c 1.14 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/color/color.c 1.20 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/utils/damg.c 1.35 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/tfs/gs.c 1.15 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/tfs/comm.c 1.21 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/tfs/bss_malloc.c 1.10 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +20 -20 %D for PetscInt printing
src/ksp/pc/impls/tfs/bit_mask.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/sor/sor.c 1.23 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/mg/mg.c 1.33 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/ilu/ilu.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/impls/icc/icc.c 1.30 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/pc/impls/bjacobi/bjacobi.c 1.31 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ksp/pc/impls/asm/asm.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex2.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex1.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tests/ex6.c 1.8 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/pc/examples/tests/ex5.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 %D for PetscInt printing
src/ksp/pc/examples/tests/ex3.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/pc/examples/tests/ex2.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/ksp/ksp/interface/itres.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/interface/iterativ.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/ksp/interface/itcreate.c 1.53 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/ksp/interface/eige.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/impls/lgmres/lgmres.c 1.29 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/ksp/impls/gmres/gmres.c 1.48 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.10.1.2 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/examples/tutorials/ex9.c 1.16 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex7.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +14 -12 %D for PetscInt printing
src/ksp/examples/tutorials/ex5.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex3.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +17 -16 %D for PetscInt printing
src/ksp/examples/tutorials/ex23.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex2.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/examples/tutorials/ex16.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex15.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex12.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex11.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex10.c 1.41 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/examples/tutorials/ex1.c 1.13 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +10 -8 %D for PetscInt printing
src/ksp/examples/tests/ex4.c 1.9 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex3.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +11 -9 %D for PetscInt printing
src/ksp/examples/tests/ex2.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex19.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex17.c 1.11 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex15.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex14.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +27 -26 %D for PetscInt printing
src/ksp/examples/tests/ex10.c 1.11 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +17 -14 %D for PetscInt printing
src/fortran/f90/tests/ex1.c 1.5 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/usg/utils/inpututils.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/utils/fdda.c 1.39 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/gr2.c 1.26 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/gr1.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/daview.c 1.23 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/dasub.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/daltol.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dalocal.c 1.24 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/daload.c 1.11 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dainterp.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +33 -37 %D for PetscInt printing
src/dm/da/src/dagtol.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dagetarray.c 1.12 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dacorn.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/da3.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +24 -24 %D for PetscInt printing
src/dm/da/src/da2.c 1.50 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +21 -20 %D for PetscInt printing
src/dm/da/src/da1.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/dm/da/examples/tests/ex6.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex4.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/examples/tests/ex23.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex20.c 1.5 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex11.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex10.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/impls/mapping/aomapping.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/dm/ao/impls/basic/aodatabasic.c 1.22 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/dm/ao/impls/basic/aobasic.c 1.23 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex4.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex1.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscis.h 1.20 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscbt.h 1.12 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
include/petsc.h 1.81 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -9 cannot checking formating of PetscPrintf and friends
bmake/common/variables 1.65 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 put here so can be overwritten in configure generated variables file
bmake/common/test 1.13 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 put here so can be overwritten in configure generated variables file
include/petscsys.h 1.28 04/06/09 10:17:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
include/petscerror.h 1.33 04/06/09 10:17:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/fortran/custom/zstart.c 1.20 04/06/09 10:17:29 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/time/fdate.c 1.12.1.1 04/06/09 10:17:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -47 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/objects/pinit.c 1.48 04/06/09 10:17:05 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/fileio/mprint.c 1.26.1.1 04/06/09 10:16:58 barrysmith@barrysmith-57.mcs.anl.gov +64 -12 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
Hg-commit: e54b14db2411373248eb465112e9cebad45331cf
show more ...
|
| #
4816e582
|
| 08-Jun-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2284 Kris@p4buschel.|ChangeSet|20040608011207|03514 ChangeSet 1.2284 04/06/07 18:12:07 Kris@p4buschel. +1 -0 Merge kris@192.168.1.100:petsc/petsc-dev into p4buschel.:F:/Home/Kris
bk-changeset-1.2284 Kris@p4buschel.|ChangeSet|20040608011207|03514 ChangeSet 1.2284 04/06/07 18:12:07 Kris@p4buschel. +1 -0 Merge kris@192.168.1.100:petsc/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-dev
python/PETSc/Configure.py 1.223 04/06/07 18:12:07 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: ce49d40674510ac59da6dd700c92215b282d3dbe
show more ...
|
| #
00e3d471
|
| 07-Jun-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2276.1.40 knepley@khan.mcs.anl.gov|ChangeSet|20040607163948|16972 ChangeSet 1.2276.1.40 04/06/07 11:39:48 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.2276.1.40 knepley@khan.mcs.anl.gov|ChangeSet|20040607163948|16972 ChangeSet 1.2276.1.40 04/06/07 11:39:48 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: e6ec327af739b454cfdc94f4b9bb6498a18e8900
show more ...
|
| #
1a77e246
|
| 07-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.18.14 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042752|18133 ChangeSet 1.2276.18.14 04/06/06 23:27:52 barrysmith@barry-smiths-computer.local +1 -0 Merge bk://pe
bk-changeset-1.2276.18.14 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042752|18133 ChangeSet 1.2276.18.14 04/06/06 23:27:52 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/mat/impls/aij/mpi/mpiaij.c 1.178 04/06/06 23:27:51 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 9e6085d88667e9afaca6f803bd3d5f8537da2c07
show more ...
|
| #
b24ad042
|
| 07-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.24.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042735|18255 ChangeSet 1.2276.24.1 04/06/06 23:27:35 barrysmith@barry-smiths-computer.local +30 -0 PetscInt + mor
bk-changeset-1.2276.24.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042735|18255 ChangeSet 1.2276.24.1 04/06/06 23:27:35 barrysmith@barry-smiths-computer.local +30 -0 PetscInt + more configure support for it
src/sys/src/objects/inherit.c 1.25 04/06/06 23:27:33 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/mat/utils/axpy.c 1.19 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/interface/matregis.c 1.36 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +8 -0 PetscInt
src/mat/impls/shell/shellcnv.c 1.11 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/mat/impls/shell/shell.c 1.22 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +15 -13 PetscInt
src/mat/impls/sbaij/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/normal/normm.c 1.7 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/maij/maij.h 1.2 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/maij/maij.c 1.18 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +169 -166 PetscInt
src/mat/impls/is/makefile 1.6 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/feti/makefile 1.2 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/mat/impls/dense/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/bdiag/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/baij/seq/baijfact4.c 1.10 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/impls/baij/seq/baijfact2.c 1.37 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/baij/seq/baij.c 1.93 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +8 -3 PetscInt
src/mat/impls/baij/mpi/mpibaij.h 1.16 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +21 -21 PetscInt
src/mat/impls/baij/mpi/mpibaij.c 1.65 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +263 -257 PetscInt
src/mat/impls/baij/mpi/mmbaij.c 1.22 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +46 -46 PetscInt
src/mat/impls/baij/mpi/baijov.c 1.21 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +171 -165 PetscInt
src/mat/impls/aij/seq/aij.c 1.162 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.176.1.1 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/adj/mpi/mpiadj.h 1.6 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/adj/mpi/mpiadj.c 1.34 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +40 -38 PetscInt
src/mat/examples/tutorials/makefile 1.9 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +4 -1 missing test
src/mat/examples/tutorials/ex1.c 1.9 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +1 -1 PetscErrorCode
python/PETSc/packages/update.py 1.63 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +20 -2 auto detection of DATAFILESPATH
bmake/config/variables.in 1.46 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +1 -0 auto detection of DATAFILESPATH
python/PETSc/Configure.py 1.220.1.1 04/06/06 23:07:11 barrysmith@barry-smiths-computer.local +3 -1 flag for 32bit ints since makefile requires needs a variable, not a missing variable :-(
src/mat/impls/aij/seq/aijfact.c 1.58 04/06/06 18:58:00 barrysmith@barry-smiths-computer.local +1 -4 don't want direct reference to SBAIJ factorization code form AIJ code creates dependency in library I'd like to avoid.
Hg-commit: b57ad02326bdb2418a76a9ef153b85012c01f1c6
show more ...
|
| #
ff1a1699
|
| 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2272 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213829|59085 ChangeSet 1.2272 04/05/24 16:38:29 barrysmith@barrysmith-11.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2272 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213829|59085 ChangeSet 1.2272 04/05/24 16:38:29 barrysmith@barrysmith-11.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-11.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: abb191c6e368d03c6df0d0ecdfa86bccd36e114f
show more ...
|
| #
38baddfd
|
| 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2270.1.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213821|58953 ChangeSet 1.2270.1.1 04/05/24 16:38:21 barrysmith@barrysmith-11.mcs.anl.gov +29 -0 PetscInt
src/mat/
bk-changeset-1.2270.1.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213821|58953 ChangeSet 1.2270.1.1 04/05/24 16:38:21 barrysmith@barrysmith-11.mcs.anl.gov +29 -0 PetscInt
src/mat/utils/zerodiag.c 1.12 04/05/24 16:38:19 barrysmith@barrysmith-11.mcs.anl.gov +7 -7 PetscInt
src/mat/utils/getcolv.c 1.8 04/05/24 16:38:19 barrysmith@barrysmith-11.mcs.anl.gov +10 -10 PetscInt
src/mat/utils/gcreate.c 1.21 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/utils/freespace.c 1.3 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +3 -2 PetscInt
src/mat/utils/axpy.c 1.18 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +20 -19 PetscInt
src/mat/partition/partition.c 1.24 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +14 -10 PetscInt
src/mat/order/sprcm.c 1.7 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/order/spqmd.c 1.7 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +11 -11 PetscInt
src/mat/order/spnd.c 1.7 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/order/sp1wd.c 1.8 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/order/sorder.c 1.19 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +12 -12 PetscInt
src/mat/order/order.h 1.6 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 PetscInt
src/mat/matfd/fdmatrix.c 1.22 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +36 -36 PetscInt
src/mat/impls/aij/seq/matmatmult.c 1.78 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +24 -21 PetscInt
src/mat/impls/aij/seq/ij.c 1.7 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +6 -6 PetscInt
src/mat/impls/aij/seq/fdaij.c 1.14 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +30 -30 PetscInt
src/mat/impls/aij/seq/aijnode.c 1.28 04/05/24 16:38:18 barrysmith@barrysmith-11.mcs.anl.gov +87 -87 PetscInt
src/mat/impls/aij/seq/aijfact.c 1.55 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +104 -106 PetscInt
src/mat/impls/aij/seq/aij.h 1.36 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +11 -11 PetscInt
src/mat/impls/aij/seq/aij.c 1.158 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +8 -6 PetscInt
src/mat/color/slo.c 1.7 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 PetscInt
src/mat/color/setr.c 1.6 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/color/seq.c 1.6 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 PetscInt
src/mat/color/numsrt.c 1.8 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/color/ido.c 1.7 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +5 -5 PetscInt
src/mat/color/dsm.c 1.6 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +5 -5 PetscInt
src/mat/color/degr.c 1.6 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/color/color.h 1.7 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +7 -7 PetscInt
src/mat/color/color.c 1.18 04/05/24 16:38:17 barrysmith@barrysmith-11.mcs.anl.gov +28 -28 PetscInt
Hg-commit: 32c9616a277558dd6afdf6707b9dce6d84700e95
show more ...
|
| #
c1ac3661
|
| 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices an
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices and vec examples
src/vec/examples/tests/ex34.c 1.6 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +24 -24 PetscInt for matrices and vec examples
src/vec/examples/tests/ex33.c 1.9 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/utils/matstash.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +41 -40 PetscInt for matrices and vec examples
src/mat/utils/convert.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +3 -3 PetscInt for matrices and vec examples
src/mat/utils/axpy.c 1.17 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/matimpl.h 1.50 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +147 -147 PetscInt for matrices and vec examples
src/mat/interface/matrix.c 1.125 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +96 -96 PetscInt for matrices and vec examples
src/mat/interface/matnull.c 1.15 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +12 -12 PetscInt for matrices and vec examples
src/mat/interface/dlregis.c 1.25 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +2 -2 PetscInt for matrices and vec examples
src/mat/impls/baij/seq/baij.c 1.91 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +127 -127 PetscInt for matrices and vec examples
src/ksp/pc/impls/sor/sor.c 1.21 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +17 -17 PetscInt for matrices and vec examples
src/ksp/ksp/interface/itfunc.c 1.49 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +5 -5 PetscInt for matrices and vec examples
src/fortran/custom/zpc.c 1.22 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
include/petscmat.h 1.135 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +118 -118 PetscInt for matrices and vec examples
src/vec/examples/tests/output/ex33_1.out 1.7 04/05/23 21:49:21 barrysmith@barry-smiths-computer.local +0 -1 *** empty log message ***
todo 1.59 04/05/22 23:32:57 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
todo 1.58 04/05/22 23:04:52 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.12 04/05/22 22:44:28 barrysmith@barry-smiths-computer.local +20 -20 PetscInt
src/ksp/pc/interface/pcregis.c 1.25 04/05/22 22:44:16 barrysmith@barry-smiths-computer.local +1 -1 typo
src/snes/examples/tutorials/ex29.c 1.65 04/05/22 09:38:29 barrysmith@barry-smiths-computer.local +1 -3 removed unused func in user context
Hg-commit: 165d4b272b292e1e191f40b5769f055060b37d73
show more ...
|