| #
557a7fc0
|
| 09-Feb-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1929.1.26 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035113|31655 ChangeSet 1.1929.1.26 04/02/08 21:51:13 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://pets
bk-changeset-1.1929.1.26 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035113|31655 ChangeSet 1.1929.1.26 04/02/08 21:51:13 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: fd21a0e1c80a3563467c19d2b5a2e670e6371e25
show more ...
|
| #
4482741e
|
| 09-Feb-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1929.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196 ChangeSet 1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0 Implementing Vi
bk-changeset-1.1929.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196 ChangeSet 1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
todo 1.21 04/02/08 21:50:27 barrysmith@barry-smiths-computer.local +4 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vscat.c 1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +16 -16 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vinv.c 1.22 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +30 -20 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vecmpitoseq.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/vecio.c 1.24 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/utils/cmesh.c 1.4 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/isltog.c 1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +14 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/isdiff.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/iscomp.c 1.7 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/utils/iscoloring.c 1.14 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/interface/index.c 1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +26 -25 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/stride/stride.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/general/general.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/is/impls/block/block.c 1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/vector.c 1.68 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +139 -127 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/vecreg.c 1.21 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/veccreate.c 1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/mapreg.c 1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/mapcreate.c 1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/interface/map.c 1.10 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +14 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/vec/impls/mpi/pbvec.c 1.17 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/tsreg.c 1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/tscreate.c 1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/interface/ts.c 1.26 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +61 -53 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/impls/pseudo/posindep.c 1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ts/impls/implicit/cn/cn.c 1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/viewreg.c 1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/viewa.c 1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/view.c 1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/flush.c 1.4 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/interface/dupl.c 1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/vu/petscvu.c 1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/string/stringv.c 1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/silo/vsilo.c 1.11 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/mathematica/mathematica.c 1.23 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +17 -15 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/draw/drawv.c 1.15 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/binary/binv.c 1.21 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/ascii/filev.c 1.16 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +11 -9 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/viewer/impls/ams/ams.c 1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/random.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +8 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/pbarrier.c 1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/utils/dict.c 1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +19 -19 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/stageLog.c 1.18 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +20 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/ploginfo.c 1.13 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/plog.c 1.38 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/eventLog.c 1.24 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/plog/classLog.c 1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/tagm.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/pname.c 1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/options.c 1.30 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +16 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/inherit.c 1.17 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/objects/destroy.c 1.11 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/matlabengine/matlab.c 1.21 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_win32.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_t3e.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_solaris_old.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_solaris.c 1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_rs6000.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_nag.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_hpux.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_common.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +10 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_alpha.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_absoft.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/f90/f90_IRIX.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/error/err.c 1.19 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/lg.c 1.10 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +17 -15 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/hists.c 1.14 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +16 -14 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/dscatter.c 1.8 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/utils/axis.c 1.9 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dviewp.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtri.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtextv.c 1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtexts.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtextgs.c 1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dtext.c 1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsflush.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsetpause.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dsclear.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/drect.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/drawreg.c 1.14 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/draw.c 1.10 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +13 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpoints.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpoint.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dpause.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dmouse.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dlinew.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dlinegw.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dline.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dgpause.c 1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dgcoor.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dflush.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dellipse.c 1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dcoor.c 1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dclear.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/draw/interface/dbuff.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/sys/src/dll/reg.c 1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/wp.c 1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/snesmfjdef.c 1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/mf/snesmfj.c 1.28 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/interface/snes.c 1.35 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +70 -64 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/snes/impls/ls/lsparams.c 1.5 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/pf/interface/pf.c 1.10 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +14 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/zerodiag.c 1.8 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +0 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/matio.c 1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/getcolv.c 1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/gcreate.c 1.14 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/utils/axpy.c 1.11 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +12 -12 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/partition/partition.c 1.15 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +11 -10 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/order/sorder.c 1.14 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +3 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/matfd/fdmatrix.c 1.12 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +14 -17 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/mhas.c 1.5 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/matrix.c 1.94 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +275 -209 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/interface/matreg.c 1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/shell/shell.c 1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +5 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/sbaij/seq/sbaij.c 1.91 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/rowbs/mpi/mpirowbs.c 1.44 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/dense/seq/dense.c 1.46 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/bdiag/mpi/mpibdiag.c 1.26.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/baij/seq/baij.c 1.76 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/baij/mpi/mpibaij.c 1.51 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/superlu/superlu.c 1.54.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/matptap.c 1.10 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/matmatmult.c 1.41 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +16 -17 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/aijnode.c 1.23 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +0 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/aij/seq/aij.c 1.125 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +4 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/impls/adic/matadic.c 1.21 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/examples/tests/ex1.c 1.10 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +8 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/mat/color/color.c 1.13 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/utils/damg.c 1.20 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/interface/precon.c 1.34.1.1 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +66 -61 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/interface/pcset.c 1.15 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/sor/sor.c 1.16 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/shell/shellpc.c 1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/redundant/redundant.c 1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/mg/mg.c 1.23 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/lu/lu.c 1.24 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +7 -7 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/ksp/pcksp.c 1.13 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/jacobi/jacobi.c 1.8 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/ilu/ilu.c 1.27 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +11 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/icc/icc.c 1.22 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/hypre/hyppilut.c 1.46 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/eisens/eisen.c 1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/composite/composite.c 1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/cholesky/cholesky.c 1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/bjacobi/bjacobi.c 1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +8 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/pc/impls/asm/asm.c 1.25 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +11 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itres.c 1.7 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itfunc.c 1.34 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +45 -39 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/iterativ.c 1.10 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -8 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itcreate.c 1.37 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/itcl.c 1.9 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/iguess.c 1.5 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +17 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/interface/eige.c 1.8.1.1 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/rich/richscale.c 1.6 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/qcg/qcg.c 1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/gmres/gmres2.c 1.15 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/gmres/gmres.c 1.29 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/fgmres/modpcf.c 1.9 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/fgmres/fgmres.c 1.22 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/cheby/cheby.c 1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/ksp/ksp/impls/cg/cgtype.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/utils/pack.c 1.7 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daview.c 1.13 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dasub.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dascatter.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dapf.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daltol.c 1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daltog.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dalocal.c 1.15 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +16 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daload.c 1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dainterp.c 1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +7 -4 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daindex.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dagtona.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dagtol.c 1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +25 -25 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/daghost.c 1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dadist.c 1.11 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +4 -2 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dadestroy.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/dacorn.c 1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +8 -6 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da3.c 1.17 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da2.c 1.36 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +14 -13 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/da/src/da1.c 1.16 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/utils/aopart.c 1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/aodataalias.c 1.5 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/aodata.c 1.7 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +40 -39 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/interface/ao.c 1.10 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +19 -11 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/mapping/aomapping.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -5 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/basic/aodatabasic.c 1.12 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
src/dm/ao/impls/basic/aobasic.c 1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petsclog.h 1.33 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +3 -3 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petschead.h 1.24 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +60 -60 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
include/petscerror.h 1.24 04/02/08 21:50:10 barrysmith@barry-smiths-computer.local +1 -0 Implementing Victor's suggestion that PetscValidXXX take the argument # as an argument and prints it on error
Hg-commit: 9f73a33a80604cbf5f81774c2cc9dd509503ba9e
show more ...
|
| #
ac226902
|
| 27-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1831 barrysmith@barry-smiths-computer.local|ChangeSet|20031227011131|64430 ChangeSet 1.1831 03/12/26 19:11:31 barrysmith@barry-smiths-computer.local +13 -0 being more careful with
bk-changeset-1.1831 barrysmith@barry-smiths-computer.local|ChangeSet|20031227011131|64430 ChangeSet 1.1831 03/12/26 19:11:31 barrysmith@barry-smiths-computer.local +13 -0 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/interface/ts.c 1.25 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +6 -6 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/impls/pseudo/posindep.c 1.11 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +2 -2 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/snes/interface/snes.c 1.34 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +4 -4 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/pc/impls/asm/asm.c 1.23 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +1 -1 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itfunc.c 1.32 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +4 -0 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itcreate.c 1.35 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +0 -3 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itcl.c 1.8 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +1 -1 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/fortran/custom/zts.c 1.10 03/12/26 19:11:29 barrysmith@barry-smiths-computer.local +43 -38 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/impls/pseudo/posindep.c 1.10 03/12/26 18:40:03 barrysmith@barry-smiths-computer.local +2 -0 so solaris compiler won't complain about assigning dt with extern c function
src/snes/impls/ls/ls.h 1.5 03/12/26 18:38:57 barrysmith@barry-smiths-computer.local +2 -0 keep solaris compiler from complaining about setting checkstep with extern c
src/snes/mf/snesmfj.h 1.6 03/12/26 18:37:56 barrysmith@barry-smiths-computer.local +3 -1 extern_c so function assigments of functions in datastructure are not complained about by solaris compiler
src/ksp/ksp/impls/fgmres/fgmresp.h 1.7 03/12/26 18:35:34 barrysmith@barry-smiths-computer.local +3 -2 extern_c so solaris compiler won't complain about borth, modifypc etc being set as extern c functions
src/ksp/ksp/impls/gmres/gmresp.h 1.7 03/12/26 18:33:49 barrysmith@barry-smiths-computer.local +2 -0 extern c so solaris compiler won't complain about borthog assigned an extern c function
src/ksp/pc/impls/shell/shellpc.c 1.11 03/12/26 18:32:15 barrysmith@barry-smiths-computer.local +2 -0 made extern_c structure cause solaris compiler sees in line 124 external c function is setting these function values; good idea?
Hg-commit: 305e088c1ade79681881a111759e0930d41554ce
show more ...
|
| #
51b59709
|
| 01-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1733 barrysmith@barry-smiths-computer.local|ChangeSet|20031201040725|38869 ChangeSet 1.1733 03/11/30 22:07:25 barrysmith@barry-smiths-computer.local +1 -0 merge with Matt's check
bk-changeset-1.1733 barrysmith@barry-smiths-computer.local|ChangeSet|20031201040725|38869 ChangeSet 1.1733 03/11/30 22:07:25 barrysmith@barry-smiths-computer.local +1 -0 merge with Matt's check
python/PETSc/Options.py 1.11 03/11/30 22:07:24 barrysmith@barry-smiths-computer.local +2 -5 merge with Matt's check
Hg-commit: cbb09768a4b78c93895fd9eee143c24cca536549
show more ...
|
| #
2fc52814
|
| 01-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1731.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031201002502|19423 ChangeSet 1.1731.1.1 03/11/30 18:25:02 barrysmith@barry-smiths-computer.local +66 -0 more const char
bk-changeset-1.1731.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031201002502|19423 ChangeSet 1.1731.1.1 03/11/30 18:25:02 barrysmith@barry-smiths-computer.local +66 -0 more const char
src/sys/src/error/adebug.c 1.23 03/11/30 18:24:59 barrysmith@barry-smiths-computer.local +7 -6 more const char
src/dm/ao/impls/basic/aodatabasic.c 1.10 03/11/30 18:24:59 barrysmith@barry-smiths-computer.local +14 -14 more const char
src/vec/interface/vector.c 1.64 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/vec/interface/vecreg.c 1.19 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/vec/interface/map.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ts/interface/ts.c 1.24 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/viewer/interface/dlregispetsc.c 1.12 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/viewer/impls/string/stringv.c 1.8 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/utils/str.c 1.15 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +11 -11 more const char
src/sys/src/utils/dlregis.h 1.6 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/plog/plogmpe.c 1.12 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/plog/plog.c 1.37 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/objects/ptype.c 1.7 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/objects/pname.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/objects/options.c 1.27 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/objects/destroy.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/fileio/mpiuopen.c 1.10 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/fileio/fretrieve.c 1.10 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/error/signal.c 1.19 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/fp.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/errtrace.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/err.c 1.18 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +4 -3 more const char
src/sys/src/draw/interface/drawreg.c 1.12 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/draw/interface/draw.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/draw/impls/x/xops.c 1.13 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/draw/impls/x/xinit.c 1.6 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -3 more const char
src/sys/src/draw/impls/x/xcolor.c 1.5 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/draw/drawimpl.h 1.8 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/snes/interface/snes.c 1.33 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/snes/impls/ls/ls.c 1.27 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/mat/partition/partition.c 1.14 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/mat/impls/esi/mesi.c 1.34 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/mat/impls/aij/mpi/libtfs/gs.h 1.5 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +3 -3 more const char
src/mat/impls/aij/mpi/libtfs/gs.c 1.9 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +3 -5 more const char
src/mat/impls/aij/mpi/libtfs/error.h 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/mat/impls/aij/mpi/libtfs/error.c 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +8 -7 more const char
src/ksp/pc/interface/pcset.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/ksp/pc/impls/sor/sor.c 1.13 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/mg/mg.c 1.21 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/asm/asm.c 1.22 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/interface/itfunc.c 1.30 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +8 -8 more const char
src/ksp/ksp/impls/lgmres/lgmres.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/impls/gmres/gmres.c 1.24 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/utils/fdda.c 1.33 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/utils/dm.c 1.7 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/src/daview.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/src/da2.c 1.34 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/daimpl.h 1.13 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/dm/ao/utils/aosetlocal.c 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/utils/aopart.c 1.5 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/interface/dlregis.c 1.15 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/interface/aodata.c 1.6 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +37 -37 more const char
src/dm/ao/impls/basic/aoreduced.c 1.5 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/aoimpl.h 1.10 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +16 -16 more const char
makefile 1.77 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +4 -4 more const char
include/petscviewer.h 1.33 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscvec.h 1.36 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petsclog.h 1.32 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscerror.h 1.23 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscdraw.h 1.17 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +2 -2 more const char
include/petscda.h 1.23 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +3 -3 more const char
include/petscblaslapack.h 1.9 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +13 -13 more const char
include/petscao.h 1.11 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +36 -36 more const char
include/petsc.h 1.44 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +5 -5 more const char
src/dm/ao/impls/basic/aodatabasic.c 1.9 03/11/30 13:17:09 barrysmith@barry-smiths-computer.local +2 -1 *** empty log message ***
src/sys/src/error/adebug.c 1.22 03/11/30 12:46:33 barrysmith@barry-smiths-computer.local +5 -5 *** empty log message ***
include/petscmatlab.h 1.12 03/11/30 09:23:58 barrysmith@barry-smiths-computer.local +4 -4 more const char*
src/sys/src/matlabengine/matlab.c 1.20 03/11/30 09:23:49 barrysmith@barry-smiths-computer.local +4 -4 more const char*
Hg-commit: 3b289d2eff363f51655e3a6abcc388d934249fc8
show more ...
|
| #
0e33f6dd
|
| 24-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1708 barrysmith@barry-smiths-computer.local|ChangeSet|20031124003009|29219 ChangeSet 1.1708 03/11/23 18:30:09 barrysmith@barry-smiths-computer.local +58 -0 more cleanup from removi
bk-changeset-1.1708 barrysmith@barry-smiths-computer.local|ChangeSet|20031124003009|29219 ChangeSet 1.1708 03/11/23 18:30:09 barrysmith@barry-smiths-computer.local +58 -0 more cleanup from removing sles from petsc 2 and lots of const char * that solaris 9 compiler would like to have
src/vec/interface/vecreg.c 1.18 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/vec/interface/mapreg.c 1.11 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/vec/impls/esi/ebvec1.c 1.30 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ts/interface/tsreg.c 1.13 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/viewer/interface/viewregall.c 1.11 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/viewer/interface/viewreg.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/objects/pname.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/objects/inherit.c 1.14 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/objects/destroy.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/objects/ams/aoptions.c 1.15 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/dtextv.c 1.4 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/dtext.c 1.5 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/drawregall.c 1.4 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/drawreg.c 1.10 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +10 -9 const as solaris 9 compiler indicates would be better
src/sys/src/draw/impls/x/xops.c 1.12 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/draw/impls/ps/pops.c 1.9 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/draw/drawimpl.h 1.7 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/snes/utils/damgsnes.c 1.24 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +0 -1 const as solaris 9 compiler indicates would be better
src/snes/mf/snesmfj.c 1.24 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/snes/interface/snes.c 1.32 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/pf/interface/pfall.c 1.5 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/pf/interface/pf.c 1.9 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/utils/matioall.c 1.27 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/partition/spartition.c 1.5 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/partition/partition.c 1.13 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/order/sregis.c 1.6 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/order/sorder.c 1.10 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matrix.c 1.87 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matregis.c 1.30 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matreg.c 1.13 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/impls/esi/mesi.c 1.32 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/color/scolor.c 1.4 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/color/color.c 1.11 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/pc/interface/pcset.c 1.11 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/pc/impls/esi/pesi.c 1.16 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/ksp/interface/itcreate.c 1.32 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/esi/esles.c 1.14 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +4 -4 error from change in removing sles
include/petscviewer.h 1.31 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +3 -3 const as solaris 9 compiler indicates would be better
include/petscvec.h 1.33 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +3 -3 const as solaris 9 compiler indicates would be better
include/petscts.h 1.20 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscsnes.h 1.20 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscpf.h 1.7 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscpc.h 1.36 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscoptions.h 1.11 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscmat.h 1.91 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +13 -13 const as solaris 9 compiler indicates would be better
include/petscksp.h 1.29 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +5 -1 const as solaris 9 compiler indicates would be better
include/petschead.h 1.19 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscerror.h 1.22 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +5 -5 const as solaris 9 compiler indicates would be better
include/petscdraw.h 1.15 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +5 -5 const as solaris 9 compiler indicates would be better
include/petsc.h 1.42 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
docs/website/developers/index.html 1.15 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +8 -20 remove "unneeded" text to make it simplier
src/ts/impls/implicit/beuler/beuler.c 1.9 03/11/23 16:28:44 barrysmith@barry-smiths-computer.local +0 -1 unused variable introduced by removing sles
src/ksp/pc/impls/is/nn/nn.c 1.12 03/11/23 16:24:52 barrysmith@barry-smiths-computer.local +0 -1 unused variable, introduced by removing sles
src/ksp/pc/impls/is/is.c 1.10 03/11/23 16:22:15 barrysmith@barry-smiths-computer.local +0 -1 unused variable, found in nightly build from sles removal
src/ksp/pc/impls/sles/pcsles.c 1.10 03/11/23 16:20:55 barrysmith@barry-smiths-computer.local +0 -2 unused variable found in nightly build, introduced by sles removal
src/ksp/pc/impls/asm/asm.c 1.20 03/11/23 16:20:12 barrysmith@barry-smiths-computer.local +1 -2 unused variable found in nightly builds, introduced by sles removal
src/ksp/pc/impls/bjacobi/bjacobi.c 1.20 03/11/23 16:18:54 barrysmith@barry-smiths-computer.local +0 -2 unused variable found in nightly build, introduced when removing sles
src/ksp/pc/impls/mg/mg.c 1.19 03/11/23 16:18:48 barrysmith@barry-smiths-computer.local +0 -1 unused variable found in nightly build, introduced when removing sles
Hg-commit: 642da25c1e351796f5f5955d3889aadd9c4a0531
show more ...
|
| #
702e6c57
|
| 23-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1705 barrysmith@barry-smiths-computer.local|ChangeSet|20031123033515|60145 ChangeSet 1.1705 03/11/22 21:35:15 barrysmith@barry-smiths-computer.local +4 -0 merge with somebody, piss
bk-changeset-1.1705 barrysmith@barry-smiths-computer.local|ChangeSet|20031123033515|60145 ChangeSet 1.1705 03/11/22 21:35:15 barrysmith@barry-smiths-computer.local +4 -0 merge with somebody, pisses me off
src/ksp/examples/tutorials/ex10.c 1.28 03/11/22 21:35:14 barrysmith@barry-smiths-computer.local +5 -8 merge with somebody, pisses me off
src/ksp/examples/tests/ex16.F 1.9 03/11/22 21:35:14 barrysmith@barry-smiths-computer.local +0 -2 merge with somebody, pisses me off
src/snes/examples/tutorials/ex6.c 1.8 03/11/22 21:30:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/superlu/superlu.c 1.49 03/11/22 21:30:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/examples/tutorials/ex10.c 1.27 03/11/22 21:30:18 barrysmith@barry-smiths-computer.local +0 -0 Merge rename: src/sles/examples/tutorials/ex10.c -> src/ksp/examples/tutorials/ex10.c
src/ksp/examples/tests/ex16.F 1.8 03/11/22 21:30:18 barrysmith@barry-smiths-computer.local +0 -0 Merge rename: src/sles/examples/tests/ex16.F -> src/ksp/examples/tests/ex16.F
Hg-commit: 7902e4f46e04bafc41487c9af7b1642925295149
show more ...
|
| #
94b7f48c
|
| 22-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1699.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031122035212|64319 ChangeSet 1.1699.1.1 03/11/21 21:52:12 barrysmith@barry-smiths-computer.local +183 -0 replaced sles w
bk-changeset-1.1699.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031122035212|64319 ChangeSet 1.1699.1.1 03/11/21 21:52:12 barrysmith@barry-smiths-computer.local +183 -0 replaced sles with ksp everywhere except library name and sles directory
src/vec/examples/tests/makefile 1.8 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +15 -20 replaced sles with ksp everywhere except library name and sles directory
src/ts/tsimpl.h 1.10 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/tsreg.c 1.12 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/tscreate.c 1.6 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/ts.c 1.23 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +24 -24 replaced sles with ksp everywhere except library name and sles directory
src/ts/impls/implicit/cn/cn.c 1.7 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +13 -9 replaced sles with ksp everywhere except library name and sles directory
src/snes/utils/damgsnes.c 1.22 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +17 -22 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex13f90.F 1.8 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +18 -19 replaced sles with ksp everywhere except library name and sles directory
docs/website/documentation/changes/220.html 1.9 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +10 -2 replaced sles with ksp everywhere except library name and sles directory
src/ts/impls/implicit/beuler/beuler.c 1.8 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +14 -11 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex7.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex6.c 1.9 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex5.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex4.c 1.5 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex3.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex2f.h 1.4 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +0 -2 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tests/ex1f.F 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sys/src/viewer/interface/dupl.c 1.4 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sys/src/objects/pinit.c 1.27 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/snes/snesimpl.h 1.10 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/mf/snesmfj.c 1.23 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +2 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/interface/snes.c 1.31 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +30 -33 replaced sles with ksp everywhere except library name and sles directory
src/snes/impls/tr/tr.c 1.9 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
src/snes/impls/ls/ls.c 1.25 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +6 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/makefile 1.29 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex6.c 1.6.1.1 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +4 -7 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5s.c 1.5 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5f90.F 1.7 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +0 -6 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5.c 1.13 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex30.c 1.34 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex3.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex29.c 1.56 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +8 -12 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex27.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex24.c 1.11 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +18 -16 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex2.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex1f.F 1.7 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -10 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex19.c 1.10 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex14.c 1.7 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex10d/ex10.c 1.8 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex1.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -8 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex9.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex5.c 1.5 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex11.c 1.9 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +17 -20 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex1.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/utils/damg.c 1.18 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +37 -45 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/precon.c 1.30 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/pcset.c 1.9 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/pcregis.c 1.18 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/sles/pcsles.c 1.8 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +87 -83 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/samgpetsctools.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/samgmgpetsc.c 1.5 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +26 -30 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/petscfunc.h 1.3 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -4 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/redundant/redundant.c 1.9 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/ramgpetsc.c 1.10 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/petscfunc.h 1.7 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -4 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/petscfunc.c 1.10 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/smg.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mgimpl.h 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mgfunc.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +23 -25 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mg.c 1.17 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +47 -51 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/fmg.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +6 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mat/pcmat.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/lu/lu.c 1.22 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/nn/nn.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/nn/nn.c 1.10 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +21 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/is.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/is.c 1.8 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +31 -25 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ilu/ilu.c 1.23 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/composite/composite.c 1.10 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/cholesky/cholesky.c 1.20 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/bjacobi/bjacobi.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/bjacobi/bjacobi.c 1.18 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +83 -85 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/asm/asm.c 1.18 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +62 -58 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tutorials/ex2.c 1.7 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tutorials/ex1.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex8f.F 1.7 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +5 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex6.c 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex5.c 1.10 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +19 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex2.c 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/makefile 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/itfunc.c 1.27 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +20 -20 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/iterativ.c 1.7 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/itcreate.c 1.30 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +4 -0 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/eige.c 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/dlregis.c 1.14 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +2 -88 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/lgmres/lgmres.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/fgmres/modpcf.c 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/fgmres/fgmres.c 1.15 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/cg/cg.c 1.15 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/makefile 1.40 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex9.c 1.11 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +25 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex8.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +30 -30 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex7.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +32 -32 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex6f.F 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +15 -17 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex5.c 1.8 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +22 -21 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex4.c 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +12 -10 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex3.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +12 -11 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex2f.F 1.5 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +19 -23 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex28.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex27.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +16 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex26.c 1.8 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex25.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex23.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +17 -17 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex22.c 1.4 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex21f.F 1.8 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex2.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +16 -16 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex1f.F 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +17 -19 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex16.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex15f.F 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex15.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +14 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex14f.F 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex13.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex12.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -16 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex11f.F 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +12 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex11.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex10.c 1.24.1.1 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +24 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex1.c 1.9 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +18 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex7.c 1.10 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex6.c 1.12 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex5f.F 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex4.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex3.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex24.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex20.c 1.9 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +10 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex2.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +18 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex19.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +18 -19 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex18.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex17.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +12 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex16.F 1.6.1.1 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +19 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex15.c 1.8 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +12 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex14.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex12.F 1.8 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex10.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex1.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/esi/esles.c 1.12 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +23 -35 replaced sles with ksp everywhere except library name and sles directory
src/mat/utils/zerodiag.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/interface/matrix.c 1.86 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +44 -44 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/umfpack/umfpack.c 1.24 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/superlu/superlu.c 1.44.1.1 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.25 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/aijmatlab.c 1.16 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/mpi/mumps/mumps.c 1.50 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex80.c 1.4 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex73.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex7.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex42.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex41.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex40.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex30.c 1.8 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zts.c 1.9 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +4 -4 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zsnes.c 1.11 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +4 -4 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zsles.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +10 -83 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zpc.c 1.12 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +21 -21 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zksp.c 1.12 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/makefile 1.4 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/appctx.h 1.4 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +12 -14 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/makefile 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/appctx.h 1.5 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/appalgebra.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +9 -10 replaced sles with ksp everywhere except library name and sles directory
include/petscts.h 1.19 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscsnes.h 1.19 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
include/petscpc.h 1.35 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscmg.h 1.6 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
include/petscmat.h 1.90 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscksp.h 1.27 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
include/petscda.h 1.22 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
include/petsc.h 1.41 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/finclude/petscpc.h 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/finclude/makefile 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/esi/petsc/solveriterative.h 1.8 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +7 -7 replaced sles with ksp everywhere except library name and sles directory
docs/tex/manual/part2.tex 1.63 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +111 -114 replaced sles with ksp everywhere except library name and sles directory
docs/tex/manual/part1.tex 1.26 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +24 -22 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.SNES 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.SLES 1.6 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +6 -7 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.PC 1.6 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.KSP 1.5 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +4 -6 replaced sles with ksp everywhere except library name and sles directory
bmake/adicmf.init 1.16 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
bmake/adic.init 1.17 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/makefile 1.12 03/11/21 20:51:56 barrysmith@barry-smiths-computer.local +1 -1 runex77 list but commented out
src/vec/examples/tests/ex19f.F 1.5 03/11/21 15:09:20 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/vec/examples/tests/ex19.F -> src/vec/examples/tests/ex19f.F
src/vec/examples/tests/ex20f.F 1.6 03/11/21 15:09:10 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/vec/examples/tests/ex20.F -> src/vec/examples/tests/ex20f.F
docs/website/documentation/changes/220.html 1.8 03/11/21 14:42:11 barrysmith@barry-smiths-computer.local +0 -0 Rename: docs/website/documentation/changes/217.html -> docs/website/documentation/changes/220.html
docs/tex/petscapp.bib 1.92 03/11/21 12:40:12 barrysmith@barry-smiths-computer.local +6 -0 new app
src/snes/utils/damgsnes.c 1.21 03/11/20 16:03:10 barrysmith@barrysmith.mcs.anl.gov +0 -1 *** empty log message ***
src/sles/examples/tutorials/ex13f90.F 1.7 03/11/20 14:22:15 barrysmith@barrysmith.mcs.anl.gov +0 -1 *** empty log message ***
src/sles/examples/tutorials/ex13f90.F 1.6 03/11/20 14:22:07 barrysmith@barrysmith.mcs.anl.gov +0 -2 *** empty log message ***
Hg-commit: 5a18c6729a491ed4d8bb27a226c0a5c2ac09fd4f
show more ...
|
| #
6f62eb87
|
| 19-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1689 barrysmith@barry-smiths-computer.local|ChangeSet|20031119042335|14247 ChangeSet 1.1689 03/11/18 22:23:35 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.1689 barrysmith@barry-smiths-computer.local|ChangeSet|20031119042335|14247 ChangeSet 1.1689 03/11/18 22:23:35 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: f5e5d6ddc1b1c1f4dfb9a3eb85ca346a1c88c096
show more ...
|
| #
b5d62d44
|
| 19-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1685.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031119042324|15702 ChangeSet 1.1685.1.1 03/11/18 22:23:24 barrysmith@barry-smiths-computer.local +51 -0 got rid of SLESe
bk-changeset-1.1685.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031119042324|15702 ChangeSet 1.1685.1.1 03/11/18 22:23:24 barrysmith@barry-smiths-computer.local +51 -0 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/utils/damgsnes.c 1.20 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +11 -4 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/interface/snes.c 1.30 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +4 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tutorials/ex6.c 1.6 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +4 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tutorials/ex29.c 1.55 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +4 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tutorials/ex24.c 1.10 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +5 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tutorials/ex1f.F 1.6 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tutorials/ex1.c 1.5 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tests/ex9.c 1.5 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +3 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/snes/examples/tests/ex11.c 1.8 03/11/18 22:23:21 barrysmith@barry-smiths-computer.local +10 -4 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/utils/damg.c 1.17 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +7 -7 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/samg/samgmgpetsc.c 1.4 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +4 -4 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/mg/mg.c 1.15 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +5 -4 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/is/nn/nn.c 1.9 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/is/is.c 1.7 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +2 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/bjacobi/bjacobi.c 1.17 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +9 -5 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/impls/asm/asm.c 1.17 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +2 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/examples/tutorials/ex2.c 1.6 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/examples/tutorials/ex1.c 1.5 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/examples/tests/ex8f.F 1.6 03/11/18 22:23:20 barrysmith@barry-smiths-computer.local +3 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/pc/examples/tests/ex5.c 1.9 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +6 -4 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/ksp/interface/itfunc.c 1.20 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +51 -3 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex8.c 1.7 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +3 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex7.c 1.8 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +3 -3 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex27.c 1.5 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +3 -3 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex23.c 1.6 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex21f.F 1.7 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex1f.F 1.6 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex15f.F 1.5 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex15.c 1.6 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex13f90.F 1.5 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +3 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex13.c 1.5 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +6 -5 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex12.c 1.6 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +2 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex10.c 1.24 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +7 -7 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tutorials/ex1.c 1.8 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex7.c 1.8 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +3 -3 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex6.c 1.11 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +2 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex24.c 1.6 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex20.c 1.8 03/11/18 22:23:19 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex2.c 1.6 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex19.c 1.5 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +2 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/examples/tests/ex15.c 1.7 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +3 -2 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/sles/esi/esles.c 1.10 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +6 -3 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/fortran/custom/zsles.c 1.6 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +0 -7 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.6 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
src/contrib/oberman/laplacian_q1/appalgebra.c 1.6 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +1 -1 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
include/petscksp.h 1.22 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +1 -0 got rid of SLESetUpOnBlocks and SLESGetPC and -sles_view_binary
docs/website/documentation/changes/217.html 1.7 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +2 -0 got ride of SLESGetPC
docs/tex/manual/part2.tex 1.62 03/11/18 22:23:18 barrysmith@barry-smiths-computer.local +6 -5 got ride of SLESGetPC
docs/manualpages/sec/bop.SLES 1.5 03/11/18 22:23:17 barrysmith@barry-smiths-computer.local +1 -1 got ride of SLESGetPC
docs/manualpages/sec/bop.PC 1.5 03/11/18 22:23:17 barrysmith@barry-smiths-computer.local +2 -2 got ride of SLESGetPC
src/snes/examples/tutorials/ex29.c 1.54 03/11/18 16:28:19 barrysmith@barry-smiths-computer.local +5 -2 *** empty log message ***
src/sles/ksp/impls/cheby/cheby.c 1.8 03/11/18 14:07:33 barrysmith@float190.mcs.anl-external.org +2 -0 [PETSC #8020] A mistake in chebychev interface error checking on values of emin and emax passed in
Hg-commit: 2ba64dbc0997b44e5044740a1b7f3d55ee9174a5
show more ...
|
| #
901be4c9
|
| 30-Oct-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1563 knepley@khan.mcs.anl.gov|ChangeSet|20031030143856|17073 ChangeSet 1.1563 03/10/30 08:38:56 knepley@khan.mcs.anl.gov +2 -0 Merge
src/mat/impls/sbaij/seq/sbaijfact.c 1.50
bk-changeset-1.1563 knepley@khan.mcs.anl.gov|ChangeSet|20031030143856|17073 ChangeSet 1.1563 03/10/30 08:38:56 knepley@khan.mcs.anl.gov +2 -0 Merge
src/mat/impls/sbaij/seq/sbaijfact.c 1.50 03/10/30 08:38:51 knepley@khan.mcs.anl.gov +0 -1 Barry also fixed this
maint/submitPatch.py 1.14 03/10/29 11:21:31 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 35c0a1d5b764a1c2d6ecb65df19db78f0e6387b4
show more ...
|
| #
80987b81
|
| 25-Oct-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1560.1.17 barrysmith@barry-smiths-computer.local|ChangeSet|20031025182939|19114 ChangeSet 1.1560.1.17 03/10/25 13:29:39 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://pets
bk-changeset-1.1560.1.17 barrysmith@barry-smiths-computer.local|ChangeSet|20031025182939|19114 ChangeSet 1.1560.1.17 03/10/25 13:29:39 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: 3ea0067266e8dd5382b0f16914abd7fd19f4a8b2
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 ...
|
| #
5e1917b4
|
| 24-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1330 balay@smash.mcs.anl.gov|ChangeSet|20030624211418|57445 ChangeSet 1.1330 03/06/24 16:14:18 balay@smash.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smas
bk-changeset-1.1330 balay@smash.mcs.anl.gov|ChangeSet|20030624211418|57445 ChangeSet 1.1330 03/06/24 16:14:18 balay@smash.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smash.mcs.anl.gov:/sandbox/balay/petsc-dev
src/sles/ksp/interface/itfunc.c 1.15 03/06/24 16:14:16 balay@smash.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 220c94ccc381ba77e2e3e9ee6fb378e6e9688490
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 ...
|
| #
0ca4a08b
|
| 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: f572df1d3234435d0d989df14f499197c29a6dab
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 ...
|
| #
d0817829
|
| 16-Jan-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.956 knepley@khan.mcs.anl.gov|ChangeSet|20030116184139|19483 ChangeSet 1.956 03/01/16 12:41:39 knepley@khan.mcs.anl.gov +1 -0 Merge
src/contrib/sda/src/sda2.c 1.12 03/01/16 1
bk-changeset-1.956 knepley@khan.mcs.anl.gov|ChangeSet|20030116184139|19483 ChangeSet 1.956 03/01/16 12:41:39 knepley@khan.mcs.anl.gov +1 -0 Merge
src/contrib/sda/src/sda2.c 1.12 03/01/16 12:41:33 knepley@khan.mcs.anl.gov +0 -15 Satish thinks beginner instead of intermediate
Hg-commit: cea5661495ee6081bfaa6e6a281ffa172b7944f1
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 ...
|
| #
92c3bf5a
|
| 18-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/11/18 09:02:41 knepley@khan.mcs.anl.gov +0 -2 Merge
Hg-commit: ba34a23ddff88c8c0d669ea62fd7e847382bebe9
show more ...
|
| #
3cea93ca
|
| 07-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.19 bsmith@terra.mcs.anl.gov|ChangeSet|20021107232635|44367 ChangeSet 1.866.1.19 02/11/07 17:26:35 bsmith@terra.mcs.anl.gov +19 -0 manual page additions and fixes per Mark Van
bk-changeset-1.866.1.19 bsmith@terra.mcs.anl.gov|ChangeSet|20021107232635|44367 ChangeSet 1.866.1.19 02/11/07 17:26:35 bsmith@terra.mcs.anl.gov +19 -0 manual page additions and fixes per Mark Van something
src/vec/interface/vecregall.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/vec/interface/vecreg.c 1.15 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +11 -6 manual page additions and fixes per Mark Van something
src/ts/interface/tsregall.c 1.5 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/ts/interface/tsreg.c 1.9 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +14 -8 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/socket/send.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +12 -0 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/draw/drawv.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +17 -5 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/binary/binv.c 1.14 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +20 -7 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ascii/vcreatea.c 1.5 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +24 -12 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ascii/filev.c 1.15 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ams/ams.c 1.11 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +10 -10 manual page additions and fixes per Mark Van something
src/sys/src/objects/ptype.c 1.6 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +45 -0 manual page additions and fixes per Mark Van something
src/snes/interface/snes.c 1.25 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +6 -0 manual page additions and fixes per Mark Van something
src/sles/pc/interface/precon.c 1.16 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +8 -3 manual page additions and fixes per Mark Van something
src/sles/ksp/interface/itcreate.c 1.18 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +8 -3 manual page additions and fixes per Mark Van something
src/mat/interface/matreg.c 1.6 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +10 -5 manual page additions and fixes per Mark Van something
src/dm/da/src/daltol.c 1.7 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +2 -2 manual page additions and fixes per Mark Van something
src/dm/da/src/daindex.c 1.7 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +3 -3 manual page additions and fixes per Mark Van something
src/dm/da/examples/tests/ex7.c 1.5 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +1 -1 function doesn't exist
src/mat/impls/aij/mpi/mpiaij.c 1.40 02/11/07 17:19:30 bsmith@terra.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: e0cad4f89fbe7ca0499dc40f178fc6a050dae149
show more ...
|
| #
ccae9161
|
| 07-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.18 bsmith@terra.mcs.anl.gov|ChangeSet|20021107220135|45876 ChangeSet 1.866.1.18 02/11/07 16:01:35 bsmith@terra.mcs.anl.gov +5 -0 removed unused variables introduced when fixi
bk-changeset-1.866.1.18 bsmith@terra.mcs.anl.gov|ChangeSet|20021107220135|45876 ChangeSet 1.866.1.18 02/11/07 16:01:35 bsmith@terra.mcs.anl.gov +5 -0 removed unused variables introduced when fixing Sun MPI bug report
src/sys/src/objects/init.c 1.20 02/11/07 16:01:34 bsmith@terra.mcs.anl.gov +1 -0 fix for ad petscmax/min stuff with Sun reported bug
src/snes/interface/snes.c 1.24 02/11/07 15:59:35 bsmith@terra.mcs.anl.gov +1 -1 exp10 doesn't always exist
src/mat/utils/matstash.c 1.5 02/11/07 15:58:42 bsmith@terra.mcs.anl.gov +2 -2 removed unused variables introduced when fixing Sun MPI bug report
src/mat/impls/sbaij/seq/sbaijfact.c 1.15 02/11/07 15:57:43 bsmith@terra.mcs.anl.gov +1 -1 unused variable
src/vec/utils/vecstash.c 1.5 02/11/07 15:56:43 bsmith@terra.mcs.anl.gov +2 -2 removed two unused variables introduced by Sun MPI bug fix
Hg-commit: f57db38e41225a38d5c054f313af171ea916883f
show more ...
|
| #
e875d08b
|
| 04-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.866.1.9 knepley@khan.mcs.anl.gov|ChangeSet|20021104210649|45552 ChangeSet 1.866.1.9 02/11/04 15:06:49 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev i
bk-changeset-1.866.1.9 knepley@khan.mcs.anl.gov|ChangeSet|20021104210649|45552 ChangeSet 1.866.1.9 02/11/04 15:06:49 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc
Hg-commit: ce1f269d0ee4147b6a32c9780662e5434bfb5743
show more ...
|
| #
ff4e02e2
|
| 04-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.4.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165103|47859 ChangeSet 1.866.4.2 02/11/04 10:51:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev i
bk-changeset-1.866.4.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165103|47859 ChangeSet 1.866.4.2 02/11/04 10:51:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 3d4bbd4436af18170f5ee39bbcbf4c4f8c4e67fe
show more ...
|
| #
da9b6338
|
| 04-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.5.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165053|47886 ChangeSet 1.866.5.1 02/11/04 10:50:53 bsmith@terra.mcs.anl.gov +8 -0 unknownfunction replaced with User provided fun
bk-changeset-1.866.5.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165053|47886 ChangeSet 1.866.5.1 02/11/04 10:50:53 bsmith@terra.mcs.anl.gov +8 -0 unknownfunction replaced with User provided function
src/sys/src/error/signal.c 1.8 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
src/sys/src/error/fp.c 1.8 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +5 -5 unknownfunction replaced with User provided function
src/sys/src/error/adebug.c 1.14 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
src/snes/interface/snes.c 1.23 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +37 -0 new testing code
include/petscmath.h 1.14 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +2 -0 new useful macros
include/petscerror.h 1.15 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
include/petscsnes.h 1.15 02/11/03 18:19:11 bsmith@terra.mcs.anl.gov +2 -0 *** empty log message ***
src/snes/examples/tutorials/ex29.c 1.8 02/11/01 16:32:44 bsmith@terra.mcs.anl.gov +0 -2 *** empty log message ***
Hg-commit: 95a3e563d11cdf7462d5d242c45fc559622320b0
show more ...
|