| 3acf8817 | 13-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3349.9.8 balay@asterix.mcs.anl.gov|ChangeSet|20050613175449|28410 ChangeSet 1.3349.9.8 05/06/13 12:54:49 balay@asterix.mcs.anl.gov +5 -0 nightly build fixes - configure update to
bk-changeset-1.3349.9.8 balay@asterix.mcs.anl.gov|ChangeSet|20050613175449|28410 ChangeSet 1.3349.9.8 05/06/13 12:54:49 balay@asterix.mcs.anl.gov +5 -0 nightly build fixes - configure update to mpich/blaslapack
src/ksp/pc/impls/hypre/hyppilut.c 1.76 05/06/13 12:54:47 balay@asterix.mcs.anl.gov +0 -1 remove unused variable
python/PETSc/packages/MPI.py 1.215 05/06/13 12:54:47 balay@asterix.mcs.anl.gov +4 -4 use commandline options to configure instead of env variables [mpich build
python/PETSc/packages/BlasLapack.py 1.129 05/06/13 12:54:47 balay@asterix.mcs.anl.gov +1 -1 'clean' before doing a new build
projects/makefile 1.6 05/06/13 12:54:47 balay@asterix.mcs.anl.gov +4 -4 fix ksp paths
config/macosx-gnu.py 1.35 05/06/13 12:54:47 balay@asterix.mcs.anl.gov +1 -1 use gforker
Hg-commit: 4887d0179dc5b3ab685549085e1358f5bca163d0
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 ...
|
| fbf22428 | 01-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3337 balay@asterix.mcs.anl.gov|ChangeSet|20050601060250|18822 ChangeSet 1.3337 05/06/01 01:02:50 balay@asterix.mcs.anl.gov +10 -0 shiftpd should be PetscReal [as all MatFactorInfo
bk-changeset-1.3337 balay@asterix.mcs.anl.gov|ChangeSet|20050601060250|18822 ChangeSet 1.3337 05/06/01 01:02:50 balay@asterix.mcs.anl.gov +10 -0 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/mat/impls/sbaij/seq/sbaijfact.c 1.86 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/mat/impls/baij/seq/baijfact.c 1.31 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/mat/impls/aij/seq/aijfact.c 1.115 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/mat/examples/tests/ex76.c 1.20 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +2 -2 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/mat/examples/tests/ex1.c 1.19 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/ksp/pc/impls/factor/lu/lu.c 1.45 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/ksp/pc/impls/factor/ilu/ilu.c 1.58 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/ksp/pc/impls/factor/icc/icc.c 1.43 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.42 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +7 -3 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
include/petscmat.h 1.181 05/06/01 01:02:48 balay@asterix.mcs.anl.gov +1 -1 shiftpd should be PetscReal [as all MatFactorInfo entries should be PetscReal - fortran]
Hg-commit: bb3d133346f39d5d3d2b5a0d1f276ecb496a7f0c
show more ...
|
| 1d8d5f9a | 01-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3335 balay@asterix.mcs.anl.gov|ChangeSet|20050601051543|16496 ChangeSet 1.3335 05/06/01 00:15:43 balay@asterix.mcs.anl.gov +35 -0 petschead -> private/petscimpl.h vecimpl.h -> pr
bk-changeset-1.3335 balay@asterix.mcs.anl.gov|ChangeSet|20050601051543|16496 ChangeSet 1.3335 05/06/01 00:15:43 balay@asterix.mcs.anl.gov +35 -0 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
test.sh 1.1 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +9 -0
test.sh 1.0 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/petsc-dl/test.sh
src/vec/vec/utils/vscat.c 1.45 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/vpscat.c 1.53 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/vinv.c 1.46 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/vecstash.c 1.19 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/vecmpitoseq.c 1.16 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/vecio.c 1.46 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/utils/comb.c 1.26 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/makefile 1.2 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/vector.c 1.135 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/vecregall.c 1.21 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/vecreg.c 1.34 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/veccreate.c 1.26 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/mapregall.c 1.13 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/mapreg.c 1.26 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/mapcreate.c 1.17 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/interface/map.c 1.25 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/seq/vseqcr.c 1.17 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/seq/bvec2.c 1.69 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/seq/bvec1.c 1.17 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/mpi/pvecimpl.h 1.12 05/06/01 00:15:39 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/mpi/pmap.c 1.18 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/hypre/vhyp.c 1.11 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/vec/vec/impls/dvecimpl.h 1.15 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/mat/interface/matrix.c 1.182 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/mat/impls/shell/shellcnv.c 1.20 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/mat/impls/shell/shell.c 1.33 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/mat/impls/maij/maij.c 1.40 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/ksp/pc/impls/shell/shellpc.c 1.30 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
src/dm/da/src/gr2.c 1.35 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
include/petscvec.h 1.77 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
include/petsc.h 1.135 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
include/makefile 1.9 05/06/01 00:15:38 balay@asterix.mcs.anl.gov +1 -1 petschead -> private/petscimpl.h vecimpl.h -> private/vecimpl.h
include/private/petscimpl.h 1.53 05/05/31 23:45:58 balay@asterix.mcs.anl.gov +0 -0 Rename: include/petschead.h -> include/private/petscimpl.h
include/private/vecimpl.h 1.45 05/05/31 23:45:46 balay@asterix.mcs.anl.gov +0 -0 Rename: include/vecimpl.h -> include/private/vecimpl.h
Hg-commit: 54b8a4a4a528929abe8402e908105b5699eb0be5
show more ...
|
| 1160f901 | 01-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3333 balay@asterix.mcs.anl.gov|ChangeSet|20050601042444|04825 ChangeSet 1.3333 05/05/31 23:24:44 balay@asterix.mcs.anl.gov +3 -0 Merge asterix.mcs.anl.gov:/home/balay/spetsc into
bk-changeset-1.3333 balay@asterix.mcs.anl.gov|ChangeSet|20050601042444|04825 ChangeSet 1.3333 05/05/31 23:24:44 balay@asterix.mcs.anl.gov +3 -0 Merge asterix.mcs.anl.gov:/home/balay/spetsc into asterix.mcs.anl.gov:/home/balay/petsc-dl
src/sys/bag/bag.c 1.23 05/05/31 23:24:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/ksp/ksp/examples/tutorials/makefile 1.74 05/05/31 23:24:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/bag/bag.c 1.20.2.2 05/05/31 23:24:43 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/bag/bag.c -> src/sys/bag/bag.c
src/ksp/ksp/examples/tutorials/makefile 1.71.1.2 05/05/31 23:24:43 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/ksp/examples/tutorials/makefile -> src/ksp/ksp/examples/tutorials/makefile
bmake/common/rules 1.158 05/05/31 23:24:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: cb75876f1dbb138d4739f88070772df9f01348d3
show more ...
|
| e9a2bbcd | 31-May-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3323.2.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450 ChangeSet 1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 gcc as shared library
bk-changeset-1.3323.2.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450 ChangeSet 1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense on Mac also memchkq before and after some more user provided functions (can't trust those users :-)).
bmake/common/rules.shared.basic 1.20 05/05/31 13:23:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense
src/ksp/pc/impls/shell/shellpc.c 1.29 05/05/31 10:37:41 barrysmith@barry-smiths-computer.local +6 -0 chkmemq before and after untrustworthy user call
src/snes/interface/snes.c 1.80 05/05/31 10:37:34 barrysmith@barry-smiths-computer.local +2 -0 chkmemq before and after untrustworthy user call
Hg-commit: e804db33d234baf8a04660afecad7fbb23f2eed3
show more ...
|
| f39d8e23 | 30-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3330 balay@asterix.mcs.anl.gov|ChangeSet|20050530175714|53021 ChangeSet 1.3330 05/05/30 12:57:14 balay@asterix.mcs.anl.gov +6 -0 custom -> auto [zpc.c]
src/mat/interface/matnull
bk-changeset-1.3330 balay@asterix.mcs.anl.gov|ChangeSet|20050530175714|53021 ChangeSet 1.3330 05/05/30 12:57:14 balay@asterix.mcs.anl.gov +6 -0 custom -> auto [zpc.c]
src/mat/interface/matnull.c 1.21 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +1 -1 custom -> auto
src/ksp/pc/interface/precon.c 1.63 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +3 -3 custom -> auto
src/ksp/pc/interface/pcset.c 1.26 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +1 -1 custom -> auto
src/ksp/pc/impls/mg/mgfunc.c 1.25 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +5 -5 custom -> auto
src/ksp/pc/impls/composite/composite.c 1.31 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +3 -3 custom -> auto
src/ksp/ftn-custom/zpc.c 1.35 05/05/30 12:57:12 balay@asterix.mcs.anl.gov +5 -105 custom -> auto
Hg-commit: b8e167e1941262611f59342aec33dddd23a790a1
show more ...
|
| 2bb46157 | 28-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3324 balay@asterix.mcs.anl.gov|ChangeSet|20050528180617|40374 ChangeSet 1.3324 05/05/28 13:06:17 balay@asterix.mcs.anl.gov +19 -0 Merge asterix.mcs.anl.gov:/home/balay/spetsc int
bk-changeset-1.3324 balay@asterix.mcs.anl.gov|ChangeSet|20050528180617|40374 ChangeSet 1.3324 05/05/28 13:06:17 balay@asterix.mcs.anl.gov +19 -0 Merge asterix.mcs.anl.gov:/home/balay/spetsc into asterix.mcs.anl.gov:/home/balay/petsc-dl
src/vec/vec/interface/vector.c 1.133 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/vec/is/utils/iscoloring.c 1.33 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/viewer/interface/viewers.c 1.10 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/utils/ctable.c 1.18 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/plog/stageLog.c 1.27 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/plog/plog.h 1.19 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/plog/plog.c 1.70 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/plog/eventLog.c 1.37 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/plog/classLog.c 1.26 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/objects/olist.c 1.11 05/05/28 13:06:16 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/memory/mem.c 1.28 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/error/signal.c 1.34 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/error/fp.c 1.16 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/dll/reg.c 1.33 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/dll/dl.c 1.37 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/sys/bag/bag.c 1.22 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/ksp/ksp/examples/tutorials/ex10.c 1.53 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
src/vec/vec/interface/vector.c 1.131.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/vec/interface/vector.c -> src/vec/vec/interface/vector.c
src/sys/viewer/interface/viewers.c 1.8.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/viewer/interface/viewers.c -> src/sys/viewer/interface/viewers.c
src/sys/utils/ctable.c 1.16.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/utils/ctable.c -> src/sys/utils/ctable.c
src/sys/plog/stageLog.c 1.24.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/plog/stageLog.c -> src/sys/plog/stageLog.c
src/sys/plog/plog.h 1.17.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/plog/plog.h -> src/sys/plog/plog.h
src/sys/plog/plog.c 1.67.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/plog/plog.c -> src/sys/plog/plog.c
src/sys/plog/eventLog.c 1.34.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/plog/eventLog.c -> src/sys/plog/eventLog.c
src/sys/plog/classLog.c 1.23.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/plog/classLog.c -> src/sys/plog/classLog.c
src/sys/objects/olist.c 1.9.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/objects/olist.c -> src/sys/objects/olist.c
src/sys/memory/mem.c 1.26.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/memory/mem.c -> src/sys/memory/mem.c
src/sys/error/signal.c 1.32.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/error/signal.c -> src/sys/error/signal.c
src/sys/error/fp.c 1.14.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/error/fp.c -> src/sys/error/fp.c
src/sys/dll/reg.c 1.31.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/dll/reg.c -> src/sys/dll/reg.c
src/sys/dll/dl.c 1.35.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/dll/dl.c -> src/sys/dll/dl.c
src/sys/bag/bag.c 1.20.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/sys/src/bag/bag.c -> src/sys/bag/bag.c
src/ksp/ksp/examples/tutorials/ex10.c 1.51.1.2 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Merge rename: src/ksp/examples/tutorials/ex10.c -> src/ksp/ksp/examples/tutorials/ex10.c
makefile 1.177 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
bmake/common/rules 1.157 05/05/28 13:06:15 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: a1b69fcb966128d224a2a60fdb5fc46cdd2b9f78
show more ...
|
| 7d15518f | 25-May-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3311.2.14 hzhang@triumph.mcs.anl.gov|ChangeSet|20050525023547|13552 ChangeSet 1.3311.2.14 05/05/24 21:35:47 hzhang@triumph.mcs.anl.gov +1 -0 bugfix for ml interface
src/ksp/pc/i
bk-changeset-1.3311.2.14 hzhang@triumph.mcs.anl.gov|ChangeSet|20050525023547|13552 ChangeSet 1.3311.2.14 05/05/24 21:35:47 hzhang@triumph.mcs.anl.gov +1 -0 bugfix for ml interface
src/ksp/pc/impls/ml/ml.c 1.22 05/05/24 21:35:45 hzhang@triumph.mcs.anl.gov +2 -0 bugfix for ml interface
Hg-commit: 6003c61090a7415d32df2a62999a486ac4f73ed3
show more ...
|
| 957c941c | 24-May-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3311.2.9 hzhang@triumph.mcs.anl.gov|ChangeSet|20050524213457|13979 ChangeSet 1.3311.2.9 05/05/24 16:34:57 hzhang@triumph.mcs.anl.gov +2 -0 bugfix for ml interface
src/ksp/pc/imp
bk-changeset-1.3311.2.9 hzhang@triumph.mcs.anl.gov|ChangeSet|20050524213457|13979 ChangeSet 1.3311.2.9 05/05/24 16:34:57 hzhang@triumph.mcs.anl.gov +2 -0 bugfix for ml interface
src/ksp/pc/impls/ml/ml.c 1.21 05/05/24 16:34:55 hzhang@triumph.mcs.anl.gov +2 -0 bugfix for ml interface
include/finclude/petscpc.h 1.11 05/05/24 16:34:55 hzhang@triumph.mcs.anl.gov +1 -0 bugfix for ml interface
Hg-commit: eddf9611c35919d1936a17eeb2c01395d1b3f106
show more ...
|
| 52e90ed5 | 23-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3305.1.5 balay@asterix.mcs.anl.gov|ChangeSet|20050523060116|35563 ChangeSet 1.3305.1.5 05/05/23 01:01:16 balay@asterix.mcs.anl.gov +44 -0 fix LOCDIR
maint/checkloc.py 1.1 05
bk-changeset-1.3305.1.5 balay@asterix.mcs.anl.gov|ChangeSet|20050523060116|35563 ChangeSet 1.3305.1.5 05/05/23 01:01:16 balay@asterix.mcs.anl.gov +44 -0 fix LOCDIR
maint/checkloc.py 1.1 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +48 -0
src/vec/vec/utils/matlab/makefile 1.16 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/utils/makefile 1.16 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/interface/makefile 1.10 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/impls/shared/makefile 1.6 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/impls/seq/makefile 1.9 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/impls/mpi/makefile 1.8 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/impls/makefile 1.8 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/impls/hypre/makefile 1.6 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/examples/tutorials/makefile 1.19 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/examples/tests/makefile 1.26 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/vec/vec/examples/makefile 1.6 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/sys/viewer/impls/silo/makefile 1.8 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/sys/matlabengine/makefile 1.13 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/sys/error/examples/tests/makefile 1.5 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/pc/impls/spai/makefile 1.11 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/pc/impls/is/feti/makefile 1.3 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/pc/impls/is/feti/examples/makefile 1.3 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/ksp/examples/tutorials/makefile 1.73 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/ksp/examples/tests/makefile 1.30 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/ksp/ksp/examples/makefile 1.7 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/docs/tex/manual/makefile 1.29 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +1 -0 fix LOCDIR
maint/checkloc.py 1.0 05/05/23 01:01:14 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/petsc-dl/maint/checkloc.py
src/dm/usg/2d/makefile 1.5 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/dm/usg/2d/constant_bilinear/makefile 1.5 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/src/ns_q1q0_penalty/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/src/burgers_vertex_based_q1/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/src/burgers_df_based_q1/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/sif/2d/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/sif/1d/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/pc/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/oberman/tns_q2q1/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/oberman/quasigeo_q1/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/oberman/ns_q1q1/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/oberman/ns_q1q0_penalty/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/mixedrealcomplex/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/lahaye/samg.old/makefile 1.5 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/keyes/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/helmholtz_2/makefile 1.6 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/fun3d/makefile 1.2 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/fun3d/incomp/makefile 1.16 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/fun3d/comp/makefile 1.5 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/contrib/dvr/makefile 1.6 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
src/apps/2/makefile 1.4 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 fix LOCDIR
makefile 1.174.1.1 05/05/23 01:01:13 balay@asterix.mcs.anl.gov +1 -1 Click [Discard] again if you really want to unedit this file, or type Control-l to go back and work on the comments. Warning! The changes to this file shown below will be lost.
Hg-commit: 57e81940170aa60ed3a9ca684eef8a7dfd128390
show more ...
|
| ec7040f7 | 04-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3246 balay@asterix.mcs.anl.gov|ChangeSet|20050504154912|30969 ChangeSet 1.3246 05/05/04 10:49:12 balay@asterix.mcs.anl.gov +3 -0 doc updates
src/mat/impls/aij/seq/csrperm/csrper
bk-changeset-1.3246 balay@asterix.mcs.anl.gov|ChangeSet|20050504154912|30969 ChangeSet 1.3246 05/05/04 10:49:12 balay@asterix.mcs.anl.gov +3 -0 doc updates
src/mat/impls/aij/seq/csrperm/csrperm.c 1.16.1.2 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +6 -0 update man page
src/mat/impls/aij/mpi/csrperm/mpicsrperm.c 1.6 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +6 -0 update man page
src/ksp/pc/impls/factor/makefile 1.3.1.1 05/05/04 10:49:10 balay@asterix.mcs.anl.gov +1 -0 missing MANSEC
Hg-commit: 4315311685f87bc7322209522bb2edff486ecf5e
show more ...
|
| 277be8c9 | 04-May-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050504114435|29487 ChangeSet 1.3215.2.1 05/05/04 06:44:35 barrysmith@barry-smiths-computer.local +1 -0 makefile: pet
bk-changeset-1.3215.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050504114435|29487 ChangeSet 1.3215.2.1 05/05/04 06:44:35 barrysmith@barry-smiths-computer.local +1 -0 makefile: petsc-maint 12990 missing mansec so manual pages not generated
src/ksp/pc/impls/factor/makefile 1.4 05/05/04 06:42:50 barrysmith@barry-smiths-computer.local +1 -0 petsc-maint 12990 missing mansec so manual pages not generated
Hg-commit: fa0bacf6009aa2247e1f495b0bd08faed1972081
show more ...
|
| 7b43e47c | 02-May-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.1.6 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050502211403|28813 ChangeSet 1.3215.1.6 05/05/02 16:14:03 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 do not default to f-b
bk-changeset-1.3215.1.6 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050502211403|28813 ChangeSet 1.3215.1.6 05/05/02 16:14:03 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 do not default to f-blas-lapack if no blas/lapack found bug in nn.c passing a PETScMPIInt when it should be a PetscInt
include/petscversion.h 1.138.1.4 05/05/02 16:12:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 patch change number
src/ksp/pc/impls/is/nn/nn.c 1.31.1.1 05/05/02 16:03:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 must be PetscInt address not PETScMPIInt
src/mat/interface/matregis.c 1.40.1.1 05/05/02 15:29:00 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 turn off essl support for complex numbers
python/PETSc/packages/BlasLapack.py 1.125 05/05/02 15:00:59 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no, no, no I CANNOT beleive you did this MATT! How the hell do you know they have a Fortran compiler!
Hg-commit: 565ace47f60f79c99d1773eedec7c86b5584f8c6
show more ...
|
| 1c82e0cf | 02-May-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3233 knepley@khan.(none)|ChangeSet|20050502152512|22960 ChangeSet 1.3233 05/05/02 10:25:12 knepley@khan.(none) +1 -0 Fix for 64-bit stuff
src/ksp/pc/impls/is/nn/nn.c 1.32 05
bk-changeset-1.3233 knepley@khan.(none)|ChangeSet|20050502152512|22960 ChangeSet 1.3233 05/05/02 10:25:12 knepley@khan.(none) +1 -0 Fix for 64-bit stuff
src/ksp/pc/impls/is/nn/nn.c 1.32 05/05/02 10:25:11 knepley@khan.(none) +2 -1 The argument must be a PetscInt
Hg-commit: f00d6b9543c99d6cb44857a91c866e8703f676a9
show more ...
|
| b5abc66e | 27-Apr-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3215 balay@asterix.mcs.anl.gov|ChangeSet|20050427214024|18062 ChangeSet 1.3215 05/04/27 16:40:24 balay@asterix.mcs.anl.gov +5 -0 fix missing CFLAGS in makefiles
src/ksp/pc/impls
bk-changeset-1.3215 balay@asterix.mcs.anl.gov|ChangeSet|20050427214024|18062 ChangeSet 1.3215 05/04/27 16:40:24 balay@asterix.mcs.anl.gov +5 -0 fix missing CFLAGS in makefiles
src/ksp/pc/impls/factor/makefile 1.3 05/04/27 16:40:22 balay@asterix.mcs.anl.gov +2 -0 fix missing CFLAGS in makefiles
src/bilinear/interface/makefile 1.2 05/04/27 16:40:22 balay@asterix.mcs.anl.gov +2 -0 fix missing CFLAGS in makefiles
src/bilinear/impls/dense/seq/makefile 1.2 05/04/27 16:40:22 balay@asterix.mcs.anl.gov +2 -0 fix missing CFLAGS in makefiles
makefile 1.166 05/04/27 16:40:22 balay@asterix.mcs.anl.gov +4 -2 fix missing CFLAGS in makefiles
include/petscversion.h 1.138 05/04/27 16:40:22 balay@asterix.mcs.anl.gov +2 -2 fix missing CFLAGS in makefiles
Hg-commit: d70997709bcbaed574d59aa8347b577792d80512
show more ...
|
| f251bdbd | 26-Apr-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3202 hzhang@triumph.mcs.anl.gov|ChangeSet|20050426143821|25522 ChangeSet 1.3202 05/04/26 09:38:21 hzhang@triumph.mcs.anl.gov +4 -0 add options -pc_factor_shift_positive_definite et
bk-changeset-1.3202 hzhang@triumph.mcs.anl.gov|ChangeSet|20050426143821|25522 ChangeSet 1.3202 05/04/26 09:38:21 hzhang@triumph.mcs.anl.gov +4 -0 add options -pc_factor_shift_positive_definite etc
src/ksp/pc/impls/factor/lu/lu.c 1.44 05/04/26 09:38:19 hzhang@triumph.mcs.anl.gov +5 -2 add options -pc_factor_shift_positive_definite etc
src/ksp/pc/impls/factor/ilu/ilu.c 1.57 05/04/26 09:38:19 hzhang@triumph.mcs.anl.gov +5 -1 add options -pc_factor_shift_positive_definite etc
src/ksp/pc/impls/factor/icc/icc.c 1.42 05/04/26 09:38:19 hzhang@triumph.mcs.anl.gov +5 -2 add options -pc_factor_shift_positive_definite etc
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.41 05/04/26 09:38:19 hzhang@triumph.mcs.anl.gov +5 -2 add options -pc_factor_shift_positive_definite etc
Hg-commit: e56de556949f811e4cd688754155751942fd1049
show more ...
|
| 302a9ddc | 26-Apr-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3195.2.1 knepley@khan.(none)|ChangeSet|20050426114417|15856 ChangeSet 1.3195.2.1 05/04/26 06:44:17 knepley@khan.(none) +1 -0 Small fix [PETSC #12921]
src/ksp/pc/impls/bjacobi/bj
bk-changeset-1.3195.2.1 knepley@khan.(none)|ChangeSet|20050426114417|15856 ChangeSet 1.3195.2.1 05/04/26 06:44:17 knepley@khan.(none) +1 -0 Small fix [PETSC #12921]
src/ksp/pc/impls/bjacobi/bjacobi.c 1.46 05/04/26 06:44:16 knepley@khan.(none) +7 -2 Only call KSPSetFromOptions() if the user has not previously setup the BJacobi preconditioner - This was the ols functionality before March 19, 2004
Hg-commit: 6d6e2e59dd782093687e00e15cecf40107a1d117
show more ...
|
| f6a3993f | 19-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3129.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050419201943|38511 ChangeSet 1.3129.1.1 05/04/19 15:19:43 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 prometheus fixes fo
bk-changeset-1.3129.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050419201943|38511 ChangeSet 1.3129.1.1 05/04/19 15:19:43 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 prometheus fixes formating
src/sys/src/objects/inherit.c 1.40 05/04/19 15:19:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 formating
src/sys/src/memory/mem.c 1.26 05/04/19 15:19:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 formatting
python/PETSc/utilities/languages.py 1.19 05/04/19 15:19:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -4 don't change to c++ if promethues, just keep c++ compiler turned on
python/PETSc/packages/Prometheus.py 1.12 05/04/19 15:19:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -4 compile prometheus with extern_cxx if PETSc built with C
python/PETSc/packages/Matlab.py 1.49 05/04/19 15:09:12 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 exit if trying to use Matlab on the mac
src/ksp/pc/impls/prometheus/makefile 1.9 05/04/19 13:19:58 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 don't need C++ anymore
Hg-commit: e7f3530540b4cfce1fbfecd95ec4604e546cccb5
show more ...
|
| 273d852f | 18-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3127 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050418212328|48830 ChangeSet 1.3127 05/04/18 16:23:28 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 bjacobi.c: more missing V
bk-changeset-1.3127 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050418212328|48830 ChangeSet 1.3127 05/04/18 16:23:28 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 bjacobi.c: more missing VecResetArray()s
src/ksp/pc/impls/bjacobi/bjacobi.c 1.45 05/04/18 16:23:11 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 more missing VecResetArray()s
Hg-commit: 6b90c4766841aa9348eb622031c3e9e559aa62cf
show more ...
|
| d11f3a42 | 15-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3109 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050415181912|32264 ChangeSet 1.3109 05/04/15 13:19:12 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 missed VecResetArray to follo
bk-changeset-1.3109 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050415181912|32264 ChangeSet 1.3109 05/04/15 13:19:12 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 missed VecResetArray to follow VecPlaceArray in multiblock per processor code for block jacobi
src/mat/interface/matrix.c 1.176 05/04/15 13:19:09 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 don't need/want to require preallocation before this
src/ksp/pc/impls/bjacobi/bjacobi.c 1.44 05/04/15 13:18:22 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 missed VecResetArray to follow VecPlaceArray in multiblock per processor code
todo 1.132 05/04/15 11:21:10 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 *** empty log message ***
makefile 1.157 05/04/15 11:16:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 force removal of directories in lib directory (for generated python scripts)
BitKeeper/deleted/.del-petscarch~56c568f1a05973a1 1.17 05/04/15 06:51:52 barrysmith@barry-smiths-computer.local +0 -0 Delete: bin/petscarch
Hg-commit: d04e0cb67a8374dab97c9e35ff1ce5e8c053e538
show more ...
|
| be294532 | 08-Apr-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3079.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20050408203519|23860 ChangeSet 1.3079.1.1 05/04/08 15:35:19 balay@asterix.mcs.anl.gov +1 -0 merge Mark's latest updates
src/ksp/pc/i
bk-changeset-1.3079.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20050408203519|23860 ChangeSet 1.3079.1.1 05/04/08 15:35:19 balay@asterix.mcs.anl.gov +1 -0 merge Mark's latest updates
src/ksp/pc/impls/prometheus/petscprom.c 1.7 05/04/08 15:35:17 balay@asterix.mcs.anl.gov +47 -281 merge Mark's latest updates
Hg-commit: f7d5bc86d3a5ad1756fd9905f120595cedfbf83c
show more ...
|
| 8dc22b7e | 07-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3070 barrysmith@barry-smiths-computer.local|ChangeSet|20050407033526|20809 ChangeSet 1.3070 05/04/06 22:35:26 barrysmith@barry-smiths-computer.local +1 -0 need to reset array after
bk-changeset-1.3070 barrysmith@barry-smiths-computer.local|ChangeSet|20050407033526|20809 ChangeSet 1.3070 05/04/06 22:35:26 barrysmith@barry-smiths-computer.local +1 -0 need to reset array after vecplace array
src/ksp/pc/impls/bjacobi/bjacobi.c 1.43 05/04/06 22:34:59 barrysmith@barry-smiths-computer.local +2 -0 need to reset array after vecplace array
Hg-commit: 20630dec2fe7206d09674e2b54ddf79cf1b4acf8
show more ...
|
| 4dc4c822 | 31-Mar-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3046.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460 ChangeSet 1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0 added back in a PETS
bk-changeset-1.3046.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460 ChangeSet 1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/viewer/impls/binary/binv.c 1.48 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/ptype.c 1.14 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +8 -3 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/pinit.c 1.62 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/options.c 1.57 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +35 -35 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/init.c 1.55 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/ams/aoptions.c 1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +55 -55 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/fileio/sysio.c 1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +7 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/bag/bag.c 1.16 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +31 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/utils/damgsnes.c 1.61 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/mf/wp.c 1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex5f.F 1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex5.c 1.23 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex27.c 1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex26.c 1.22 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/partition/impls/party/party.c 1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/seq/superlu/superlu.c 1.79 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.33 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.111 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/mpi/mpiov.c 1.34 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/examples/tests/ex76.c 1.18 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/sor/sor.c 1.29 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/ml/ml.c 1.20 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/jacobi/jacobi.c 1.19 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/is/feti/fetipc.c 1.6 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/hypre/hyppilut.c 1.74 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/factor/lu/lu.c 1.43 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/factor/ilu/ilu.c 1.56 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/interface/itcreate.c 1.62 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/impls/gmres/gmres.c 1.59 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.46 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/fortran/custom/zoptions.c 1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/dm/ao/examples/tutorials/ex2.c 1.13 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -7 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petscoptions.h 1.26 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petsclog.h 1.53 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petsc.h 1.126 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
bin/matlab/PetscBagRead.m 1.10 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/mf/snesmfj.h 1.12 05/03/31 13:16:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/wp.c 1.18 05/03/31 13:16:41 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/snesmfj.c 1.54 05/03/31 13:16:35 barrysmith@barrysmith-57.mcs.anl.gov +11 -5 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/snesmfjdef.c 1.17 05/03/31 13:16:29 barrysmith@barrysmith-57.mcs.anl.gov +9 -4 petsc-maint 12780 handle exactly zero input vector to multiply against
src/vec/impls/mpi/pbvec.c 1.35 05/03/30 13:22:16 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 formatting
src/mat/interface/matreg.c 1.25 05/03/30 10:05:56 barrysmith@barry-smiths-computer.local +1 -1 formating
src/mat/interface/matreg.c 1.24 05/03/30 10:05:43 barrysmith@barry-smiths-computer.local +1 -1 formating
src/snes/snesimpl.h 1.20 05/03/29 16:25:13 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint snessetup() called repeatedly swallows memory
src/snes/interface/snes.c 1.77 05/03/29 16:25:09 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 petsc-maint snessetup() called repeatedly swallows memory
Hg-commit: 0ae3cf9bca18e91cabee90d82052643136755d87
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 ...
|