| #
ba7117d9
|
| 22-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2931 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222195212|11920 ChangeSet 1.2931 05/02/22 13:52:12 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2931 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222195212|11920 ChangeSet 1.2931 05/02/22 13:52:12 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
config/configure.py 1.88 05/02/22 13:52:11 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 6c29d9f6bfc261365a01170caf8222c292efa0c5
show more ...
|
| #
7cfd0b05
|
| 22-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2924.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528 ChangeSet 1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0 enum as data type
bk-changeset-1.2924.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528 ChangeSet 1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0 enum as data type Petscpopen only exists if popen exists so ifdef uses
src/vec/pf/impls/string/cstring.c 1.18 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/viewer/impls/binary/binv.c 1.42 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/viewer/impls/ascii/filev.c 1.35 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/utils/select.c 1.15 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/objects/ptype.c 1.13 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +7 -47 add enum PETSc type
src/sys/src/objects/ams/aoptions.c 1.33 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/sysio.c 1.34 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/smatlab.c 1.12 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +12 -9 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/mpiuopen.c 1.22 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -17 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/ftest.c 1.35 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/fretrieve.c 1.26 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/error/err.c 1.48 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/draw/impls/ps/pops.c 1.14 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +26 -23 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/bag/bag.c 1.7 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +68 -2 registering enums
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.107 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 added PetscTruths
src/ksp/pc/impls/hypre/hyppilut.c 1.72 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added PetscTruths
src/dm/ao/impls/basic/aodatabasic.c 1.30 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added string enum name for PetscDataType
python/PETSc/packages/Prometheus.py 1.6 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 add post processing compile
python/PETSc/packages/BlasLapack.py 1.116 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_stdcall.h 1.3 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_caps.h 1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_c.h 1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack.h 1.18 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscbag.h 1.5 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 add enums as datatype
include/petsc.h 1.116 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +10 -6 provide strings for enums
config/configure.py 1.86.1.1 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 post processing
BitKeeper/deleted/.del-mstart.c~b4fc29a786cb26fb 1.5 05/02/21 16:43:19 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/socket/matlab/mstart.c
src/ksp/pc/impls/prometheus/petscprom.c 1.5 05/02/20 18:57:24 barrysmith@barry-smiths-computer.local +1 -1 removed stray charactor introduced during last cleanup
Hg-commit: 603c92722a1584f3d54b238c2e3dd2279e2f94f8
show more ...
|
| #
4c9d3bfd
|
| 17-Feb-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2912 balay@asterix.mcs.anl.gov|ChangeSet|20050217191009|17611 ChangeSet 1.2912 05/02/17 13:10:09 balay@asterix.mcs.anl.gov +1 -0 use 'externalpacakges' location on the ftp site [me
bk-changeset-1.2912 balay@asterix.mcs.anl.gov|ChangeSet|20050217191009|17611 ChangeSet 1.2912 05/02/17 13:10:09 balay@asterix.mcs.anl.gov +1 -0 use 'externalpacakges' location on the ftp site [merge with barry's chages]
python/PETSc/packages/spai.py 1.12 05/02/17 13:10:07 balay@asterix.mcs.anl.gov +1 -2 use 'externalpacakges' location on the ftp site [merge with barry's chages]
python/PETSc/packages/spai.py 1.8.1.2 05/02/17 13:07:17 balay@asterix.mcs.anl.gov +0 -0 Merge rename: python/PETSc/packages/SPAI.py -> python/PETSc/packages/spai.py
Hg-commit: 82fea7c128aa2379bca7aa5baeed40b36f7f3460
show more ...
|
| #
8cbb96b3
|
| 17-Feb-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2910.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20050217190528|08987 ChangeSet 1.2910.1.1 05/02/17 13:05:28 balay@asterix.mcs.anl.gov +2 -0 docs/configure fix
python/PETSc/packages
bk-changeset-1.2910.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20050217190528|08987 ChangeSet 1.2910.1.1 05/02/17 13:05:28 balay@asterix.mcs.anl.gov +2 -0 docs/configure fix
python/PETSc/packages/SPAI.py 1.8.1.1 05/02/17 13:05:26 balay@asterix.mcs.anl.gov +1 -1 stash tarfiles in 'externalpackages'
include/petscbag.h 1.4 05/02/17 13:05:26 balay@asterix.mcs.anl.gov +7 -0 add 'level' info for manpages
Hg-commit: 99b791a13a4c232ad0c6bcf237d5ad16ec49b798
show more ...
|
| #
0791c750
|
| 15-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2906 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050215204938|12891 ChangeSet 1.2906 05/02/15 14:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2906 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050215204938|12891 ChangeSet 1.2906 05/02/15 14:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/sys/examples/tutorials/ex5.c 1.7 05/02/15 14:49:37 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: a0654c71ba88173513dab3f05ea18670fb79830e
show more ...
|
| #
68eff7e6
|
| 15-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2904.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050215204628|12867 ChangeSet 1.2904.1.1 05/02/15 14:46:28 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 allow char arrays in
bk-changeset-1.2904.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050215204628|12867 ChangeSet 1.2904.1.1 05/02/15 14:46:28 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 allow char arrays in PetscBags
src/sys/src/bag/bag.c 1.5 05/02/15 14:46:24 barrysmith@barrysmith-57.mcs.anl.gov +85 -5 allow char arrays in PetscBags
src/sys/examples/tutorials/output/ex5_1.out 1.3 05/02/15 14:46:24 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 allow char arrays in PetscBags
src/sys/examples/tutorials/ex5.c 1.5.1.1 05/02/15 14:46:24 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 allow char arrays in PetscBags
include/petscbag.h 1.3 05/02/15 14:46:24 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 allow char arrays in PetscBags
src/ksp/pc/impls/mg/mg.c 1.56 05/02/15 14:44:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 more docs
src/ksp/pc/impls/mg/mg.c 1.55 05/02/15 13:55:10 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 also if cholesky then don't use GMRES
Hg-commit: 4f39eee03eda89e6ec9e9f0a36b0948f6e2ce8fb
show more ...
|
| #
f588057b
|
| 13-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2898 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042530|17535 ChangeSet 1.2898 05/02/12 22:25:30 barrysmith@barry-smiths-computer.local +14 -0 support for serializing
bk-changeset-1.2898 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042530|17535 ChangeSet 1.2898 05/02/12 22:25:30 barrysmith@barry-smiths-computer.local +14 -0 support for serializing and GetOptions for users structs plus various minor bug fixes
src/sys/src/viewer/impls/binary/binv.c 1.41 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +67 -6 formating
src/sys/src/fileio/sysio.c 1.33 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +43 -0 convience function
src/sys/src/fileio/mprint.c 1.37 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +0 -1 bad comment
src/sys/src/fileio/mpiuopen.c 1.21 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +1 -1 int fix
src/sys/src/bag/bag.c 1.3 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +401 -0 support for serializing and GetOptions for users structs
src/sys/examples/tutorials/ex5.c 1.2 05/02/12 22:25:26 barrysmith@barry-smiths-computer.local +43 -30 support for serializing and GetOptions for users structs
src/sys/examples/tutorials/makefile 1.6 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +12 -2 support for serializing and GetOptions for users structs
src/snes/interface/snesj.c 1.11 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +4 -0 bug fix
include/petscviewer.h 1.49 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +2 -0 convienice function
include/petscsys.h 1.40 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +1 -0 convience function
include/petscbag.h 1.2 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +80 -14 support for serializing and GetOptions for users structs
bin/matlab/PetscBinaryWrite.m 1.12 05/02/12 22:25:25 barrysmith@barry-smiths-computer.local +6 -2 fix for one d sparse matrices
src/sys/examples/tutorials/output/ex5_1.out 1.1 05/02/12 22:15:11 barrysmith@barry-smiths-computer.local +15 -0
src/sys/examples/tutorials/output/ex5_1.out 1.0 05/02/12 22:15:11 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/examples/tutorials/output/ex5_1.out
src/docs/tex/petscapp.bib 1.147 05/02/10 21:25:42 barrysmith@barry-smiths-computer.local +8 -0 new app from Glasser/Tang
src/sys/examples/tutorials/ex5.c 1.1 05/02/06 07:50:45 barrysmith@barry-smiths-computer.local +57 -0
src/sys/examples/tutorials/ex5.c 1.0 05/02/06 07:50:45 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/examples/tutorials/ex5.c
Hg-commit: cd5da09ca17bca3ec9d281bedb5e1dd7e6a6e39f
show more ...
|
| #
7c307921
|
| 06-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long long
src/sys/src/objects/options.c 1.53 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/sys/src/objects/ams/aoptions.c 1.32 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/fileio/fretrieve.c 1.25 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/sys/src/bag/makefile 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +5 -9 PETScInt fixes for long long
src/sys/src/bag/bag.c 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -497 PETScInt fixes for long long
src/sys/examples/tests/ex12.c 1.8 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +8 -7 PETScInt fixes for long long
src/snes/examples/tutorials/ex5s.c 1.10 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/utils/axpy.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/shell/shellcnv.c 1.17 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/maij/maij.c 1.37 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/baij/seq/baij.c 1.124 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/baij/seq/aijbaij.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +7 -7 PETScInt fixes for long long
src/mat/impls/baij/mpi/baijov.c 1.29 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/seq/aij.c 1.216 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/mpi/mumps/mumps.c 1.86 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +4 -4 PETScInt fixes for long long
src/mat/examples/tutorials/ex5.c 1.3 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +16 -16 PETScInt fixes for long long
src/mat/examples/tests/ex45.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
src/ksp/pc/impls/ml/ml.c 1.13 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/ksp/pc/impls/asm/asm.c 1.43 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/dm/ao/examples/tutorials/ex2.c 1.12 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +14 -14 PETScInt fixes for long long
src/dm/ao/examples/tests/ex6.c 1.6 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex5.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/dm/ao/examples/tests/ex3.c 1.9 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex2.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
include/vecimpl.h 1.38 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscsys.h 1.39 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +10 -10 PETScInt fixes for long long
include/petscoptions.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscdraw.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscda.h 1.45 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
include/petsc.h 1.114 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/makefile 1.7 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/bag/makefile 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +23 -0
src/sys/src/bag/bag.c 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +501 -0
src/sys/src/bag/makefile 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/makefile
src/sys/src/bag/bag.c 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/bag.c
include/petscbag.h 1.1 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +62 -0
include/petscbag.h 1.0 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/include/petscbag.h
Hg-commit: 0be48fdba6c75be1fcd648c7325467a545674f39
show more ...
|