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