History log of /petsc/src/ksp/pc/impls/asm/asm.c (Results 626 – 650 of 685)
Revision Date Author Comments
# 62903a64 20-Jun-2005 Dinesh Kaushik <kaushik@mcs.anl.gov>

bk-changeset-1.3349.1.3
kaushik@manu.mcs.anl.gov|ChangeSet|20050620221736|50543
ChangeSet
1.3349.1.3 05/06/20 17:17:36 kaushik@manu.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.3349.1.3
kaushik@manu.mcs.anl.gov|ChangeSet|20050620221736|50543
ChangeSet
1.3349.1.3 05/06/20 17:17:36 kaushik@manu.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into manu.mcs.anl.gov:/home/kaushik/petsc


Hg-commit: e28f09e984c4b10dc1c40090e54df9bfb9cd3802

show more ...


# 2964b3c7 16-Jun-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3351
bsmith@harley.mcs.anl.gov|ChangeSet|20050616185417|41391
ChangeSet
1.3351 05/06/16 13:54:17 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc.bkbits.net/petsc-dev
into harley

bk-changeset-1.3351
bsmith@harley.mcs.anl.gov|ChangeSet|20050616185417|41391
ChangeSet
1.3351 05/06/16 13:54:17 bsmith@harley.mcs.anl.gov +1 -0
Merge bk://petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc-dev

bmake/common/rules
1.162 05/06/16 13:54:16 bsmith@harley.mcs.anl.gov +0 -2
Auto merged


Hg-commit: 11aa0449394a382a20394ec945c8939ed3e4760a

show more ...


# efb30889 10-Jun-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3349.2.4
barrysmith@barry-smiths-computer.local|ChangeSet|20050610022229|54317
ChangeSet
1.3349.2.4 05/06/09 21:22:29 barrysmith@barry-smiths-computer.local +105 -0
get rid of vari

bk-changeset-1.3349.2.4
barrysmith@barry-smiths-computer.local|ChangeSet|20050610022229|54317
ChangeSet
1.3349.2.4 05/06/09 21:22:29 barrysmith@barry-smiths-computer.local +105 -0
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/vec/vec/examples/tests/ex9.c
1.9 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/vec/vec/examples/tests/ex11.c
1.9 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/interface/tsfd.c
1.14.1.1 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/interface/tscreate.c
1.20 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/util2.c
1.10 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/ex6.c
1.18 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/ex5.c
1.12 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/ex4.c
1.11 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/ex3.c
1.12 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tutorials/ex2.c
1.10 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ts/examples/tests/ex1.c
1.14 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/snes/utils/damgsnes.c
1.64.1.1 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +7 -8
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/snes/mf/wp.c
1.20 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +8 -70
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/snes/mf/snesmfjdef.c
1.18 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +49 -48
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/snes/mf/snesmfj.c
1.54.1.1 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +8 -8
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/snes/mf/mfregis.c
1.8 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +2 -2
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/mat/matimpl.h
1.82 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +20 -19
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/mat/matfd/fdmatrix.c
1.33 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +32 -8
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/mat/impls/sbaij/mpi/mpisbaij.c
1.125 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +4 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/impls/aij/seq/aij.c
1.232 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/impls/aij/mpi/mpiaij.c
1.246.1.1 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +3 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/impls/adic/matadic.c
1.32.1.1 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tutorials/ex2.c
1.8 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex78.c
1.14 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex7.c
1.15 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex62.c
1.11 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex53.c
1.18 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex48.c
1.20 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex3.c
1.11 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +4 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex17.c
1.10 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex15.c
1.15 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/mat/examples/tests/ex101.c
1.8 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/interface/precon.c
1.64 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/ml/ml.c
1.23 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/mg/smg.c
1.16 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/mg/mgfunc.c
1.26 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/mg/mg.c
1.60 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/mg/fmg.c
1.16 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/is/pcis.c
1.28 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +4 -7
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/is/nn/nn.c
1.34 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +5 -8
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/hypre/hyppilut.c
1.75 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.25 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +3 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/composite/composite.c
1.32 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +3 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/impls/asm/asm.c
1.49 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +4 -6
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/examples/tests/ex5.c
1.24 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/examples/tests/ex4.c
1.12 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/examples/tests/ex3.c
1.11 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/pc/examples/tests/ex2.c
1.12 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +4 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/interface/itres.c
1.16 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/interface/itfunc.c
1.69 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/interface/iterativ.c
1.33 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/interface/iguess.c
1.16 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -10
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/interface/eige.c
1.27 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -6
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.23 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.20 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +17 -19
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/symmlq/symmlq.c
1.25 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +12 -16
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/rich/rich.c
1.27 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +4 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/qcg/qcg.c
1.26 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +7 -8
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/minres/minres.c
1.24 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +8 -10
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/lsqr/lsqr.c
1.26 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +11 -13
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.41 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +5 -6
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/gmres/gmres.c
1.62 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/gmres/gmreig.c
1.17 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.49 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +8 -12
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/gmres/borthog.c
1.15 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +2 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/cr/cr.c
1.35 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +4 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/cheby/cheby.c
1.24 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +6 -7
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/cgs/cgs.c
1.29 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +4 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/cg/cgne/cgne.c
1.31 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/cg/cg.c
1.42 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/bicg/bicg.c
1.22 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.23 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/impls/bcgs/bcgs.c
1.24 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +7 -8
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex32.c
1.4 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex31.c
1.21 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +5 -7
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex30.c
1.16 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex3.c
1.20 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -6
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex29.c
1.19 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex28.c
1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex27.c
1.16 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex25.c
1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex22.c
1.14 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tutorials/ex10.c
1.54 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +3 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex7.c
1.21 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex6.c
1.24 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex4.c
1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex3.c
1.18 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -5
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex20.c
1.19 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex18.c
1.19 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -3
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex14.c
1.13 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/ksp/ksp/examples/tests/ex1.c
1.13 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +3 -4
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/inline/ilu.h
1.15 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +9 -9
fomratin

src/dm/da/src/da2.c
1.69 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/dm/da/examples/tutorials/ex6.c
1.20 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/dm/da/examples/tests/ex7.c
1.12 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/dm/da/examples/tests/ex20.c
1.11 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/contrib/ysmp/ex1.c
1.9 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/contrib/keyes/makefile
1.5 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/contrib/keyes/ex15.c
1.8 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +6 -8
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/contrib/helmholtz_2/ex12.c
1.8 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +1 -1
get rid of variables passed into vecaxpy; pass in floating point values
directly

src/adic/src/petscadic.c
1.7 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +2 -2
get rid of variables passed into vecaxpy; pass in floating point values
directly

include/petscsnes.h
1.50 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +2 -3
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

include/finclude/petscsnes.h
1.14 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +1 -1
change computing h approach name from default to ds
make wp default
provide support for wp for SNESDefaultComputeJacobian[Color]

src/sys/adic/Gradient/ad_grad.c
1.16 05/06/09 19:37:40 barrysmith@barry-smiths-computer.local +3 -3
bug always treated ALL gradient entries as defined by ad_GRAD_MAX!

todo
1.137 05/06/07 07:31:13 barrysmith@barry-smiths-computer.local +2 -0
add gmresr petsc-maint 13149


Hg-commit: 395028484368194d9ed20fa58ac2a29097eccfcc

show more ...


# ba1d1123 29-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3041
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050329210315|58237
ChangeSet
1.3041 05/03/29 15:03:15 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.3041
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050329210315|58237
ChangeSet
1.3041 05/03/29 15:03:15 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev


Hg-commit: f01d07d04da682d9caea4261522c0b08285ec452

show more ...


# 4814766e 29-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3039.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050329205841|57822
ChangeSet
1.3039.1.1 05/03/29 14:58:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
petsc-maint 12825 cra

bk-changeset-1.3039.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050329205841|57822
ChangeSet
1.3039.1.1 05/03/29 14:58:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
petsc-maint 12825 crash when viewing several blocks per processor
with block Jacobi and different ksp options in each block

src/sys/src/viewer/impls/ascii/filev.c
1.38 05/03/29 14:56:07 barrysmith@barrysmith-57.mcs.anl.gov +4 -3
singleton now prints proper length of tabs

src/ksp/pc/impls/bjacobi/bjacobi.c
1.42 05/03/29 14:55:19 barrysmith@barrysmith-57.mcs.anl.gov +6 -9
properly handle viewering subksps when different processors hav e different number of blocks

src/ksp/pc/impls/asm/asm.c
1.48 05/03/29 14:54:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -6
properly handle viewering subksps when different processors hav e different number of blocks

src/ksp/pc/impls/bjacobi/bjacobi.c
1.41 05/03/29 14:31:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -1
damn fool

src/ksp/pc/impls/asm/asm.c
1.47 05/03/29 14:29:20 barrysmith@barrysmith-57.mcs.anl.gov +8 -4
need to getsingleton the same number of times on all processes


Hg-commit: 6cd98a6c12944953fe55aa1a5b0490377398b7be

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: a97920152fb7a7025cba2675facc0c052ef70819

show more ...


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 53306f66f65e04be83df4b32bcef35282e17d5b9

show more ...


# 9dcbbd2b 27-Feb-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2932
barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115
ChangeSet
1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0
massive changes
option

bk-changeset-1.2932
barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115
ChangeSet
1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0
massive changes
options/bag enum
PC_ in front of all MG routines
strings for PETSc enum types
subclass cgne from cg and lgmres and fgmres from gmres

src/sys/src/viewer/impls/binary/binv.c
1.44 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +69 -3
allow binary loads to ignore options

src/ksp/ksp/impls/gmres/lgmres/makefile
1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1
subclass

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.39 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +3 -1
subclass

src/ksp/ksp/impls/gmres/fgmres/makefile
1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1
subclass

todo
1.127 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +5 -1
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/vec/interface/dlregis.c
1.25 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +4 -2
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/sys/src/objects/pinit.c
1.61 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +9 -2
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/sys/src/objects/options.c
1.55 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +136 -39
case independent test of Petsc options

src/sys/src/objects/ams/aoptions.c
1.34 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +51 -30
adding enum to PetscOptions

src/sys/src/bag/bag.c
1.8 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +62 -83
support for adding enums

src/sys/examples/tutorials/ex5.c
1.10.1.1 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +10 -11
support for adding enums

src/snes/utils/damg.c
1.52 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front of MG

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.44 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -1
subclass

src/ksp/ksp/impls/cg/cgne/makefile
1.5 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -4
subclass

src/ksp/ksp/impls/cg/cgne/cgne.c
1.27 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -0
subclass

src/fortran/custom/zsles.c
1.17 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +8 -0
change DMMGGetb to DMMGGetRHS

python/PETSc/packages/MPI.py
1.160 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +7 -8
better support of Lam/mpi

src/snes/interface/snesregi.c
1.9 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +7 -1
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/snes/interface/snes.c
1.70 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -19
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/snes/examples/tests/ex11.c
1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front of MG

src/mat/utils/matio.c
1.26 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1
no more load_ignore_info

src/mat/examples/tutorials/makefile
1.19 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -2
no more load_ignore

src/mat/examples/tests/makefile
1.50 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +3 -3
no more load_ignore

src/mat/examples/tests/ex73.c
1.11 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1
no more load_ignore

src/ksp/pc/impls/spai/ispai.c
1.32 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +4 -4
formating

src/ksp/pc/impls/samg/samgmgpetsc.c
1.15 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front of MG

src/ksp/pc/impls/ml/ml.c
1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +21 -21
formating

src/ksp/pc/impls/mg/smg.c
1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -11
PC_ infront of MG

src/ksp/pc/impls/mg/mgimpl.h
1.13 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -4
PC_MG instead of MG

src/ksp/pc/impls/mg/mgfunc.c
1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +13 -13
PC_ in front of MG

src/ksp/pc/impls/mg/mg.c
1.57 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +72 -104
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/pc/impls/mg/fmg.c
1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +7 -29
PC_ infront of MG

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +4 -8
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/pc/impls/composite/composite.c
1.28 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -6
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/pc/impls/asm/asm.c
1.44 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -13
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/pc/examples/tests/ex5.c
1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -3
PC_ in front of MG

src/ksp/ksp/interface/itfunc.c
1.65 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -16
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/ksp/interface/dlregis.c
1.23 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +18 -2
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/ksp/impls/makefile
1.9 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -1
subclass

src/ksp/ksp/impls/gmres/makefile
1.7 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -0
subclass

src/ksp/ksp/impls/gmres/gmres.c
1.56 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +15 -13
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/ksp/impls/cg/makefile
1.6 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -0
subclass

src/ksp/ksp/impls/cg/cg.c
1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +4 -13
viewer and setfromoptions use enum strings instead of having their own
hardwired ones in the function

src/ksp/examples/tutorials/makefile
1.64 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +8 -8
no more load_ignore

src/ksp/examples/tutorials/ex29.c
1.11 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front MG

src/ksp/examples/tutorials/ex28.c
1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front MG

src/ksp/examples/tutorials/ex25.c
1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front MG

src/ksp/examples/tutorials/ex22.c
1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front MG

src/ksp/examples/tests/ex19.c
1.14 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front MG

src/fortran/custom/zstartf.c
1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PetscMPIInt

src/docs/website/documentation/changes/222.html
1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +5 -0
PC_ in front of all MG functions

src/contrib/keyes/ex15.c
1.5 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
PC_ in front of all MG functions

python/PETSc/packages/spooles.py
1.24.1.1 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/spai.py
1.15 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/ml.py
1.25 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/hypre.py
1.55 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/blacs.py
1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/UMFPACK.py
1.23 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/SuperLU_DIST.py
1.31 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/SuperLU.py
1.21 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/SCALAPACK.py
1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/Prometheus.py
1.7 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/ParMetis.py
1.50 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/PARTY.py
1.9 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/MUMPS.py
1.36.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/packages/Chaco.py
1.10 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

python/PETSc/package.py
1.26.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +25 -12
liblist for package.py classes is now a list of list so different names of
libraries (like blas and MPI) can be handled

include/petscviewer.h
1.50 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1
option to binary viewers to not use command line options

include/petscvec.h
1.66 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1
strings for PETSc enums

include/petscsnes.h
1.43 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +1 -0
strings for PETSc enums

include/petscpc.h
1.70 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -0
strings for PETSc enums

include/petscoptions.h
1.25 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -2
GetEList and GetEnum for options

include/petscmg.h
1.14 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +11 -10
PC_ in front of MG routines

include/petscksp.h
1.62 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +8 -6
ksp subclasses
strings for all PETSc enums

include/petscdmmg.h
1.3 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6
fix two macros with same fortran name DMMGGetB

include/petscbag.h
1.6 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6
registering enums

include/petsc.h
1.117 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +4 -6
strings for all basic PETSc enums

include/finclude/petscmg.h
1.10 05/02/26 20:57:59 barrysmith@barry-smiths-computer.local +8 -6
all multigrid routines macros start with PC_

python/PETSc/packages/MPI.py
1.159 05/02/26 18:40:47 barrysmith@barry-smiths-computer.local +5 -0
doman

src/vec/utils/vscat.c
1.41 05/02/26 11:33:35 barrysmith@barry-smiths-computer.local +8 -6
formating clearer manual page

src/fortran/custom/zsles.c
1.16 05/02/25 13:35:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
no B

src/docs/website/documentation/tutorials/index.html
1.20 05/02/25 12:19:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
add Houston tutorial

src/sys/src/viewer/impls/binary/binv.c
1.43 05/02/24 15:02:04 barrysmith@barrysmith-57.mcs.anl.gov +7 -8
dead code with outdated option

src/ksp/ksp/impls/cg/cgne/makefile
1.4 05/02/24 07:11:24 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/cg/cgne/cgne.c
1.26 05/02/24 07:11:23 barrysmith@barry-smiths-computer.local +15 -113
mvdir

src/ksp/ksp/impls/gmres/fgmres/modpcf.c
1.17 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/fgmres/makefile
1.8 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/fgmres/fgmresp.h
1.14 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.43 05/02/24 07:09:58 barrysmith@barry-smiths-computer.local +2 -24
mvdir

src/ksp/ksp/impls/gmres/lgmres/readme
1.4 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/lgmres/makefile
1.8 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/lgmres/lgmresp.h
1.9 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.38 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +8 -64
mvdir

src/fortran/custom/zstart.c
1.30.1.2 05/02/22 21:05:18 barrysmith@barry-smiths-computer.local +1 -1
typo in previous change

src/fortran/custom/zstart.c
1.30.1.1 05/02/22 21:04:22 barrysmith@barry-smiths-computer.local +6 -0
need to set PETSC_COMM_WORLD; dang it really would be nice to
have a single PetscInitialize() for C and Fortran and not all this duplicated code

src/fortran/custom/zsles.c
1.15 05/02/22 19:22:58 barrysmith@barry-smiths-computer.local +22 -1
added dmmgsetinitialguess_ for Fortran


Hg-commit: 887aa17e22982bf46d3e4dec0c549e1596b7a6c7

show more ...


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


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


# dba47a55 24-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.29
Kris@p4buschel.|ChangeSet|20041224021527|61072
ChangeSet
1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/precon.c
1.59

bk-changeset-1.2821.1.29
Kris@p4buschel.|ChangeSet|20041224021527|61072
ChangeSet
1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/precon.c
1.59 04/12/23 18:15:21 Kris@p4buschel. +32 -30
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/pcset.c
1.24 04/12/23 18:15:21 Kris@p4buschel. +5 -4
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/pcregis.c
1.35 04/12/23 18:15:21 Kris@p4buschel. +27 -26
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/xyt.c
1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/xxt.c
1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/tfs.c
1.6 04/12/23 18:15:21 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/queue.c
1.11 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/pxxt.c
1.24 04/12/23 18:15:21 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/ivec.c
1.13 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/gs.c
1.21 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/error.c
1.14 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/comm.c
1.25 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/bit_mask.c
1.12 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/src/ispai.c
1.28 04/12/23 18:15:21 Kris@p4buschel. +19 -17
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/src/dspai.c
1.10 04/12/23 18:15:20 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/include/spai.h
1.5 04/12/23 18:15:20 Kris@p4buschel. +7 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/sor/sor.c
1.27 04/12/23 18:15:20 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/shell/shellpc.c
1.24 04/12/23 18:15:20 Kris@p4buschel. +17 -15
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgpetsctools.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +8 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgpetsc.c
1.12 04/12/23 18:15:20 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgmgpetsc.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/redundant/redundant.c
1.23 04/12/23 18:15:20 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/prometheus/petscprom.c
1.3 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.20 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/none/none.c
1.9 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/ml/ml.c
1.9 04/12/23 18:15:20 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/smg.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/mgfunc.c
1.16 04/12/23 18:15:20 Kris@p4buschel. +13 -12
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/mg.c
1.44 04/12/23 18:15:20 Kris@p4buschel. +10 -8
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/fmg.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mat/pcmat.c
1.11 04/12/23 18:15:19 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/ksp/pcksp.c
1.22 04/12/23 18:15:19 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/jacobi/jacobi.c
1.16 04/12/23 18:15:19 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/pcis.h
1.11 04/12/23 18:15:19 Kris@p4buschel. +6 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/pcis.c
1.26 04/12/23 18:15:19 Kris@p4buschel. +7 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/nn/nn.c
1.27 04/12/23 18:15:19 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/feti/fetipc.c
1.4 04/12/23 18:15:19 Kris@p4buschel. +11 -9
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/hypre/hyppilut.c
1.70 04/12/23 18:15:19 Kris@p4buschel. +5 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.20 04/12/23 18:15:19 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/lu/lu.c
1.42 04/12/23 18:15:19 Kris@p4buschel. +22 -20
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/ilu/ilu.c
1.55 04/12/23 18:15:19 Kris@p4buschel. +26 -24
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/icc/icc.c
1.41 04/12/23 18:15:19 Kris@p4buschel. +12 -10
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/factor.c
1.8 04/12/23 18:15:19 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.40 04/12/23 18:15:19 Kris@p4buschel. +15 -14
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/eisens/eisen.c
1.25 04/12/23 18:15:19 Kris@p4buschel. +7 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/composite/composite.c
1.26 04/12/23 18:15:18 Kris@p4buschel. +13 -11
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/bjacobi/bjacobi.c
1.38 04/12/23 18:15:18 Kris@p4buschel. +15 -13
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/asm/asm.c
1.42 04/12/23 18:15:18 Kris@p4buschel. +18 -16
PETSCKSP_DLLEXPORT

src/ksp/ksp/kspimpl.h
1.25 04/12/23 18:15:18 Kris@p4buschel. +0 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/xmon.c
1.11 04/12/23 18:15:18 Kris@p4buschel. +7 -6
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itres.c
1.14 04/12/23 18:15:18 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itregis.c
1.12 04/12/23 18:15:18 Kris@p4buschel. +21 -20
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itfunc.c
1.62 04/12/23 18:15:18 Kris@p4buschel. +36 -34
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/iterativ.c
1.30 04/12/23 18:15:18 Kris@p4buschel. +13 -12
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itcreate.c
1.60 04/12/23 18:15:18 Kris@p4buschel. +15 -13
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itcl.c
1.15 04/12/23 18:15:18 Kris@p4buschel. +6 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/iguess.c
1.14 04/12/23 18:15:18 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/eige.c
1.24 04/12/23 18:15:18 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/dlregis.c
1.22 04/12/23 18:15:18 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.20 04/12/23 18:15:18 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.17 04/12/23 18:15:18 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/symmlq/symmlq.c
1.20 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/rich/richscale.c
1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/rich/rich.c
1.20 04/12/23 18:15:17 Kris@p4buschel. +4 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/qcg/qcg.c
1.23 04/12/23 18:15:17 Kris@p4buschel. +8 -7
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/preonly/preonly.c
1.14 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/minres/minres.c
1.21 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/lsqr/lsqr.c
1.23 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/lgmres/lgmres.c
1.36 04/12/23 18:15:17 Kris@p4buschel. +11 -10
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmres2.c
1.22 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmres.c
1.54 04/12/23 18:15:17 Kris@p4buschel. +12 -10
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmreig.c
1.16 04/12/23 18:15:17 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmpre.c
1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/borthog2.c
1.18 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/borthog.c
1.13 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/fgmres/modpcf.c
1.16 04/12/23 18:15:17 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/fgmres/fgmres.c
1.41 04/12/23 18:15:17 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cr/cr.c
1.32 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cheby/cheby.c
1.21 04/12/23 18:15:16 Kris@p4buschel. +5 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cgs/cgs.c
1.26 04/12/23 18:15:16 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cgne/cgne.c
1.24 04/12/23 18:15:16 Kris@p4buschel. +4 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cgtype.c
1.9 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cgeig.c
1.10 04/12/23 18:15:16 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cg.c
1.35 04/12/23 18:15:16 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bicg/bicg.c
1.19 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.18 04/12/23 18:15:16 Kris@p4buschel. +5 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bcgs/bcgs.c
1.21 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

include/petscpc.h
1.66 04/12/23 18:15:16 Kris@p4buschel. +123 -123
PETSCKSP_DLLEXPORT

include/petscmg.h
1.11 04/12/23 18:15:16 Kris@p4buschel. +19 -19
PETSCKSP_DLLEXPORT

include/petscksp.h
1.59 04/12/23 18:15:16 Kris@p4buschel. +112 -113
PETSCKSP_DLLEXPORT


Hg-commit: 4210c1afcf38f78e045958c2106fdc7f64720146

show more ...


# 81287812 13-Nov-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

todo
1.106 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/vec/interface/vector.c
1.111 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.122 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mpisbaij.c
1.113 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.110 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.197 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d30867d8ba3fe7eeb6a355c6b4f2a0209697a9cb

show more ...


# 52e6d16b 12-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/utils/vscat.c
1.36 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/pf/interface/pf.c
1.28 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/utils/isltog.c
1.33 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/stride/stride.c
1.17 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/strgen.c
1.9 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/general.c
1.21 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/block/block.c
1.19 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/vector.c
1.109.1.1 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/veccreate.c
1.22 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/mapcreate.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pdvec.c
1.43 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/dscatter.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/fdmpiaij.c
1.11 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/bjacobi/bjacobi.c
1.37 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +17 -17
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pbvec.c
1.32 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +7 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/tscreate.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/ts.c
1.41 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/pseudo/posindep.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/pvode/petscpvode.c
1.29 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/cn/cn.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/beuler/beuler.c
1.22 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/explicit/rk/rk.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/interface/viewreg.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/silo/vsilo.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/matlab/vmatlab.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/draw/drawv.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/binary/binv.c
1.36 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/random.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/fhost.c
1.18 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/tagm.c
1.21 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/options.c
1.50 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/inherit.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/matlabengine/matlab.c
1.36 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +13 -13
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/mpiuopen.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/ftest.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/lg.c
1.16 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/hists.c
1.22 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/axis.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/interface/drawreg.c
1.27 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/impls/x/xops.c
1.25 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/dll/dl.c
1.31 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/mf/snesmfj.c
1.47 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/snes.c
1.60 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesnoise.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesmfj2.c
1.23 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/tr/tr.c
1.25 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/test/snestest.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/ls/ls.c
1.45 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/utils/gcreate.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/partition/partition.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/matfd/fdmatrix.c
1.28 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matrix.c
1.157 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matnull.c
1.18 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/shell/shell.c
1.26 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact2.c
1.49 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact.c
1.76 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaij.c
1.120.1.1 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mpisbaij.c
1.111.1.1 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +20 -20
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mmsbaij.c
1.31 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +21 -21
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/rowbs/mpi/mpirowbs.c
1.63 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +12 -12
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/seq/dense.c
1.69 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mpidense.c
1.52 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mmdense.c
1.15 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag2.c
1.21 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag.c
1.45 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdfact.c
1.16 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mpibdiag.c
1.44 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +4 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mmbdiag.c
1.9 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact3.c
1.17 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact2.c
1.40 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact.c
1.19 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baij.c
1.108.1.1 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +9 -9
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mpibaij.c
1.80 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mmbaij.c
1.25 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/umfpack/umfpack.c
1.39 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/symtranspose.c
1.8 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/superlu/superlu.c
1.72 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/lusol/lusol.c
1.34 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/essl/essl.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aijfact.c
1.90 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aij.c
1.195.1.1 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.101 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mumps/mumps.c
1.82 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mpiaij.c
1.222 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mmaij.c
1.21 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/adj/mpi/mpiadj.c
1.40 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/interface/precon.c
1.57 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/tfs.c
1.5 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/pxxt.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/sor/sor.c
1.25 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/shell/shellpc.c
1.23 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/redundant/redundant.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.17 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mgfunc.c
1.15 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mg.c
1.42 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/ksp/pcksp.c
1.21 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/jacobi/jacobi.c
1.14 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/is/nn/nn.c
1.26 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.16 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/lu/lu.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/ilu/ilu.c
1.51 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/icc/icc.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.37 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/eisens/eisen.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/composite/composite.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/asm/asm.c
1.41 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/xmon.c
1.10 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itfunc.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itcreate.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/iguess.c
1.12 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/eige.c
1.23 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/rich/rich.c
1.19 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/qcg/qcg.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lsqr/lsqr.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lgmres/lgmres.c
1.33 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/gmres/gmres.c
1.51 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/fgmres/fgmres.c
1.38 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cheby/cheby.c
1.20 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cgne/cgne.c
1.22 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cg/cg.c
1.30 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/utils/pack.c
1.18 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/gr1.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daltol.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daindex.c
1.14 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da3.c
1.31 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da2.c
1.56 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da1.c
1.29 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/mapping/aomapping.c
1.26 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aodatabasic.c
1.27 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aobasic.c
1.28 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

include/petsclog.h
1.48 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +26 -48
replace logging macros that use 0;if stuff with ( || , stuff

config/configure.py
1.77 04/11/12 13:19:10 barrysmith@barry-smiths-computer.local +4 -1
nice print at beginning saying what the heck we are doing

todo
1.104.1.1 04/11/12 12:21:43 barrysmith@barry-smiths-computer.local +1 -1
did some bad macro fixes, but discovered more that must be done

src/sys/src/draw/utils/dscatter.c
1.13 04/11/12 11:15:23 barrysmith@barry-smiths-computer.local +2 -2
*** empty log message ***

src/mat/impls/aij/mpi/fdmpiaij.c
1.10 04/11/12 11:05:36 barrysmith@barry-smiths-computer.local +3 -3
*** empty log message ***

src/ksp/pc/impls/bjacobi/bjacobi.c
1.36 04/11/12 11:02:44 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***


Hg-commit: 7b215793c5e97c2128e82609b069418fddc3948a

show more ...


# 96944dc6 07-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2670
barrysmith@barry-smiths-computer.local|ChangeSet|20041107194220|05505
ChangeSet
1.2670 04/11/07 13:42:20 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2670
barrysmith@barry-smiths-computer.local|ChangeSet|20041107194220|05505
ChangeSet
1.2670 04/11/07 13:42:20 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.221 04/11/07 13:42:19 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 1ee7e7c22cebeeef191ddb0946836caa976e4365

show more ...


# a5ff213d 05-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2661.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20041105223455|46296
ChangeSet
1.2661.1.1 04/11/05 16:34:55 barrysmith@barry-smiths-computer.local +7 -0
fixed 2 bugs from

bk-changeset-1.2661.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20041105223455|46296
ChangeSet
1.2661.1.1 04/11/05 16:34:55 barrysmith@barry-smiths-computer.local +7 -0
fixed 2 bugs from todo list.

todo
1.98 04/11/05 16:34:50 barrysmith@barry-smiths-computer.local +0 -5
fixed two bugs

src/mat/impls/maij/maij.c
1.28 04/11/05 16:34:50 barrysmith@barry-smiths-computer.local +8 -4
fix matmulttranspose_MPI to work with merged vecscatter

src/mat/impls/baij/mpi/mpibaij.c
1.79 04/11/05 16:34:50 barrysmith@barry-smiths-computer.local +18 -8
fix matmulttranspose_MPI to work with merged vecscatter

src/mat/impls/aij/mpi/mpiaij.c
1.219.1.1 04/11/05 16:34:50 barrysmith@barry-smiths-computer.local +19 -11
fix matmulttranspose_MPI to work with merged vecscatter

src/vec/utils/vscat.c
1.34 04/11/05 16:20:14 barrysmith@barry-smiths-computer.local +2 -1
clearer manual page

src/vec/utils/vscat.c
1.33 04/11/05 15:24:02 barrysmith@barry-smiths-computer.local +26 -0
added VecScatterGetMerged() to know if the entire scatter send and receives
are done in the vecScatterBegin()

include/petscvec.h
1.59 04/11/05 15:23:51 barrysmith@barry-smiths-computer.local +1 -0
added VecScatterGetMerged() to know if the entire scatter send and receives
are done in the vecScatterBegin()

src/ksp/pc/impls/asm/asm.c
1.40 04/11/05 15:08:19 barrysmith@barry-smiths-computer.local +5 -1
fix error that view prints -1 number of blocks if not yet set


Hg-commit: 94c0e96f2e439dbc7341bda5459beac076895ea7

show more ...


# 71044d3c 13-Sep-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2527
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226
ChangeSet
1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0
PetscNew() now zeros memory

bk-changeset-1.2527
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226
ChangeSet
1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/utils/vpscat.c
1.34 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -8
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/aij.c
1.183 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/ilu/ilu.c
1.42 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/seq/bvec2.c
1.57 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/seq/bvec1.c
1.10 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/mpi/pvec2.c
1.15 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/vec/impls/mpi/pbvec.c
1.30 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/pvode/petscpvode.c
1.28 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/cn/cn.c
1.19 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/implicit/beuler/beuler.c
1.21 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ts/impls/explicit/euler/euler.c
1.11 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/utils/pdisplay.c
1.20 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/utils/memc.c
1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/error/stack.c
1.13 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/draw/impls/x/xops.c
1.23 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/sys/src/draw/impls/x/text.c
1.9 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/snes/interface/noise/snesnoise.c
1.14 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/snes/interface/noise/snesmfj2.c
1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/shell/shell.c
1.24 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/seq/sbaij2.c
1.31 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/seq/sbaij.c
1.118 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/sbaij/mpi/mpisbaij.c
1.105 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/maij/maij.c
1.24 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/is/matis.c
1.19 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/feti/feti.c
1.3 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/dense/seq/dense.c
1.66 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +21 -22
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/dense/mpi/mpidense.c
1.51 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/bdiag/seq/bdiag.c
1.44 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/seq/baij2.c
1.26 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/seq/baij.c
1.100.1.2 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/mpi/mpibaij.c
1.77 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.64 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/spooles/spooles.c
1.100 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpiptap.c
1.12 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpimatmatmult.c
1.4 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/mpi/mpiaij.c
1.212 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/adj/mpi/mpiadj.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/adic/matadic.c
1.29 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/utils/damg.c
1.41 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/xyt.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/xxt.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/tfs/gs.c
1.20 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/redundant/redundant.c
1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/ml/ml.c
1.6 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/mg/mg.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/is/feti/fetipc.c
1.3 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/hypre/hyppilut.c
1.59 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/pc/impls/asm/asm.c
1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/interface/eige.c
1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/lgmres/lgmres.c
1.32 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/gmres/gmres.c
1.50 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/gmres/gmreig.c
1.15 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/fgmres/fgmres.c
1.37 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/cgne/cgne.c
1.21 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/cg/cg.c
1.29 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.17 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -14
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/ilu.h
1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -10
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/dot.h
1.13 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/inline/axpy.h
1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

maint/generateetags.py
1.4 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petschead.h
1.41 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -3
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petscblaslapack.h
1.12 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +241 -242
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

include/petsc.h
1.96 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
PetscNew() now zeros memory
Blas Lapack routines preappended with BLAS or LAPACK

src/mat/impls/aij/seq/aij.c
1.182 04/09/13 14:58:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
*** empty log message ***

src/ksp/pc/impls/ilu/ilu.c
1.41 04/09/13 14:56:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
*** empty log message ***


Hg-commit: 03fb4ae0a31fea3f887c926814d30cec68df1938

show more ...


# fe064f0c 29-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2482
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233602|56993
ChangeSet
1.2482 04/08/29 18:36:02 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc.bkbits.n

bk-changeset-1.2482
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233602|56993
ChangeSet
1.2482 04/08/29 18:36:02 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-config


Hg-commit: b5c643e1b1755a95dc9ddf397bac3c8e93515f5d

show more ...


# 91eb6d8e 29-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2468.1.34
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233413|16999
ChangeSet
1.2468.1.34 04/08/29 18:34:13 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://pets

bk-changeset-1.2468.1.34
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233413|16999
ChangeSet
1.2468.1.34 04/08/29 18:34:13 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: 0486e471856206ea9e552ab5a5ff1fc01623b85e

show more ...


# f21eeb63 29-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2468.15.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233352|19398
ChangeSet
1.2468.15.1 04/08/29 18:33:52 barrysmith@barry-smiths-computer.local +2 -0
fix for asm n_l

bk-changeset-1.2468.15.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040829233352|19398
ChangeSet
1.2468.15.1 04/08/29 18:33:52 barrysmith@barry-smiths-computer.local +2 -0
fix for asm n_local_true and use HAVE_RUSAGE

src/sys/src/memory/mem.c
1.17 04/08/29 18:30:19 barrysmith@barry-smiths-computer.local +6 -5
get rid of no_getrusage

src/ksp/pc/impls/asm/asm.c
1.38 04/08/28 20:52:41 barrysmith@barry-smiths-computer.local +6 -6
use n_local_true in more places when it shoujld be


Hg-commit: bd827dd1a4eb4812f444de2060159350a4075b68

show more ...


# 820d377f 25-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2476
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825205550|16662
ChangeSet
1.2476 04/08/25 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.2476
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825205550|16662
ChangeSet
1.2476 04/08/25 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-config

python/PETSc/packages/BlasLapack.py
1.82 04/08/25 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: a5bce8283b34c42a69a3d0da871976b9787db5ef

show more ...


# 3ecba4fd 25-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2468.1.23
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825185228|22425
ChangeSet
1.2468.1.23 04/08/25 13:52:28 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@pe

bk-changeset-1.2468.1.23
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825185228|22425
ChangeSet
1.2468.1.23 04/08/25 13:52:28 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev


Hg-commit: 39d6017f6dc0357189209966395f304e3aac3a08

show more ...


# 3d5511d0 25-Aug-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2468.11.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825185201|12788
ChangeSet
1.2468.11.1 04/08/25 13:52:01 barrysmith@barrysmith-57.mcs.anl.gov +11 -0
reorder for nonzer

bk-changeset-1.2468.11.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040825185201|12788
ChangeSet
1.2468.11.1 04/08/25 13:52:01 barrysmith@barrysmith-57.mcs.anl.gov +11 -0
reorder for nonzeros along diagonal as function call

src/snes/utils/makefile
1.6 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
reorder for nonzeros along diagonal as function call

src/ksp/utils/makefile
1.6 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
reorder for nonzeros along diagonal as function call

src/ksp/pc/impls/lu/lu.c
1.33 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +70 -14
reorder for nonzeros along diagonal as function call

src/ksp/pc/impls/ilu/ilu.h
1.9 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
reorder for nonzeros along diagonal as function call

src/ksp/pc/impls/ilu/ilu.c
1.40 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +63 -13
reorder for nonzeros along diagonal as function call

src/ksp/examples/tutorials/ex10.c
1.44 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
reorder for nonzeros along diagonal as function call

src/docs/website/documentation/changes/index.html
1.19 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +6 -4
reorder for nonzeros along diagonal as function call

src/docs/website/documentation/changes/222.html
1.22 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +37 -58
reorder for nonzeros along diagonal as function call

include/petscpc.h
1.59 04/08/25 13:51:59 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
reorder for nonzeros along diagonal as function call

src/docs/website/documentation/changes/222.html
1.21 04/08/25 13:40:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
bk cp 221.html 222.html

src/ksp/pc/impls/asm/asm.c
1.37 04/08/25 08:48:41 barrysmith@barry-smiths-computer.local +0 -1
overzealous error checking

src/ksp/pc/impls/bjacobi/bjacobi.c
1.35 04/08/25 08:48:08 barrysmith@barry-smiths-computer.local +1 -1
bad formatting

src/docs/website/documentation/changes/221.html
1.20 04/08/15 11:44:01 barrysmith@barry-smiths-computer.local +9 -2
PetscInt stuff

src/docs/website/documentation/changes/221.html
1.19 04/08/15 10:41:27 barrysmith@barry-smiths-computer.local +8 -3
updated changes

src/docs/website/documentation/changes/221.html
1.18 04/08/01 18:41:45 barrysmith@barry-smiths-computer.local +5 -2
*** empty log message ***

src/docs/website/documentation/changes/221.html
1.17 04/07/03 17:23:56 victorle@tibook500ve.cs.utk.edu +6 -1
IScreateGeneralWithArray added;
ISSum syntax changed, ISExtend removed.

src/docs/website/documentation/changes/221.html
1.16 04/06/22 21:59:20 barrysmith@barry-smiths-computer.local +1 -0
addition of CSR preallocation

src/docs/website/documentation/changes/221.html
1.15 04/06/01 15:12:04 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
*** empty log message ***

src/docs/website/documentation/changes/221.html
1.14 04/05/26 11:24:08 barrysmith@barrysmith-57.mcs.anl.gov +0 -1
remove presentations from website

src/docs/website/documentation/changes/221.html
1.13 04/05/14 22:41:30 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/docs/website/documentation/changes/222.html
1.12 04/04/06 16:29:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
MatIsSymmetric(), MatIsTranspose() now take tol

src/docs/website/documentation/changes/222.html
1.11 04/04/01 17:50:25 barrysmith@barry-smiths-computer.local +2 -1
VecConvertMPIToAll() and VecConvertMPIToZero() have been replaced with
VecScatterCreateToAll() and VecScatterCreateToZero()

src/docs/website/documentation/changes/222.html
1.10 04/03/27 11:38:49 barrysmith@barry-smiths-computer.local +3 -3
removal of null space in preconditioner is now handled by
KSP instead of PC

src/docs/website/documentation/changes/222.html
1.9 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +6 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/docs/website/documentation/changes/222.html
1.8 04/03/19 20:19:31 barrysmith@barry-smiths-computer.local +2 -1
added SNESSetRhs()

src/docs/website/documentation/changes/222.html
1.7 04/03/19 11:36:16 barrysmith@barry-smiths-computer.local +9 -6
MatGetSubmatrices() propagates symmetric flag

src/docs/website/documentation/changes/222.html
1.6 04/03/17 20:16:33 barrysmith@barry-smiths-computer.local +2 -0
*** empty log message ***

src/docs/website/documentation/changes/222.html
1.5 04/03/17 19:52:01 barrysmith@barry-smiths-computer.local +4 -0
added Vec/MatStashGetInfo()

src/docs/website/documentation/changes/222.html
1.4 04/03/10 20:29:09 barrysmith@barry-smiths-computer.local +8 -0
changed with-mpich/with-c-blas.... to download-....

src/docs/website/documentation/changes/222.html
1.3 04/03/10 15:56:38 barrysmith@barrysmith-57.mcs.anl.gov +6 -0
added DAGetInterpolation support for nonuniform DA grids
set with DASetCoordinates()

src/docs/website/documentation/changes/222.html
1.2 04/03/05 09:53:59 barrysmith@barrysmith-57.mcs.anl.gov +5 -32
changes for next release started

src/docs/website/documentation/changes/222.html
1.1 04/03/05 09:51:50 barrysmith@barrysmith-57.mcs.anl.gov +138 -0

src/docs/website/documentation/changes/222.html
1.0 04/03/05 09:51:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/docs/website/documentation/changes/221.html


Hg-commit: 5128d8678906da171442990cd3eac96a67987395

show more ...


# 95fd45ae 02-Aug-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris/petsc/petsc-dev

python/PETSc/packages/update.py
1.66 04/08/02 12:30:28 Kris@mbuschel. +0 -0
Auto merged


Hg-commit: 58e2d02a6d8cb642589bca781970293d3ba26d8f

show more ...


# 98a64a00 20-Jul-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2363.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989
ChangeSet
1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@

bk-changeset-1.2363.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989
ChangeSet
1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/ksp/ksp/impls/lgmres/lgmres.c
1.31 04/07/20 09:35:24 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 15ea4bf0f8e12d61828976975bf5401a563f64ab

show more ...


1...<<2122232425262728