| 22e36657 | 16-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1667 barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732 ChangeSet 1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0 change variable index to
bk-changeset-1.1667 barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732 ChangeSet 1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0 change variable index to indx since some systems have that as reserved word plus minor nightly build fixes
src/ts/impls/implicit/pvode/petscpvode.c 1.16 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5 change variable index to indx since some systems have that as reserved word
src/snes/impls/ls/ls.c 1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/pc/impls/mg/mg.c 1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/pc/impls/hypre/hyppilut.c 1.40 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +15 -15 change variable index to indx since some systems have that as reserved word
src/sles/pc/impls/composite/composite.c 1.9 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/pc/impls/asm/asm.c 1.15 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/ksp/interface/itcreate.c 1.26 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/ksp/impls/lgmres/lgmres.c 1.7 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/ksp/impls/gmres/gmres.c 1.20 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/sles/ksp/impls/fgmres/fgmres.c 1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.44 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +7 -7 change variable index to indx since some systems have that as reserved word
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3 change variable index to indx since some systems have that as reserved word
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.79 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5 change variable index to indx since some systems have that as reserved word
include/petschead.h 1.18 03/11/16 12:11:37 barrysmith@barry-smiths-computer.local +1 -1 Not sure why you are casting an address to int before checking if nonzero? This causes grief on systems with 64bit pointers but 32 bit ints. cxx: Warning: vector.c, line 388: conversion from pointer to smaller integer PetscObjectGetRealComposedData((PetscObject)x,type_id,*val,flg); --^
bmake/linux_alpha_dec/rules 1.9 03/11/16 12:03:17 barrysmith@barry-smiths-computer.local +1 -1 don't want to print rule
Hg-commit: d0745477665bb6353a86b08b0cfc3e5df6f09e44
show more ...
|
| b49fd9e1 | 16-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1663 barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546 ChangeSet 1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0 changed calling sequence
bk-changeset-1.1663 barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546 ChangeSet 1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0 changed calling sequence of PetscOptionsEList() reorganized classical GramSchmidt orthogonalization
src/ts/impls/implicit/pvode/petscpvode.c 1.15 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +6 -26 changed calling sequence of PetscOptionsEList()
src/ts/examples/tutorials/makefile 1.5 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +2 -2 changed calling sequence of PetscOptionsEList()
src/ts/examples/tests/makefile 1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +10 -10 changed calling sequence of PetscOptionsEList()
src/sys/src/objects/ams/aoptions.c 1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +29 -7 changed calling sequence of PetscOptionsEList()
src/snes/impls/ls/ls.c 1.22 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +12 -15 changed calling sequence of PetscOptionsEList()
src/snes/examples/tutorials/output/ex2_1.out 1.6 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/snes/examples/tutorials/makefile 1.28 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +32 -32 changed calling sequence of PetscOptionsEList()
src/snes/examples/tests/makefile 1.10 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +31 -31 changed calling sequence of PetscOptionsEList()
src/sles/pc/impls/mg/mg.c 1.12 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +20 -17 changed calling sequence of PetscOptionsEList()
src/sles/pc/impls/hypre/hyppilut.c 1.39 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +24 -79 changed calling sequence of PetscOptionsEList()
src/sles/pc/impls/composite/composite.c 1.8 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -16 changed calling sequence of PetscOptionsEList()
src/sles/pc/impls/asm/asm.c 1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -17 changed calling sequence of PetscOptionsEList()
src/sles/ksp/interface/itcreate.c 1.25 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +11 -15 changed calling sequence of PetscOptionsEList()
src/sles/ksp/impls/lgmres/lgmresp.h 1.3 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +2 -1 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/lgmres/lgmres.c 1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +25 -13 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/gmres/makefile 1.4 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +2 -2 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/gmres/gmresp.h 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +26 -26 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/gmres/gmres2.c 1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +6 -12 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/gmres/gmres.c 1.18 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +74 -14 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/gmres/borthog2.c 1.6 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +65 -16 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/fgmres/fgmresp.h 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -0 new design of classical GramSchmidt orthogonalization
src/sles/ksp/impls/fgmres/fgmres.c 1.11 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +19 -41 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex23_2.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex23_1.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex1f_1.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex1_3.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex1_2.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex1_1.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex15f_1.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/output/ex15_1.out 1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1 new design of classical GramSchmidt orthogonalization
src/sles/examples/tutorials/makefile 1.38 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +39 -39 changed calling sequence of PetscOptionsEList()
src/sles/examples/tests/makefile 1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +32 -32 changed calling sequence of PetscOptionsEList()
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.43 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +21 -36 changed calling sequence of PetscOptionsEList()
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.22 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +3 -26 changed calling sequence of PetscOptionsEList()
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.77 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +13 -24 changed calling sequence of PetscOptionsEList()
include/petscoptions.h 1.10 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -1 changed calling sequence of PetscOptionsEList()
include/petscksp.h 1.20 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -2 new design of classical GramSchmidt orthogonalization
include/finclude/petscksp.h 1.9 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -1 new design of classical GramSchmidt orthogonalization
docs/website/documentation/changes/217.html 1.5 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +7 -0 new design of classical GramSchmidt orthogonalization
docs/tex/manual/part2.tex 1.59 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +26 -17 new design of classical GramSchmidt orthogonalization
bmake/common/rules 1.78 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -0 silly linker warning on mac x
python/PETSc/packages/MPI.py 1.55 03/11/15 18:58:32 barrysmith@barry-smiths-computer.local +2 -2 include message about nonworking languages for MPI with failed user provided MPI
python/PETSc/packages/MPI.py 1.54 03/11/15 18:56:45 barrysmith@barry-smiths-computer.local +1 -1 include in message that MPI may not work for just a particular language
Hg-commit: d27b1a6026e82f169d206c54d8d48675c7565dde
show more ...
|
| 43c77886 | 25-Oct-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1560.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338 ChangeSet 1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0 fixed PETSc so a
bk-changeset-1.1560.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338 ChangeSet 1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/vec/utils/vscat.c 1.9 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/vec/is/interface/index.c 1.5 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/vec/interface/vector.c 1.51 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +5 -5 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/vec/interface/map.c 1.8 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/ts/interface/ts.c 1.22 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +2 -2 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/viewer/interface/view.c 1.5 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/utils/random.c 1.10 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/utils/pbarrier.c 1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/utils/dict.c 1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/draw/utils/lg.c 1.9 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/draw/utils/hists.c 1.13 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/draw/utils/dscatter.c 1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/draw/utils/axis.c 1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sys/src/draw/interface/draw.c 1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/snes/interface/snes.c 1.29 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sles/pc/interface/precon.c 1.25 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +3 -3 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/sles/ksp/interface/itcreate.c 1.24 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/pf/interface/pf.c 1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/mat/partition/partition.c 1.12 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/mat/matfd/fdmatrix.c 1.11 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/mat/interface/matrix.c 1.83 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -10 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/dm/da/src/dadestroy.c 1.13 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
src/dm/ao/interface/ao.c 1.8 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +2 -2 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
python/PETSc/packages/Matlab.py 1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +16 -12 fix Matlab configure for when Matlab does not exist
python/PETSc/packages/MPI.py 1.37 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -8 __str__ work properly with mpiuni
bmake/macx/variables 1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1 fixed PETSc so all global variables are initialized, no longer need -c option to ranlib
bmake/config/packages.in 1.21 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +6 -5 fix for when Matlab does not exist
python/PETSc/Configure.py 1.102 03/10/25 13:22:23 barrysmith@barry-smiths-computer.local +0 -1 Macx no longer needs fancy ranlib
python/PETSc/Configure.py 1.101 03/10/25 13:21:53 barrysmith@barry-smiths-computer.local +0 -2 *** empty log message ***
src/snes/examples/tutorials/ex29.c 1.53 03/10/25 13:17:49 barrysmith@barry-smiths-computer.local +1 -1 replaced nonportable strcpy with PetscStrcpy()
config/configure.py 1.42 03/10/24 19:56:32 barrysmith@barry-smiths-computer.local +1 -1 tell user to look in configure.log on error
Hg-commit: 785a396fc9c4713698dc722edb09d86d9eb18fb5
show more ...
|
| 262ff7bb | 22-Oct-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1560 barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851 ChangeSet 1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0 added TSRKSetTolerance()
bk-changeset-1.1560 barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851 ChangeSet 1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0 added TSRKSetTolerance()
src/ts/impls/implicit/pvode/petscpvode.c 1.14 03/10/21 19:14:38 barrysmith@barry-smiths-computer.local +3 -0 explanation of tolerance for pvode
docs/tex/manual/part2.tex 1.58 03/10/21 19:13:40 barrysmith@barry-smiths-computer.local +9 -5 added TSRKSetTolerance()
src/ts/impls/explicit/rk/rk.c 1.9 03/10/21 19:07:10 barrysmith@barry-smiths-computer.local +57 -4 added TSRKSetTolerance()
include/petscts.h 1.18 03/10/21 19:07:04 barrysmith@barry-smiths-computer.local +2 -0 added TSRKSetTolerance()
Hg-commit: 538fdf2e48c8c02529fceeaa82c731f8345c5414
show more ...
|
| db046809 | 26-Sep-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1512.1.42 barrysmith@barry-smiths-computer.local|ChangeSet|20030926042957|15594 ChangeSet 1.1512.1.42 03/09/25 23:29:57 barrysmith@barry-smiths-computer.local +3 -0 con figure addi
bk-changeset-1.1512.1.42 barrysmith@barry-smiths-computer.local|ChangeSet|20030926042957|15594 ChangeSet 1.1512.1.42 03/09/25 23:29:57 barrysmith@barry-smiths-computer.local +3 -0 con figure addition for xlC that Matt needs to fix
python/PETSc/Configure.py 1.84.1.6 03/09/25 23:28:31 barrysmith@barry-smiths-computer.local +11 -0 does C++ compiler (IBM's xlC) need special for .c files as c++? doesn't work because i can't force to use .c file instead of .cc need matt to fix
include/petscts.h 1.16 03/09/20 16:01:54 barrysmith@barry-smiths-computer.local +0 -3 don't need prototype for it
src/ts/impls/explicit/rk/rk.c 1.8 03/09/20 16:01:30 barrysmith@barry-smiths-computer.local +71 -70 moved tsrkqs up so do not need prototype for it
Hg-commit: 777e66c7318ac9b228d3d540eefd4dac96127e79
show more ...
|
| b0dd9724 | 10-Sep-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1512.1.33 knepley@khan.mcs.anl.gov|ChangeSet|20030910160312|12907 ChangeSet 1.1512.1.33 03/09/10 11:03:12 knepley@khan.mcs.anl.gov +1 -0 Nightly build fixes
src/ts/impls/explici
bk-changeset-1.1512.1.33 knepley@khan.mcs.anl.gov|ChangeSet|20030910160312|12907 ChangeSet 1.1512.1.33 03/09/10 11:03:12 knepley@khan.mcs.anl.gov +1 -0 Nightly build fixes
src/ts/impls/explicit/rk/rk.c 1.7 03/09/10 11:03:07 knepley@khan.mcs.anl.gov +2 -2 Fixed warnings
Hg-commit: 5d2b932143742c395e29d25b38dacef31424f4cd
show more ...
|
| 2cdf8120 | 07-Sep-2003 |
asbjorn <asbjorn@tre.ii.uib.no> |
bk-changeset-1.1512.1.29 asbjorn@tre.ii.uib.no|ChangeSet|20030907093635|13702 ChangeSet 1.1512.1.29 03/09/07 11:36:35 asbjorn@tre.ii.uib.no +3 -0 part2.tex: Added information about explicit r
bk-changeset-1.1512.1.29 asbjorn@tre.ii.uib.no|ChangeSet|20030907093635|13702 ChangeSet 1.1512.1.29 03/09/07 11:36:35 asbjorn@tre.ii.uib.no +3 -0 part2.tex: Added information about explicit runge-kutta timestepper rk.c: Minor bug fixes. Set lower timestep to 1e-14
BitKeeper/etc/logging_ok 1.60 03/09/07 11:36:32 asbjorn@tre.ii.uib.no +1 -0 Logging to logging@openlogging.org accepted
docs/tex/manual/part2.tex 1.57 03/09/07 11:33:14 asbjorn@tre.ii.uib.no +26 -0 Added information about explicit runge-kutta timestepper
src/ts/impls/explicit/rk/rk.c 1.6 03/09/07 11:26:16 asbjorn@tre.ii.uib.no +15 -10 Minor bug fixes. Set lower timestep to 1e-14
Hg-commit: 6aa60c9e1cfb0ed082ae6cbad6540fbda58f88e7
show more ...
|
| 764134fc | 05-Aug-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1463.2.2 balay@smash.mcs.anl.gov|ChangeSet|20030805163647|18965 ChangeSet 1.1463.2.2 03/08/05 11:36:47 balay@smash.mcs.anl.gov +1 -0 fix warning with 'time'
src/ts/examples/tuto
bk-changeset-1.1463.2.2 balay@smash.mcs.anl.gov|ChangeSet|20030805163647|18965 ChangeSet 1.1463.2.2 03/08/05 11:36:47 balay@smash.mcs.anl.gov +1 -0 fix warning with 'time'
src/ts/examples/tutorials/ex6.c 1.8 03/08/05 11:36:46 balay@smash.mcs.anl.gov +4 -4 fix warning with 'time'
Hg-commit: 2fb6f5095a28405939591ef7f92fb5c7a5201d68
show more ...
|
| bf7fbedc | 10-Jul-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1382 balay@smash.mcs.anl.gov|ChangeSet|20030710161138|52490 ChangeSet 1.1382 03/07/10 11:11:38 balay@smash.mcs.anl.gov +1 -0 get this code working with complex on windows
src/ts
bk-changeset-1.1382 balay@smash.mcs.anl.gov|ChangeSet|20030710161138|52490 ChangeSet 1.1382 03/07/10 11:11:38 balay@smash.mcs.anl.gov +1 -0 get this code working with complex on windows
src/ts/examples/tutorials/ex6.c 1.7 03/07/10 11:11:37 balay@smash.mcs.anl.gov +1 -1 get this code working with complex on windows
Hg-commit: 8709090bb670d9736f140ab72e06741652e9b98a
show more ...
|
| 9a254efd | 09-Jul-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1376 balay@smash.mcs.anl.gov|ChangeSet|20030709163858|52624 ChangeSet 1.1376 03/07/09 11:38:58 balay@smash.mcs.anl.gov +6 -0 nightly build fixes
src/vec/examples/tests/ex20.F
bk-changeset-1.1376 balay@smash.mcs.anl.gov|ChangeSet|20030709163858|52624 ChangeSet 1.1376 03/07/09 11:38:58 balay@smash.mcs.anl.gov +6 -0 nightly build fixes
src/vec/examples/tests/ex20.F 1.4 03/07/09 11:38:56 balay@smash.mcs.anl.gov +3 -3 fix g77 warnings about inconsistant function call
src/ts/examples/tutorials/ex6.c 1.6 03/07/09 11:38:56 balay@smash.mcs.anl.gov +11 -10 fix the code for single precision compile
src/sles/examples/tutorials/makefile 1.36 03/07/09 11:38:56 balay@smash.mcs.anl.gov +2 -1 move LUSOL example into a separate section
src/mat/order/makefile 1.4 03/07/09 11:38:56 balay@smash.mcs.anl.gov +1 -1 remove entry for non-existant dir
include/adic/run-map.h 1.5 03/07/09 11:38:56 balay@smash.mcs.anl.gov +0 -1 remove preprocessor comment (causes grief with solaris compiler)
include/adic/run-alloc.h 1.3 03/07/09 11:38:56 balay@smash.mcs.anl.gov +0 -1 remove preprocessor comment (causes grief with solaris compiler)
Hg-commit: 6cde727447210cc41fed9f2f1a089b6e947894c0
show more ...
|
| 523ff524 | 25-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1337 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454 ChangeSet 1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1337 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454 ChangeSet 1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
src/ts/impls/implicit/pvode/petscpvode.c 1.13 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0 Auto merged
src/sles/ksp/interface/itfunc.c 1.16 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 2c62a8cee06779b5a60aad604dd7f217797e6df7
show more ...
|
| 5fcf39f4 | 25-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1328.1.2 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827 ChangeSet 1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0 changed PC apply to behave differently if
bk-changeset-1.1328.1.2 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827 ChangeSet 1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0 changed PC apply to behave differently if left or right preconditioner don't allow deflation if right preconditioner
src/ts/impls/implicit/pvode/petscpvode.c 1.11.1.1 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/interface/precon.c 1.22 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +16 -7 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/impls/redundant/redundant.c 1.8 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/impls/composite/composite.c 1.7 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +6 -6 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/examples/tests/ex4.c 1.4 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/esi/epreconditioner.c 1.24 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/kspimpl.h 1.11 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +2 -2 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/interface/itfunc.c 1.14.1.1 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/impls/fgmres/fgmres.c 1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/examples/tutorials/ex21f.F 1.4 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +3 -3 changed PC apply to behave differently if left or right preconditioner
src/mat/interface/matnull.c 1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 better expliation of out argument
include/petscpc.h 1.30 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
Hg-commit: 6b4cc7577337a795eea8ec0dcebfe5b2b66ce3e7
show more ...
|
| 1836bdbc | 24-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1326.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641 ChangeSet 1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0 const and [] changes
src/ts/interface/ts.c
bk-changeset-1.1326.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641 ChangeSet 1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0 const and [] changes
src/ts/interface/ts.c 1.21 03/06/24 16:14:09 balay@smash.mcs.anl.gov +7 -9 const and [] changes
src/ts/interface/dlregis.c 1.11 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/ts/impls/implicit/pvode/petscpvode.c 1.12 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sys/src/objects/options.c 1.25 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/mf/snesmfj.c 1.18 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/interface/snesregi.c 1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/interface/snes.c 1.28 03/06/24 16:14:08 balay@smash.mcs.anl.gov +7 -7 const and [] changes
src/snes/interface/dlregis.c 1.12 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/pc/impls/bjacobi/bjacobi.c 1.14 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/pc/impls/asm/asm.c 1.11 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/xmon.c 1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2 const and [] changes
src/sles/ksp/interface/itregis.c 1.6 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/itfunc.c 1.12.1.1 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2 const and [] changes
src/sles/ksp/interface/itcreate.c 1.21 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/itcl.c 1.4 03/06/24 16:14:07 balay@smash.mcs.anl.gov +3 -3 const and [] changes
src/sles/ksp/interface/dlregis.c 1.11 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1 const and [] changes
include/petscts.h 1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +7 -7 const and [] changes
include/petscsnes.h 1.17 03/06/24 16:14:07 balay@smash.mcs.anl.gov +12 -12 const and [] changes
include/petscoptions.h 1.8 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1 const and [] changes
include/petscksp.h 1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +9 -11 const and [] changes
Hg-commit: 33371881dd60ad6f363a1a1a69ee0af63ec149b8
show more ...
|
| 93adecfc | 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1267.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854 ChangeSet 1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0 fix bug report Timothy William Chevalier <t
bk-changeset-1.1267.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854 ChangeSet 1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0 fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE where we told pvode to ignore the iopt and ropt passed in.
src/ts/impls/implicit/pvode/petscpvode.c 1.11 03/06/13 11:51:03 bsmith@harley.mcs.anl.gov +1 -1 fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE where we told pvode to ignore the iopt and ropt passed in.
Hg-commit: e80da8f551ad8be482be8c03c89d6de90f169e47
show more ...
|
| 30de9b25 | 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vector.c 1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vecreg.c 1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84 moved many of the /*M manual pages to the include file they belong with
src/ts/interface/tsreg.c 1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/interface/viewreg.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/socket/send.c 1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/draw/drawv.c 1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/binary/binv.c 1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/ascii/vcreatea.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/pinit.c 1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/inherit.c 1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/aoptions.c 1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/matlab.c 1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/fileio/mprint.c 1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/makefile 1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/err.c 1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157 moved many of the /*M manual pages to the include file they belong with
src/sys/src/draw/interface/drawreg.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/snes/utils/damgsnes.c 1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1 moved many of the /*M manual pages to the include file they belong with
src/snes/mf/snesmfj.c 1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/snes/interface/snes.c 1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sles/pc/interface/precon.c 1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42 moved many of the /*M manual pages to the include file they belong with
src/sles/ksp/interface/itcreate.c 1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/mat/partition/partition.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/mat/order/sorder.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matrix.c 1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matreg.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41 moved many of the /*M manual pages to the include file they belong with
src/mat/color/color.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/dm/da/src/da2.c 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19 moved many of the /*M manual pages to the include file they belong with
include/petscviewer.h 1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3 moved many of the /*M manual pages to the include file they belong with
include/petscvec.h 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0 moved many of the /*M manual pages to the include file they belong with
include/petscts.h 1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscsnes.h 1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0 moved many of the /*M manual pages to the include file they belong with
include/petscpc.h 1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0 moved many of the /*M manual pages to the include file they belong with
include/petscoptions.h 1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0 moved many of the /*M manual pages to the include file they belong with
include/petscmat.h 1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1 moved many of the /*M manual pages to the include file they belong with
include/petscksp.h 1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscerror.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0 moved many of the /*M manual pages to the include file they belong with
include/petscengine.h 1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1 moved many of the /*M manual pages to the include file they belong with
include/petscdraw.h 1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0 moved many of the /*M manual pages to the include file they belong with
include/petscda.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0 moved many of the /*M manual pages to the include file they belong with
include/petsc.h 1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0 moved many of the /*M manual pages to the include file they belong with
include/makefile 1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3 moved many of the /*M manual pages to the include file they belong with
Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec
show more ...
|
| 31b3f9ab | 12-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1260 bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161 ChangeSet 1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0 added TSPVodeGetParameters()
include/petscts.h
bk-changeset-1.1260 bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161 ChangeSet 1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0 added TSPVodeGetParameters()
include/petscts.h 1.13 03/06/12 13:03:56 bsmith@harley.mcs.anl.gov +1 -0 added TSPVodeGetParameters
src/ts/impls/implicit/pvode/petscpvode.c 1.10 03/06/12 13:03:44 bsmith@harley.mcs.anl.gov +41 -0 added TSPVodeGetParameters()
Hg-commit: 049324cdc49ca57d96298e50341a565d3a343e4f
show more ...
|
| 311835f5 | 11-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1253 bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118 ChangeSet 1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0 final argument of DAVecGatArray RestoreArray now v
bk-changeset-1.1253 bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118 ChangeSet 1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0 final argument of DAVecGatArray RestoreArray now void *
src/vec/interface/vector.c 1.44 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +7 -7 final argument of DAVecGatArray RestoreArray now void *
src/ts/examples/tutorials/ex7.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +6 -6 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex5.c 1.9 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex3.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex29.c 1.47 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex27.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex26.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex25.c 1.15 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex24.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex23.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex22.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex21.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex20.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex19.c 1.9 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex18.c 1.4 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex14.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/dm/da/src/dagetarray.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/dm/da/src/da2.c 1.29 03/06/10 22:03:43 bsmith@harley.mcs.anl.gov +6 -6 final argument of DAVecGatArray RestoreArray now void *
include/petscda.h 1.17 03/06/10 21:46:34 bsmith@harley.mcs.anl.gov +2 -140 droped dimensional davecgetarray and changed prototype to have void * instead of void **
Hg-commit: d1c2b4268f998f625487087cd2c69c62504c4214
show more ...
|
| 35b76a18 | 03-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1244.1.13 balay@asterix.mcs.anl.gov|ChangeSet|20030603164006|65405 ChangeSet 1.1244.1.13 03/06/03 11:40:06 balay@asterix.mcs.anl.gov +1 -0 fix warnings & and an error wit RK code
bk-changeset-1.1244.1.13 balay@asterix.mcs.anl.gov|ChangeSet|20030603164006|65405 ChangeSet 1.1244.1.13 03/06/03 11:40:06 balay@asterix.mcs.anl.gov +1 -0 fix warnings & and an error wit RK code
src/ts/impls/explicit/rk/rk.c 1.5 03/06/03 11:40:01 balay@asterix.mcs.anl.gov +4 -6 fix warnings & and an error wit RK code
Hg-commit: 845d923d4f44c2bd4c8b6dd6207c622fe3082e7d
show more ...
|
| 26edb414 | 03-Jun-2003 |
asbjorn <asbjorn@heilo.ii.uib.no> |
bk-changeset-1.1244.1.11 asbjorn@heilo.ii.uib.no|ChangeSet|20030603093510|65187 ChangeSet 1.1244.1.11 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +2 -0 rk.c: Fixed some errors in the rk.c code
bk-changeset-1.1244.1.11 asbjorn@heilo.ii.uib.no|ChangeSet|20030603093510|65187 ChangeSet 1.1244.1.11 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +2 -0 rk.c: Fixed some errors in the rk.c code
BitKeeper/etc/logging_ok 1.47 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +1 -0 Logging to logging@openlogging.org accepted
src/ts/impls/explicit/rk/rk.c 1.4 03/06/03 11:33:36 asbjorn@heilo.ii.uib.no +32 -28 Fixed some errors in the rk.c code
Hg-commit: 841684b37ce6192a67358add75e4dccb08da2acc
show more ...
|
| bce24766 | 03-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1244.1.10 balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491 ChangeSet 1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0 fix PVODE interface to work with BOPT=g_c++
bk-changeset-1.1244.1.10 balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491 ChangeSet 1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0 fix PVODE interface to work with BOPT=g_c++
src/ts/interface/tsregall.c 1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1 fix PVODE interface to work with BOPT=g_c++
src/ts/impls/implicit/pvode/petscpvode.h 1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +4 -2 fix PVODE interface to work with BOPT=g_c++
src/ts/impls/implicit/pvode/makefile 1.4 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1 fix PVODE interface to work with BOPT=g_c++
src/ts/examples/tests/ex4.c 1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +3 -3 fix PVODE interface to work with BOPT=g_c++
src/fortran/custom/zts.c 1.8 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1 fix PVODE interface to work with BOPT=g_c++
Hg-commit: 565a4592388583fa835e4bb230cb9a93b4f5a97f
show more ...
|
| e4dd521c | 02-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1244.1.8 bsmith@harley.mcs.anl.gov|ChangeSet|20030602182457|65189 ChangeSet 1.1244.1.8 03/06/02 13:24:57 bsmith@harley.mcs.anl.gov +10 -0 add rk
src/ts/interface/tsregall.c
bk-changeset-1.1244.1.8 bsmith@harley.mcs.anl.gov|ChangeSet|20030602182457|65189 ChangeSet 1.1244.1.8 03/06/02 13:24:57 bsmith@harley.mcs.anl.gov +10 -0 add rk
src/ts/interface/tsregall.c 1.6 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0 adding rk
src/ts/impls/explicit/rk/rk.c 1.3 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0 adding rk
src/ts/impls/explicit/rk/makefile 1.2 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +3 -3 adding rk
src/ts/impls/explicit/makefile 1.4 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +1 -1 adding rk
src/snes/examples/tutorials/ex29.c 1.46 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0 new code to dump initial solution; needs to be commented out
src/sles/examples/tutorials/ex31.c 1.3 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +26 -4 new code to dump initial solution
include/petscts.h 1.12 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +4 -0 adding rk
include/petscda.h 1.15 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +1 -0 new method
include/finclude/petscts.h 1.7 03/06/02 13:24:55 bsmith@harley.mcs.anl.gov +1 -0 adding rk
docs/website/documentation/troubleshooting.html 1.10 03/06/02 13:22:49 bsmith@harley.mcs.anl.gov +16 -16 Subject: [PETSC #7111] swapped answers In the online troubleshooting guide (http://www-unix.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html), the problem and cure for items 69 and 70 are swapped. Bill
src/ts/impls/explicit/rk/makefile 1.1 03/05/29 13:01:48 bsmith@harley.mcs.anl.gov +18 -0
src/ts/impls/explicit/rk/makefile 1.0 03/05/29 13:01:47 bsmith@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/ts/impls/explicit/rk/makefile
src/ts/impls/explicit/rk/rk.c 1.2 03/05/29 13:01:13 bsmith@harley.mcs.anl.gov +0 -0 Rename: src/ts/impls/explicit/rk.c -> src/ts/impls/explicit/rk/rk.c
src/ts/impls/explicit/rk.c 1.1 03/05/29 13:00:49 bsmith@harley.mcs.anl.gov +431 -0
src/ts/impls/explicit/rk.c 1.0 03/05/29 13:00:49 bsmith@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/ts/impls/explicit/rk.c
Hg-commit: a344f9260ab413df6c0c3028ef711c1015b0fab4
show more ...
|
| 1e300200 | 30-Apr-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1175 balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304 ChangeSet 1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0 fix pvode interface to use a separate communicator
s
bk-changeset-1.1175 balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304 ChangeSet 1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0 fix pvode interface to use a separate communicator
src/ts/impls/implicit/pvode/petscpvode.h 1.6 03/04/30 15:24:20 balay@smash.mcs.anl.gov +1 -0 fix pvode interface to use a separate communicator
src/ts/impls/implicit/pvode/petscpvode.c 1.9 03/04/30 15:24:20 balay@smash.mcs.anl.gov +4 -2 fix pvode interface to use a separate communicator
Hg-commit: 19faa8276df4140df08e55674fee697297d050e5
show more ...
|
| 5029ea04 | 11-Apr-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1145 knepley@khan.mcs.anl.gov|ChangeSet|20030411140127|63423 ChangeSet 1.1145 03/04/11 09:01:27 knepley@khan.mcs.anl.gov +2 -0 Nightly build fixes
src/ts/examples/tutorials/ex6.
bk-changeset-1.1145 knepley@khan.mcs.anl.gov|ChangeSet|20030411140127|63423 ChangeSet 1.1145 03/04/11 09:01:27 knepley@khan.mcs.anl.gov +2 -0 Nightly build fixes
src/ts/examples/tutorials/ex6.c 1.5 03/04/11 09:01:22 knepley@khan.mcs.anl.gov +55 -50 Upgraded
src/snes/examples/tests/ex11.c 1.6 03/04/11 09:01:22 knepley@khan.mcs.anl.gov +99 -100 Upgraded, but still broken
Hg-commit: ebbbe4ab19ce828c5309efa2fe96745a7f8260cc
show more ...
|
| e855a17b | 07-Apr-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1135.1.8 bsmith@harley.mcs.anl.gov|ChangeSet|20030407232506|51785 ChangeSet 1.1135.1.8 03/04/07 18:25:06 bsmith@harley.mcs.anl.gov +6 -0 fixed outdated seterra() as pointed out by
bk-changeset-1.1135.1.8 bsmith@harley.mcs.anl.gov|ChangeSet|20030407232506|51785 ChangeSet 1.1135.1.8 03/04/07 18:25:06 bsmith@harley.mcs.anl.gov +6 -0 fixed outdated seterra() as pointed out by Steven Allmaras Boeing
src/snes/examples/tests/ex11.c 1.5 03/04/07 18:25:04 bsmith@harley.mcs.anl.gov +1 -1 fixed outdated seterra() as pointed out by Steven Allmaras Boeing
src/ts/examples/tutorials/makefile 1.4 03/04/07 18:23:24 bsmith@harley.mcs.anl.gov +2 -2 missing filkes from makefile
src/ts/examples/tutorials/ex6.c 1.4 03/04/07 18:22:48 bsmith@harley.mcs.anl.gov +1 -1 fixed louteded seterra
src/snes/examples/tests/makefile 1.6 03/04/07 18:21:44 bsmith@harley.mcs.anl.gov +2 -2 fixed bad seterra
include/petscerror.h 1.17 03/04/07 18:16:27 bsmith@harley.mcs.anl.gov +1 -1 fixed seterrabort as reported by Steven Allmaras Boeing
src/sles/pc/impls/spai/examples/tutorials/ex2.c 1.4 03/04/07 18:15:45 bsmith@harley.mcs.anl.gov +2 -2 removed dead seterra()
Hg-commit: 1b25fe5afffc9ca53d24a2ec899e22c2abbbd17d
show more ...
|
| 7f6c08e0 | 16-Jan-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.933.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763 ChangeSet 1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0 Added level comments
src/vec/interface/vecr
bk-changeset-1.933.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763 ChangeSet 1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0 Added level comments
src/vec/interface/vecreg.c 1.16 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/ts/interface/tsreg.c 1.10 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sys/src/viewer/impls/socket/send.c 1.14 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/draw/drawv.c 1.13 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/binary/binv.c 1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/ascii/vcreatea.c 1.6 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/matlabengine/matlab.c 1.15 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +6 -2 Added level comments
src/snes/interface/snes.c 1.26 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sles/pc/interface/precon.c 1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sles/ksp/interface/itcreate.c 1.19 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/mat/interface/matreg.c 1.7 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/contrib/sda/src/sda2.c 1.10.1.1 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +17 -1 Added level comments
Hg-commit: 5a32aa126ee285920e89eef7da89ad6aa2596a13
show more ...
|