| e005ede5 | 02-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.14.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040602032435|27658 ChangeSet 1.2276.14.2 04/06/01 22:24:35 barrysmith@barry-smiths-computer.local +25 -0 proper error c
bk-changeset-1.2276.14.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040602032435|27658 ChangeSet 1.2276.14.2 04/06/01 22:24:35 barrysmith@barry-smiths-computer.local +25 -0 proper error codes for seterrq, remove transpose stubs for sbaij matrices, just use non transpose for solve and mult
todo 1.67 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +0 -2 did manual pagers for DMMGGet macros
src/mat/impls/sbaij/seq/sbaij.c 1.110 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +9 -11 proper error codes in seterrq
src/mat/impls/aij/seq/aijfact.c 1.57 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +9 -9 proper error codes in seterrq
src/vec/pf/interface/pf.c 1.22 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +2 -2 proper error codes in seterrq
src/vec/pf/impls/matlab/cmatlab.c 1.11 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +1 -1 proper error codes in seterrq
src/mat/impls/shell/shell.c 1.21 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +1 -1 proper error codes in seterrq
src/mat/impls/sbaij/seq/sbaijfact2.c 1.37 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +8 -112 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaijfact.c 1.60 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +3 -2 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaij2.c 1.27 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +3 -26 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaij.h 1.32 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +0 -7 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/rowbs/mpi/mpirowbs.c 1.59 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/bdiag/seq/bdiag.c 1.39 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.60 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +6 -6 use proper error code in seterrq
src/mat/impls/baij/mpi/baijov.c 1.20 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +11 -13 use proper error code in seterrq
src/mat/impls/aij/seq/umfpack/umfpack.c 1.37 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/seq/spooles/spooles.c 1.97 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/aij/seq/lusol/lusol.c 1.31 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/seq/aijnode.c 1.29 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/seq/aij.c 1.160 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.96 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.67 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/aij/mpi/mpiov.c 1.21 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/mpi/mpiaij.c 1.169.1.1 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/adj/mpi/mpiadj.c 1.32 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/sbaij/seq/sbaij.c 1.109 04/06/01 22:17:38 barrysmith@barry-smiths-computer.local +4 -20 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.56 04/06/01 16:25:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 *** empty log message ***
include/petscda.h 1.35 04/06/01 16:00:50 barrysmith@barrysmith-57.mcs.anl.gov +185 -3 manual pages for all the DMMGGet macros
Hg-commit: 695766e3d2faeeb001a9dedce6bc1fc87f1af3a8
show more ...
|
| 12ce3465 | 29-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.9.5 barrysmith@barry-smiths-computer.local|ChangeSet|20040529215724|00618 ChangeSet 1.2276.9.5 04/05/29 16:57:24 barrysmith@barry-smiths-computer.local +5 -0 bug report 10254;
bk-changeset-1.2276.9.5 barrysmith@barry-smiths-computer.local|ChangeSet|20040529215724|00618 ChangeSet 1.2276.9.5 04/05/29 16:57:24 barrysmith@barry-smiths-computer.local +5 -0 bug report 10254; the block indices are NOT suppose to be divided by the block size; they index directly (without being multiplied by bs) into the matrix or vector plus some PetscInt and formating fixes
src/vec/is/impls/block/block.c 1.15 04/05/29 16:57:22 barrysmith@barry-smiths-computer.local +16 -16 formating
src/vec/is/utils/isltog.c 1.24 04/05/29 16:56:39 barrysmith@barry-smiths-computer.local +3 -2 bug report 10254; the block indices are NOT suppose to be divided by the block size; they index directly (without being multiplied by bs) into the matrix or vector
src/snes/snesimpl.h 1.17 04/05/29 16:46:19 barrysmith@barry-smiths-computer.local +36 -36 PetscInt
src/snes/utils/damgsnes.c 1.34 04/05/29 16:42:48 barrysmith@barry-smiths-computer.local +51 -51 PetscInt
src/ksp/utils/damg.c 1.31 04/05/29 16:39:14 barrysmith@barry-smiths-computer.local +19 -19 PetscInt
src/ksp/utils/damg.c 1.30 04/05/29 16:37:08 barrysmith@barry-smiths-computer.local +2 -4 size not used in subroutine any more
Hg-commit: 7aa63270f46cf863cc98176b467826ba5cbd7ce7
show more ...
|
| c1a9e8ed | 28-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.9.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040528214532|41011 ChangeSet 1.2276.9.2 04/05/28 16:45:32 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 bug PETSc-maint 10239
bk-changeset-1.2276.9.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040528214532|41011 ChangeSet 1.2276.9.2 04/05/28 16:45:32 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 bug PETSc-maint 10239
src/vec/utils/vpscat.c 1.23 04/05/28 16:45:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -4 bug PETSc-maint 10239
python/PETSc/packages/Sowing.py 1.74 04/05/28 15:25:09 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 more print statements to help debug what goes wrong on spark in nightly builds
src/ksp/pc/impls/tfs/comm.c 1.20 04/05/28 15:08:27 barrysmith@barrysmith-57.mcs.anl.gov +0 -421 removed routines that were never used
src/ksp/pc/impls/tfs/comm.c 1.19 04/05/28 15:04:29 barrysmith@barrysmith-57.mcs.anl.gov +0 -76 removed fortran stubs
src/ksp/pc/impls/tfs/error.c 1.9 04/05/28 15:04:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -10 removed fortran stubs
src/ksp/pc/impls/tfs/comm.c 1.18 04/05/28 15:00:54 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 buggy MPI src stuff; man this must be so broken
Hg-commit: ccb6102c76aebab170e7c6e75aad8b57998980c4
show more ...
|
| c700b191 | 28-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.20 barrysmith@barry-smiths-computer.local|ChangeSet|20040528040222|28911 ChangeSet 1.2276.1.20 04/05/27 23:02:22 barrysmith@barry-smiths-computer.local +5 -0 mov MPI_Op_crea
bk-changeset-1.2276.1.20 barrysmith@barry-smiths-computer.local|ChangeSet|20040528040222|28911 ChangeSet 1.2276.1.20 04/05/27 23:02:22 barrysmith@barry-smiths-computer.local +5 -0 mov MPI_Op_create() to vecinitializepackage() cleaned up a little outdated non-mpi code from tfs PC
src/vec/utils/comb.c 1.20 04/05/27 23:02:20 barrysmith@barry-smiths-computer.local +5 -9 mov MPI_Op_create() to vecinitializepackage()
src/vec/interface/dlregis.c 1.21 04/05/27 23:02:20 barrysmith@barry-smiths-computer.local +15 -0 mov MPI_Op_create() to vecinitializepackage()
src/vec/impls/mpi/pvec2.c 1.13 04/05/27 23:02:20 barrysmith@barry-smiths-computer.local +0 -8 mov MPI_Op_create() to vecinitializepackage()
todo 1.61 04/05/27 22:58:04 barrysmith@barry-smiths-computer.local +3 -1 *** empty log message ***
src/ksp/pc/impls/tfs/comm.c 1.17 04/05/27 22:54:09 barrysmith@barry-smiths-computer.local +14 -711 remove non mpi code
Hg-commit: 95f9d84165245d8f61f02c81ecd502001a51aa94
show more ...
|
| eda12e29 | 26-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.1.8 barrysmith@barry-smiths-computer.local|ChangeSet|20040526035519|54378 ChangeSet 1.2276.1.8 04/05/25 22:55:19 barrysmith@barry-smiths-computer.local +10 -0 no compiling any
bk-changeset-1.2276.1.8 barrysmith@barry-smiths-computer.local|ChangeSet|20040526035519|54378 ChangeSet 1.2276.1.8 04/05/25 22:55:19 barrysmith@barry-smiths-computer.local +10 -0 no compiling any mathematica unless available fixes for using ||b|| for relative convergence test for KSP
src/vec/impls/seq/bvec2.c 1.52 04/05/25 22:55:17 barrysmith@barry-smiths-computer.local +8 -1 no compiling any mathematica unless available
src/vec/impls/mpi/pdvec.c 1.36 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +29 -1 no compiling any mathematica unless available
src/sys/src/viewer/interface/dlregispetsc.c 1.18 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +2 -0 no compiling any mathematica unless available
src/sys/src/viewer/impls/mathematica/mathematica.h 1.9 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +0 -6 no compiling any mathematica unless available
src/sys/src/viewer/impls/mathematica/mathematica.c 1.35 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +6 -1575 no compiling any mathematica unless available
src/sys/src/viewer/impls/mathematica/makefile 1.10 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +3 -0 no compiling any mathematica unless available
src/sys/src/objects/pinit.c 1.47 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +2 -0 no compiling any mathematica unless available
src/ksp/examples/tutorials/output/ex9_1.out 1.5 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +1 -6 use norm of b for ksp relative convergence test
src/ksp/examples/tutorials/ex9.c 1.15 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +2 -2 cannot use till matrix assembled
src/ksp/examples/tests/output/ex4_5.out 1.5 04/05/25 22:55:16 barrysmith@barry-smiths-computer.local +1 -3 use norm of b for ksp relative convergence test
Hg-commit: f40df6e2326c874d98af652bf1d6d9bc3e44773f
show more ...
|
| c1ac3661 | 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices an
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices and vec examples
src/vec/examples/tests/ex34.c 1.6 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +24 -24 PetscInt for matrices and vec examples
src/vec/examples/tests/ex33.c 1.9 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/utils/matstash.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +41 -40 PetscInt for matrices and vec examples
src/mat/utils/convert.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +3 -3 PetscInt for matrices and vec examples
src/mat/utils/axpy.c 1.17 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/matimpl.h 1.50 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +147 -147 PetscInt for matrices and vec examples
src/mat/interface/matrix.c 1.125 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +96 -96 PetscInt for matrices and vec examples
src/mat/interface/matnull.c 1.15 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +12 -12 PetscInt for matrices and vec examples
src/mat/interface/dlregis.c 1.25 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +2 -2 PetscInt for matrices and vec examples
src/mat/impls/baij/seq/baij.c 1.91 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +127 -127 PetscInt for matrices and vec examples
src/ksp/pc/impls/sor/sor.c 1.21 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +17 -17 PetscInt for matrices and vec examples
src/ksp/ksp/interface/itfunc.c 1.49 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +5 -5 PetscInt for matrices and vec examples
src/fortran/custom/zpc.c 1.22 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
include/petscmat.h 1.135 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +118 -118 PetscInt for matrices and vec examples
src/vec/examples/tests/output/ex33_1.out 1.7 04/05/23 21:49:21 barrysmith@barry-smiths-computer.local +0 -1 *** empty log message ***
todo 1.59 04/05/22 23:32:57 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
todo 1.58 04/05/22 23:04:52 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.12 04/05/22 22:44:28 barrysmith@barry-smiths-computer.local +20 -20 PetscInt
src/ksp/pc/interface/pcregis.c 1.25 04/05/22 22:44:16 barrysmith@barry-smiths-computer.local +1 -1 typo
src/snes/examples/tutorials/ex29.c 1.65 04/05/22 09:38:29 barrysmith@barry-smiths-computer.local +1 -3 removed unused func in user context
Hg-commit: 165d4b272b292e1e191f40b5769f055060b37d73
show more ...
|
| f8a12787 | 19-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2257 barrysmith@barry-smiths-computer.local|ChangeSet|20040519025120|40573 ChangeSet 1.2257 04/05/18 21:51:20 barrysmith@barry-smiths-computer.local +11 -0 PetscInt
src/vec/exam
bk-changeset-1.2257 barrysmith@barry-smiths-computer.local|ChangeSet|20040519025120|40573 ChangeSet 1.2257 04/05/18 21:51:20 barrysmith@barry-smiths-computer.local +11 -0 PetscInt
src/vec/examples/tests/ex33.c 1.8 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex31.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +11 -9 PetscInt
src/vec/examples/tests/ex29.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +5 -3 PetscInt
src/vec/examples/tests/ex28.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex26.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +8 -6 PetscInt
src/vec/examples/tests/ex25.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/vec/examples/tests/ex24.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/vec/examples/tests/ex23.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/vec/examples/tests/ex22.c 1.6 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/sys/src/matlabengine/matlab.c 1.32 04/05/18 21:51:18 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.151 04/05/18 21:22:30 barrysmith@barry-smiths-computer.local +8 -6 bug fix for [PETSC #9925] SEGV 11 was writing to already freed memory
Hg-commit: ffb4e807db8f93cf0c65892cbeaa4423e6e5bde5
show more ...
|
| 6ebec528 | 18-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2256 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040518203132|38681 ChangeSet 1.2256 04/05/18 15:31:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2256 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040518203132|38681 ChangeSet 1.2256 04/05/18 15:31:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: 579ee1432a8f64777c728a386ab73e5dc9f52980
show more ...
|
| 0ec72b58 | 18-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2253.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040518203119|39589 ChangeSet 1.2253.1.1 04/05/18 15:31:19 barrysmith@barrysmith-57.mcs.anl.gov +12 -0 more PetscInt and ac
bk-changeset-1.2253.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040518203119|39589 ChangeSet 1.2253.1.1 04/05/18 15:31:19 barrysmith@barrysmith-57.mcs.anl.gov +12 -0 more PetscInt and ac ouple missing runexxx tests
src/vec/examples/tests/makefile 1.15 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 missing nightly tests
src/vec/examples/tests/ex21.c 1.6 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 PetscInt
src/vec/examples/tests/ex18.c 1.5 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 PetscInt
src/vec/examples/tests/ex17.c 1.6 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 PetscInt
src/vec/examples/tests/ex16.c 1.5 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -3 PetscInt
src/vec/examples/tests/ex15.c 1.5 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -3 PetscInt
src/vec/examples/tests/ex14.c 1.6 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 PetscInt
src/vec/examples/tests/ex13.c 1.6 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 PetscInt
src/vec/examples/tests/ex12.c 1.6 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +7 -5 PetscInt
src/docs/website/documentation/installation.html 1.30 04/05/18 15:31:17 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 missing setting of petsc_dir
src/vec/examples/tests/output/ex21_2.out 1.1 04/05/18 11:13:38 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
src/vec/examples/tests/output/ex21_2.out 1.0 04/05/18 11:13:38 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/vec/examples/tests/output/ex21_2.out
src/vec/examples/tests/output/ex21_1.out 1.1 04/05/18 11:13:14 barrysmith@barrysmith-57.mcs.anl.gov +7 -0
src/vec/examples/tests/output/ex21_1.out 1.0 04/05/18 11:13:14 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/vec/examples/tests/output/ex21_1.out
Hg-commit: 9b41d9acd9512fcfc052d10a9cc065122bfa88f9
show more ...
|
| dbdee9d2 | 18-May-2004 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.2254 kaushik@manu.mcs.anl.gov|ChangeSet|20040518070759|04360 ChangeSet 1.2254 04/05/18 02:07:59 kaushik@manu.mcs.anl.gov +1 -0 fixed PetscDraw declaration
src/vec/impls/mpi/pdve
bk-changeset-1.2254 kaushik@manu.mcs.anl.gov|ChangeSet|20040518070759|04360 ChangeSet 1.2254 04/05/18 02:07:59 kaushik@manu.mcs.anl.gov +1 -0 fixed PetscDraw declaration
src/vec/impls/mpi/pdvec.c 1.35 04/05/18 02:07:58 kaushik@manu.mcs.anl.gov +0 -1 fixed PetscDraw declaration
Hg-commit: 70470cae453bb72384aa2f296be5559c9bd88589
show more ...
|
| f318b6be | 18-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2253 barrysmith@barry-smiths-computer.local|ChangeSet|20040518035747|05920 ChangeSet 1.2253 04/05/17 22:57:47 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2253 barrysmith@barry-smiths-computer.local|ChangeSet|20040518035747|05920 ChangeSet 1.2253 04/05/17 22:57:47 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: 7f66f136f1d6b8a21a2fad2edeb23b9eea01aa18
show more ...
|
| f39b504d | 18-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2249.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040518035730|10408 ChangeSet 1.2249.2.1 04/05/17 22:57:30 barrysmith@barry-smiths-computer.local +20 -0 PetscInt
src/
bk-changeset-1.2249.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040518035730|10408 ChangeSet 1.2249.2.1 04/05/17 22:57:30 barrysmith@barry-smiths-computer.local +20 -0 PetscInt
src/vec/utils/vscat.c 1.23 04/05/17 22:57:28 barrysmith@barry-smiths-computer.local +15 -16 PetscInt
src/vec/utils/vpscat.c 1.22 04/05/17 22:57:28 barrysmith@barry-smiths-computer.local +21 -21 PetscInt
src/vec/utils/vecstash.c 1.15 04/05/17 22:57:28 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/vec/interface/vector.c 1.94 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/vec/impls/mpi/pdvec.c 1.34 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +14 -9 PetscInt
src/vec/impls/mpi/pbvec.c 1.26 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/vec/examples/tutorials/ex9.c 1.8 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/vec/examples/tutorials/ex6.c 1.8 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/vec/examples/tutorials/ex12.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/vec/examples/tests/ex9.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/vec/examples/tests/ex8.c 1.5 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex7.c 1.5 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex6.c 1.5 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex5.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/vec/examples/tests/ex4.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/vec/examples/tests/ex3.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/vec/examples/tests/ex2.c 1.5 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/examples/tests/ex11.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/vec/examples/tests/ex10.c 1.6 04/05/17 22:57:27 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/vec/examples/tests/ex1.c 1.6 04/05/17 22:57:25 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
Hg-commit: 9d6809ef3d56082f10cd9bcc85fb9d3c6514d5cf
show more ...
|
| 222edbb6 | 17-May-2004 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.2250 kaushik@manu.mcs.anl.gov|ChangeSet|20040517084511|06246 ChangeSet 1.2250 04/05/17 03:45:11 kaushik@manu.mcs.anl.gov +2 -0 Fixed typos giving compilation errors
src/vec/impl
bk-changeset-1.2250 kaushik@manu.mcs.anl.gov|ChangeSet|20040517084511|06246 ChangeSet 1.2250 04/05/17 03:45:11 kaushik@manu.mcs.anl.gov +2 -0 Fixed typos giving compilation errors
src/vec/impls/seq/bvec2.c 1.51 04/05/17 03:45:09 kaushik@manu.mcs.anl.gov +1 -1 Fixed typos giving compilation errors
src/sys/src/objects/init.c 1.39 04/05/17 03:45:09 kaushik@manu.mcs.anl.gov +1 -1 Fixed typos giving compilation errors
Hg-commit: e5c757cb77ae7c25840fa68106ef091a31fe237c
show more ...
|
| 1e1716dc | 17-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2247.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040517031547|09286 ChangeSet 1.2247.1.1 04/05/16 22:15:47 barrysmith@barry-smiths-computer.local +24 -0 use PetscFPrintf
bk-changeset-1.2247.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040517031547|09286 ChangeSet 1.2247.1.1 04/05/16 22:15:47 barrysmith@barry-smiths-computer.local +24 -0 use PetscFPrintf() instead of fprintf() PetscInt fixes in a few places formating in a few places
src/vec/utils/vecstash.c 1.14 04/05/16 22:15:45 barrysmith@barry-smiths-computer.local +13 -14 formating
src/vec/utils/gcreatev.c 1.11 04/05/16 22:15:45 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/vec/pf/impls/matlab/cmatlab.c 1.10 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/vec/impls/shared/shvec.c 1.25 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +3 -3 formating
src/vec/impls/seq/bvec2.c 1.50 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +2 -2 use PetscFPrintf() instead of fprintf()
src/vec/impls/mpi/pvec2.c 1.12 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/vec/impls/mpi/pdvec.c 1.33 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +30 -22 PetscInt
src/vec/impls/hypre/vhyp.c 1.8 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +2 -2 formating
src/vec/examples/tutorials/makefile 1.10 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +1 -1 type in makefile, not tested BAD
src/vec/examples/tutorials/ex3.c 1.7 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/vec/examples/tutorials/ex1e.c 1.6 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/sys/src/viewer/impls/ascii/filev.c 1.29 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +3 -3 use PetscFPrintf() instead of fprintf()
src/sys/src/plog/ploginfo.c 1.22 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +1 -1 use PetscFPrintf() instead of fprintf()
src/sys/src/plog/mpitr.c 1.11 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +5 -6 use PetscFPrintf() instead of fprintf()
src/sys/src/plog/eventLog.c 1.31 04/05/16 22:15:44 barrysmith@barry-smiths-computer.local +2 -2 use PetscFPrintf() instead of fprintf()
src/sys/src/objects/pinit.c 1.46 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/sys/src/objects/options.c 1.42 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/objects/init.c 1.38 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +16 -14 use PetscFPrintf() instead of fprintf()
src/sys/src/fileio/mprint.c 1.26 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +3 -3 PetscMPIInt
src/sys/src/error/stack.c 1.11 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +1 -2 formating
src/mat/impls/aij/seq/spooles/spooles.c 1.96 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +19 -19 use PetscFPrintf() instead of fprintf()
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.66 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +21 -21 use PetscFPrintf() instead of fprintf()
include/petsc.h 1.77.1.1 04/05/16 22:15:43 barrysmith@barry-smiths-computer.local +1 -1 fix mistake did not properly define MPIU_INT for long long
src/docs/makefile 1.15 04/05/15 11:05:01 barrysmith@barry-smiths-computer.local +2 -2 idiot Barry didn't save the file after changing and before citool, need a damn emacs bk
Hg-commit: 1c5185cfc5a6bdb6e54e7eeed7893dc2426ef13d
show more ...
|
| 57809a77 | 15-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2245 barrysmith@barry-smiths-computer.local|ChangeSet|20040515033951|03684 ChangeSet 1.2245 04/05/14 22:39:51 barrysmith@barry-smiths-computer.local +13 -0 int -> PetscXXInt
src
bk-changeset-1.2245 barrysmith@barry-smiths-computer.local|ChangeSet|20040515033951|03684 ChangeSet 1.2245 04/05/14 22:39:51 barrysmith@barry-smiths-computer.local +13 -0 int -> PetscXXInt
src/vec/impls/seq/bvec2.c 1.49 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +3 -3 int -> PetscXXInt
src/vec/impls/mpi/pdvec.c 1.32 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +4 -4 int -> PetscXXInt
src/sys/src/viewer/impls/socket/send.c 1.25 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +1 -1 int -> PetscXXInt
src/sys/src/viewer/impls/matlab/vmatlab.c 1.16 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +23 -24 int -> PetscXXInt
src/sys/src/viewer/impls/draw/drawv.c 1.21 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +1 -1 int -> PetscXXInt
src/sys/src/viewer/impls/binary/binv.c 1.32 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +1 -1 int -> PetscXXInt
src/sys/src/viewer/impls/ascii/vcreatea.c 1.10 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +2 -3 int -> PetscXXInt
src/sys/src/error/signal.c 1.25 04/05/14 22:39:49 barrysmith@barry-smiths-computer.local +1 -1 int -> PetscXXInt
src/sys/src/error/err.c 1.33 04/05/14 22:39:48 barrysmith@barry-smiths-computer.local +3 -3 int -> PetscXXInt
src/mat/impls/aij/mpi/mpiaij.c 1.148 04/05/14 22:39:48 barrysmith@barry-smiths-computer.local +17 -17 int -> PetscXXInt
src/mat/impls/aij/mpi/mmaij.c 1.16 04/05/14 22:39:48 barrysmith@barry-smiths-computer.local +4 -5 int -> PetscXXInt
src/dm/da/src/daview.c 1.20 04/05/14 22:39:48 barrysmith@barry-smiths-computer.local +17 -19 int -> PetscXXInt
include/mpiuni/mpi.h 1.19 04/05/14 22:39:48 barrysmith@barry-smiths-computer.local +1 -0 missing MPI beasty needed by Rich's code
Hg-commit: babf0de26eaf6b83f35d006dfc023e449b527e83
show more ...
|
| 563c6905 | 13-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2234 barrysmith@barry-smiths-computer.local|ChangeSet|20040513232820|32894 ChangeSet 1.2234 04/05/13 18:28:20 barrysmith@barry-smiths-computer.local +5 -0 manual merge
src/mat/i
bk-changeset-1.2234 barrysmith@barry-smiths-computer.local|ChangeSet|20040513232820|32894 ChangeSet 1.2234 04/05/13 18:28:20 barrysmith@barry-smiths-computer.local +5 -0 manual merge
src/mat/impls/aij/seq/fdaij.c 1.13 04/05/13 18:28:19 barrysmith@barry-smiths-computer.local +0 -1 manual merge
src/mat/impls/aij/mpi/mpiaij.h 1.18 04/05/13 18:28:19 barrysmith@barry-smiths-computer.local +1 -0 manual merge
src/vec/interface/vector.c 1.93 04/05/13 18:25:00 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/vecimpl.h 1.28 04/05/13 18:25:00 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/petscmat.h 1.134 04/05/13 18:24:59 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: f774a0baef2c5779a1eb5c0870597964354c56a2
show more ...
|
| 97f1f81f | 13-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2210.5.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040513232445|30533 ChangeSet 1.2210.5.1 04/05/13 18:24:45 barrysmith@barry-smiths-computer.local +26 -0 PetscInt and a f
bk-changeset-1.2210.5.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040513232445|30533 ChangeSet 1.2210.5.1 04/05/13 18:24:45 barrysmith@barry-smiths-computer.local +26 -0 PetscInt and a few bug fixes
src/vec/utils/vscat.c 1.22 04/05/13 18:24:43 barrysmith@barry-smiths-computer.local +24 -12 PetscInt
src/vec/utils/vpscat.c 1.21 04/05/13 18:24:43 barrysmith@barry-smiths-computer.local +43 -38 PetscInt
src/vec/utils/vecstash.c 1.13 04/05/13 18:24:43 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/vec/utils/pipeline.c 1.17 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/vec/is/utils/isltog.c 1.23 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/vec/is/utils/iscoloring.c 1.23 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/vec/is/interface/index.c 1.12 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +0 -4 AMS is dead :-(
src/vec/interface/vector.c 1.91.1.1 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +1 -0 error check suggested byu petsc-maint
src/mat/matimpl.h 1.49 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +1 -1 formating, PetscInt stuff
src/mat/interface/matrix.c 1.124 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +1 -1 formating, PetscInt stuff
src/mat/impls/aij/seq/fdaij.c 1.11.1.1 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +2 -2 formating, PetscInt stuff
src/mat/impls/aij/seq/aijnode.c 1.27 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +1 -1 formating, PetscInt stuff
src/mat/impls/aij/seq/aij.h 1.35 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +12 -12 formating, PetscInt stuff
src/mat/impls/aij/seq/aij.c 1.156 04/05/13 18:24:42 barrysmith@barry-smiths-computer.local +143 -143 formating, PetscInt stuff
src/mat/impls/aij/mpi/mpiaij.h 1.15.1.1 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +18 -18 formating, PetscInt stuff
src/ksp/pc/interface/precon.c 1.48 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +1 -0 more error checking
src/ksp/ksp/impls/lsqr/lsqr.c 1.16 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +16 -20 PetscInt stuff
src/ksp/ksp/impls/gmres/gmres.c 1.45 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +1 -0 more error checking
include/vecimpl.h 1.26.1.1 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +2 -3 more PetscInt/MPI etc type fixes
include/petscmat.h 1.132.1.1 04/05/13 18:24:41 barrysmith@barry-smiths-computer.local +1 -1 const problem
src/ksp/pc/impls/mg/mg.c 1.30 04/05/13 14:56:46 barrysmith@barrysmith-57.mcs.anl.gov +15 -2 fix bug Re: [PETSC #9872] PETSC Error for ex19.c with MultiGRID
docs/website/documentation/installation.html 1.28 04/05/12 16:36:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 Satish didn't like this
docs/website/miscellaneous/acknwldg.html 1.18 04/05/12 16:32:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 the page on installing for exterior packages is here
docs/website/documentation/linearsolvertable.html 1.11 04/05/12 16:31:17 barrysmith@barrysmith-57.mcs.anl.gov +45 -48 make links to website
todo 1.57 04/05/10 22:19:56 barrysmith@barry-smiths-computer.local +4 -0 *** empty log message ***
src/mat/utils/gcreate.c 1.20 04/05/10 20:05:06 barrysmith@barry-smiths-computer.local +3 -0 error checking on local sizes larger than global per [PETSC #9863] Surprising size of matrix for wrong input arguments
Hg-commit: 6f4b66bd1bdfff848eab1ed759869682d009dac3
show more ...
|
| 737d121a | 11-May-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2222.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20040511182304|58314 ChangeSet 1.2222.1.1 04/05/11 13:23:04 balay@asterix.mcs.anl.gov +8 -0 minor bug fixes (with testexamples*_uni)
bk-changeset-1.2222.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20040511182304|58314 ChangeSet 1.2222.1.1 04/05/11 13:23:04 balay@asterix.mcs.anl.gov +8 -0 minor bug fixes (with testexamples*_uni)
src/vec/examples/tutorials/output/ex6_1.out 1.4 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +1 -1 fix output format
src/vec/examples/tutorials/output/ex1f_2.out 1.4 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +2 -0 fix output format
src/vec/examples/tutorials/output/ex1f_1.out 1.4 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +1 -0 fix output format
src/mat/impls/baij/seq/baij2.c 1.19 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +1 -1 bbs -> bs (bug fix)
src/mat/examples/tests/makefile 1.26 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +4 -4 move ex94 to testexamples_2
src/mat/examples/tests/ex94.c 1.11 04/05/11 13:23:03 balay@asterix.mcs.anl.gov +45 -47 move variable declartions to the begining
src/mat/examples/tests/ex96.c 1.2 04/05/11 12:52:09 balay@asterix.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/mat/examples/tests/ex95.c 1.5 04/05/11 12:52:09 balay@asterix.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
src/mat/examples/tests/ex94.c 1.10 04/05/11 12:52:09 balay@asterix.mcs.anl.gov +0 -0 Change mode to -rw-rw-r--
Hg-commit: 8cbe1691abaa72cfcb7d2c47a52599f637700b1f
show more ...
|
| 4bf112e7 | 08-May-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2210.1.11 balay@asterix.mcs.anl.gov|ChangeSet|20040508153636|16634 ChangeSet 1.2210.1.11 04/05/08 10:36:36 balay@asterix.mcs.anl.gov +5 -0 fix VecDestoryVecs() & other PetscFree()
bk-changeset-1.2210.1.11 balay@asterix.mcs.anl.gov|ChangeSet|20040508153636|16634 ChangeSet 1.2210.1.11 04/05/08 10:36:36 balay@asterix.mcs.anl.gov +5 -0 fix VecDestoryVecs() & other PetscFree() issues with gcc-3.5
src/vec/pf/impls/string/cstring.c 1.14 04/05/08 10:36:35 balay@asterix.mcs.anl.gov +2 -2 fix PetscFree() usage
src/vec/interface/vector.c 1.92 04/05/08 10:36:35 balay@asterix.mcs.anl.gov +4 -4 const is incorrect for VecDestroyVecs()
src/mat/impls/aij/seq/fdaij.c 1.12 04/05/08 10:36:35 balay@asterix.mcs.anl.gov +1 -6 wrong memory-location freed?
include/vecimpl.h 1.27 04/05/08 10:36:35 balay@asterix.mcs.anl.gov +3 -3 const is incorrect for VecDestroyVecs()
include/petscvec.h 1.51 04/05/08 10:36:35 balay@asterix.mcs.anl.gov +1 -1 const is incorrect for VecDestroyVecs()
Hg-commit: 189a79e59818546376fb6a88ca49926d36d9cfbf
show more ...
|
| bbaf286a | 06-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2210.1.6 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040506212519|27587 ChangeSet 1.2210.1.6 04/05/06 16:25:19 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscFree() zeros poi
bk-changeset-1.2210.1.6 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040506212519|27587 ChangeSet 1.2210.1.6 04/05/06 16:25:19 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscFree() zeros pointer Petsc formating for bcgsl.c
todo 1.56 04/05/06 16:25:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 PetscFree() zeros pointer
src/vec/interface/vector.c 1.91 04/05/06 16:25:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -2 PetscFree() zeros pointer
src/sys/src/viewer/impls/draw/drawv.c 1.20 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 PetscFree() zeros pointer
src/mat/impls/bdiag/seq/bdiag3.c 1.19 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 PetscFree() zeros pointer
src/mat/impls/bdiag/seq/bdiag.c 1.36 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 PetscFree() zeros pointer
src/mat/examples/tests/ex78.c 1.7 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +18 -10 int -> PetscInt
src/ksp/ksp/impls/bcgsl/bcgsl.h 1.2 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 formating PETSc style
include/petsc.h 1.77 04/05/06 16:25:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscFree now zeros pointer
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.3 04/05/06 16:23:12 barrysmith@barrysmith-57.mcs.anl.gov +505 -737 lots of formating in PETSc style
Hg-commit: ec28457ca5000d7265c30e258d26887276ad5780
show more ...
|
| b3e33450 | 01-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2202 barrysmith@barry-smiths-computer.local|ChangeSet|20040501182004|27652 ChangeSet 1.2202 04/05/01 13:20:04 barrysmith@barry-smiths-computer.local +65 -0 removed AMS from PETSc,
bk-changeset-1.2202 barrysmith@barry-smiths-computer.local|ChangeSet|20040501182004|27652 ChangeSet 1.2202 04/05/01 13:20:04 barrysmith@barry-smiths-computer.local +65 -0 removed AMS from PETSc, damn DOE politics
src/vec/interface/vector.c 1.90 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +1 -8 removed AMS from PETSc, damn DOE politics
src/vec/impls/seq/bvec2.c 1.48 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -30 removed AMS from PETSc, damn DOE politics
src/vec/impls/mpi/pbvec.c 1.25 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -37 removed AMS from PETSc, damn DOE politics
src/ts/interface/tscreate.c 1.13 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -19 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/interface/viewregall.c 1.14 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -4 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/interface/view.c 1.10 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -1 removed AMS from PETSc, damn DOE politics
src/sys/src/viewer/impls/makefile 1.11 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/pname.c 1.15 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +4 -5 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/pinit.c 1.43 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -14 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/init.c 1.36 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -16 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/inherit.c 1.23 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +0 -3 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/ams/makefile 1.7 04/05/01 13:20:01 barrysmith@barry-smiths-computer.local +2 -2 removed AMS from PETSc, damn DOE politics
src/sys/src/objects/ams/aoptions.c 1.25 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +1 -342 removed AMS from PETSc, damn DOE politics
src/sys/src/error/stack.c 1.10 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -42 removed AMS from PETSc, damn DOE politics
src/sys/src/draw/interface/draw.c 1.17 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
src/snes/interface/snes.c 1.48 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -17 removed AMS from PETSc, damn DOE politics
src/mat/utils/gcreate.c 1.19 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -17 removed AMS from PETSc, damn DOE politics
src/ksp/pc/interface/precon.c 1.47 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -14 removed AMS from PETSc, damn DOE politics
src/ksp/ksp/interface/itcreate.c 1.49 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -27 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da3.c 1.24 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da2.c 1.47 04/05/01 13:20:00 barrysmith@barry-smiths-computer.local +0 -71 removed AMS from PETSc, damn DOE politics
src/dm/da/src/da1.c 1.24 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
src/dm/ao/interface/aodata.c 1.12 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -59 removed AMS from PETSc, damn DOE politics
src/contrib/fun3d/flow.c 1.17 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -207 removed AMS from PETSc, damn DOE politics
maint/xclude 1.16 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -2 removed AMS from PETSc, damn DOE politics
maint/builddist 1.40 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -3 removed AMS from PETSc, damn DOE politics
include/petscviewer.h 1.41 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -16 removed AMS from PETSc, damn DOE politics
include/petscerror.h 1.31 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -64 removed AMS from PETSc, damn DOE politics
include/petsc.h 1.75 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +2 -15 removed AMS from PETSc, damn DOE politics
docs/tex/petsc.bib 1.53 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -7 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_wmpi/packages 1.10 04/05/01 13:19:59 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_mpipro/packages 1.10 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +1 -7 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_mpich/packages 1.15 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms_hpvm/packages 1.10 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/win32_ms/packages 1.12 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/solaris/packages 1.24 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -8 removed AMS from PETSc, damn DOE politics
bmake/config/packages.in 1.33 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
bmake/common/variables 1.63 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +1 -1 removed AMS from PETSc, damn DOE politics
bmake/IRIX64/packages 1.17 04/05/01 13:19:58 barrysmith@barry-smiths-computer.local +0 -6 removed AMS from PETSc, damn DOE politics
BitKeeper/deleted/.del-makefile~fdf13a95bf6e3003 1.7 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/makefile
BitKeeper/deleted/.del-PutAMSACC.java~9c7924f231988d1 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PutAMSACC.java
BitKeeper/deleted/.del-PumpStream.java~e63edde316d81244 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PumpStream.java
BitKeeper/deleted/.del-PETScViewSNES.java~9115702cc53c115a 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScViewSNES.java
BitKeeper/deleted/.del-PETScViewKSP.java~7a878af657cf87c6 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScViewKSP.java
BitKeeper/deleted/.del-PETScView.java~e5516804b3a9d73 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScView.java
BitKeeper/deleted/.del-PETScView.html~f3bbbf9916512738 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScView.html
BitKeeper/deleted/.del-PETScRundrc~978fea7c6547b86e 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRundrc
BitKeeper/deleted/.del-PETScRund.java~e99cace431538b5d 1.6 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRund.java
BitKeeper/deleted/.del-PETScRun.java~53b9ef9fd652c44a 1.4 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRun.java
BitKeeper/deleted/.del-AMS_Memory.class~4d7029568f86b5ba 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class
BitKeeper/deleted/.del-AMS_Field.class~439e30ab7f5f25be 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class
BitKeeper/deleted/.del-AMS_Comm.class~637429114819bf5c 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class
BitKeeper/deleted/.del-AMS_Base.class~15ed39f8db44c4ad 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class
BitKeeper/deleted/.del-AMSBeanBeanInfo.class~68f595719dd2f64b 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class
BitKeeper/deleted/.del-AMSBean.class~7e096d826af842fb 1.2 04/05/01 13:05:51 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class
BitKeeper/deleted/.del-PETScRun.html~72bd76427a9827ae 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScRun.html
BitKeeper/deleted/.del-PETScPlugins.java~9c5d43d8713f4fc 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScPlugins.java
BitKeeper/deleted/.del-PETScPlugins.html~54252088f6212ff5 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScPlugins.html
BitKeeper/deleted/.del-PETScOptions.java~1a24ed6431c1f763 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScOptions.java
BitKeeper/deleted/.del-PETScOptions.html~cbf58e10b5ec5458 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/PETScOptions.html
BitKeeper/deleted/.del-AMSBean.java~84083edfc92ce8e2 1.4 04/05/01 13:05:50 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/java/AMSBean/gov/anl/mcs/ams/AMSBean.java
BitKeeper/deleted/.del-pams.c~944ecde83c9f32a 1.7 04/05/01 12:50:14 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/ams/pams.c
BitKeeper/deleted/.del-makefile~abfcf670fcf160e2 1.5 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/makefile
BitKeeper/deleted/.del-amsopen.c~26ed40f9511dc54d 1.7 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/amsopen.c
BitKeeper/deleted/.del-ams.c~68c743163536bd0 1.18 04/05/01 12:47:11 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/ams/ams.c
Hg-commit: e7cb90be2db452ac0468a99ec0c941d529350433
show more ...
|
| da94ea09 | 01-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2199.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040501041748|50228 ChangeSet 1.2199.1.1 04/04/30 23:17:48 barrysmith@barry-smiths-computer.local +19 -0 more PetscInt :-
bk-changeset-1.2199.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040501041748|50228 ChangeSet 1.2199.1.1 04/04/30 23:17:48 barrysmith@barry-smiths-computer.local +19 -0 more PetscInt :-(
src/vec/impls/shared/shvec.c 1.24 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +2 -5 more PetscInt :-(
src/sys/src/utils/pdisplay.c 1.18 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +1 -5 more PetscInt :-(
src/sys/src/objects/tagm.c 1.17 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +6 -6 more PetscInt :-(
src/sys/src/objects/ptype.c 1.10 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +1 -1 more PetscInt :-(
src/sys/src/objects/init.c 1.35 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +17 -20 more PetscInt :-(
src/sys/src/memory/mtr.c 1.28 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +2 -2 more PetscInt :-(
src/sys/src/fileio/sysio.c 1.20 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +3 -3 more PetscInt :-(
src/sys/src/fileio/rpath.c 1.11 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +1 -1 more PetscInt :-(
src/sys/src/fileio/mprint.c 1.25 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +11 -12 more PetscInt :-(
src/sys/src/fileio/grpath.c 1.14 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +5 -5 more PetscInt :-(
src/sys/src/fileio/ftest.c 1.27 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +25 -22 more PetscInt :-(
src/sys/src/fileio/fretrieve.c 1.19 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +7 -6 more PetscInt :-(
src/sys/src/error/err.c 1.32 04/04/30 23:17:46 barrysmith@barry-smiths-computer.local +32 -34 more PetscInt :-(
src/sys/src/draw/interface/dmouse.c 1.7 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +2 -2 more PetscInt :-(
src/sys/src/draw/impls/x/xops.c 1.20 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +7 -6 more PetscInt :-(
src/fortran/custom/zsys.c 1.23 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +1 -1 more PetscInt :-(
include/petscsys.h 1.23 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +3 -3 more PetscInt :-(
include/petscbt.h 1.11 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +2 -2 more PetscInt :-(
include/petsc.h 1.74 04/04/30 23:17:45 barrysmith@barry-smiths-computer.local +2 -2 more PetscInt :-(
Hg-commit: 96d29c7558b1d48d5cbe207f9126ef2db4d1b192
show more ...
|
| 6f69ff64 | 30-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64b
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64bit ints
src/vec/utils/vecio.c 1.35 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/impls/seq/bvec2.c 1.47 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/vec/impls/mpi/pmap.c 1.14 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 more support for 64bit ints
src/vec/impls/mpi/pdvec.c 1.31 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/examples/tutorials/ex9.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex8.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex7.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 more support for 64bit ints
src/vec/examples/tutorials/ex6.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +15 -12 more support for 64bit ints
src/vec/examples/tutorials/ex5.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -5 more support for 64bit ints
src/vec/examples/tutorials/ex3.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -2 more support for 64bit ints
src/vec/examples/tutorials/ex2.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -3 more support for 64bit ints
src/vec/examples/tutorials/ex11.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 more support for 64bit ints
src/vec/examples/tutorials/ex10.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -6 more support for 64bit ints
src/vec/examples/tutorials/ex1.c 1.8 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 more support for 64bit ints
src/vec/examples/tests/ex20f.F 1.9 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/viewer/impls/socket/sendsparse.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 more support for 64bit ints
src/sys/src/viewer/impls/socket/senddense.c 1.11 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 more support for 64bit ints
src/sys/src/viewer/impls/socket/send.c 1.24 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/sys/src/viewer/impls/mathematica/mathematica.c 1.34 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/utils/psplit.c 1.12 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/objects/ams/aoptions.c 1.24 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 more support for 64bit ints
src/sys/src/fileio/sysio.c 1.19 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +78 -116 more support for 64bit ints
src/sys/src/error/adebug.c 1.31 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +8 -6 more support for 64bit ints
src/mat/impls/rowbs/mpi/mpirowbs.c 1.56 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +15 -14 more support for 64bit ints
src/mat/impls/dense/seq/dense.c 1.57 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/mat/impls/bdiag/seq/bdiag3.c 1.18 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/baij/seq/baij.c 1.88 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/aij/seq/aij.c 1.155 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 more support for 64bit ints
src/mat/impls/aij/mpi/mpiaij.c 1.138 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 more support for 64bit ints
src/fortran/custom/zsys.c 1.22 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
src/fortran/custom/zmat.c 1.34 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +13 -0 missing fortran stub requested via petsc-maint
src/dm/ao/impls/basic/aodatabasic.c 1.19 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 more support for 64bit ints
include/vecimpl.h 1.26 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 more support for 64bit ints
include/petscviewer.h 1.40 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
include/petscsys.h 1.22 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
include/petscoptions.h 1.18 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
include/petsc.h 1.71.1.1 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -3 more support for 64bit ints
Hg-commit: 849ad6c75cbfe5f783423c300bde0c56dae84e17
show more ...
|
| 58d819ad | 29-Apr-2004 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.2196 victorle@tibook500ve.cs.utk.edu|ChangeSet|20040429203649|21842 ChangeSet 1.2196 04/04/29 16:36:49 victorle@tibook500ve.cs.utk.edu +5 -0 path correction in pf stuff
src/vec/
bk-changeset-1.2196 victorle@tibook500ve.cs.utk.edu|ChangeSet|20040429203649|21842 ChangeSet 1.2196 04/04/29 16:36:49 victorle@tibook500ve.cs.utk.edu +5 -0 path correction in pf stuff
src/vec/pf/interface/pf.c 1.21 04/04/29 16:36:45 victorle@tibook500ve.cs.utk.edu +1 -1 path corrected
src/vec/pf/impls/string/cstring.c 1.13 04/04/29 16:36:45 victorle@tibook500ve.cs.utk.edu +1 -1 path corrected
src/vec/pf/impls/matlab/cmatlab.c 1.9 04/04/29 16:36:45 victorle@tibook500ve.cs.utk.edu +1 -1 path corrected
src/vec/pf/impls/constant/const.c 1.11 04/04/29 16:36:45 victorle@tibook500ve.cs.utk.edu +1 -1 path corrected
src/vec/makefile 1.6 04/04/29 16:36:44 victorle@tibook500ve.cs.utk.edu +1 -1 pf added
Hg-commit: aa64dce1ceb16d552e62cbfd5da4872dd21d8fdb
show more ...
|
| 615cd37b | 29-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2189.3.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040429192728|29592 ChangeSet 1.2189.3.1 04/04/29 14:27:28 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 directory changes ind
bk-changeset-1.2189.3.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040429192728|29592 ChangeSet 1.2189.3.1 04/04/29 14:27:28 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 directory changes indicated in makefiles
src/vec/pf/makefile 1.6 04/04/29 14:27:26 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 directory changes indicated in makefiles
src/vec/pf/interface/makefile 1.6 04/04/29 14:27:26 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
src/vec/pf/impls/string/makefile 1.6 04/04/29 14:27:26 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
src/vec/pf/impls/makefile 1.7 04/04/29 14:27:26 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
src/vec/pf/impls/constant/makefile 1.6 04/04/29 14:27:26 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
src/vec/pf/examples/makefile 1.7 04/04/29 14:27:25 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
src/makefile 1.11 04/04/29 14:27:25 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 directory changes indicated in makefiles
Hg-commit: f74aa7cafa048b84b7356f50dc7e2f281b0d371c
show more ...
|