| /petsc/src/mat/impls/aij/seq/ |
| H A D | symtranspose.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| H A D | matptap.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/include/ |
| H A D | petscmatlab.h | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cgeig.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/impls/mat/ |
| H A D | pcmat.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/preonly/ |
| H A D | preonly.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| H A D | gmres2.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| H A D | borthog2.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | smg.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| H A D | fmg.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/tcqmr/ |
| H A D | tcqmr.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/tfqmr/ |
| H A D | tfqmr.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/bcgs/ |
| H A D | bcgs.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/cgs/ |
| H A D | cgs.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/impls/ksp/ |
| H A D | pcksp.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/mat/impls/aij/seq/lusol/ |
| H A D | lusol.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcset.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/mat/impls/aij/seq/essl/ |
| H A D | essl.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/pc/impls/is/nn/ |
| H A D | nn.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/impls/cr/ |
| H A D | cr.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iguess.c | diff 6849ba73f22fecb8f92ef896a42e4e8bd4cd6965 Wed Apr 21 02:05:57 UTC 2004 Barry Smith <bsmith@mcs.anl.gov> bk-changeset-1.2137.1.24 barrysmith@barry-smiths-computer.local|ChangeSet|20040421020557|26433 ChangeSet 1.2137.1.24 04/04/20 21:05:57 barrysmith@barry-smiths-computer.local +394 -0 ierr is PetscErrorCode type
src/vec/utils/vscat.c 1.19 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -11 ierr is PetscErrorCode type
src/vec/utils/vpscat.c 1.18 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -10 ierr is PetscErrorCode type
src/vec/utils/vinv.c 1.28 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/vec/utils/vecstash.c 1.10 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/utils/vecio.c 1.31 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/vec/utils/pipeline.c 1.13 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/utils/comb.c 1.16 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/utils/isltog.c 1.20 04/04/20 21:05:47 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/vec/is/utils/isdiff.c 1.9 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/is/utils/iscomp.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/utils/iscoloring.c 1.20 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +14 -7 ierr is PetscErrorCode type
src/vec/is/isimpl.h 1.7 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/interface/index.c 1.10 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/vec/is/impls/stride/stride.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/general/general.c 1.11 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/vec/is/impls/block/block.c 1.12 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex3.c 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex2.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1f.F 1.5 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/is/examples/tests/ex1.c 1.6 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/interface/vector.c 1.87 04/04/20 21:05:46 barrysmith@barry-smiths-computer.local +33 -20 ierr is PetscErrorCode type
src/vec/interface/vecreg.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/interface/mapreg.c 1.19 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/interface/map.c 1.16 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/vec/impls/shared/shvec.c 1.21 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/vec/impls/seq/dvec2.c 1.18 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +22 -11 ierr is PetscErrorCode type
src/vec/impls/seq/bvec2.c 1.43 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/vec/impls/seq/bvec1.c 1.8 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pvec2.c 1.9 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/vec/impls/mpi/pdvec.c 1.28 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +24 -12 ierr is PetscErrorCode type
src/vec/impls/mpi/pbvec.c 1.22 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/vec/impls/esi/ebvec1.c 1.37 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/vec/esi/eindexspace.c 1.32 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ts/tsimpl.h 1.13 04/04/20 21:05:45 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/interface/tsreg.c 1.21 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ts/interface/tsfd.c 1.6 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ts/interface/tscreate.c 1.12 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ts/interface/ts.c 1.35 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +18 -16 ierr is PetscErrorCode type
src/ts/impls/pseudo/posindep.c 1.18 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/ts/impls/implicit/pvode/petscpvode.c 1.25 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ts/impls/implicit/cn/cn.c 1.15 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/implicit/beuler/beuler.c 1.16 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
src/ts/impls/explicit/rk/rk.c 1.14 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/ts/impls/explicit/euler/euler.c 1.9 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ts/examples/tutorials/ex7.c 1.8 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/viewerimpl.h 1.7 04/04/20 21:05:44 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewreg.c 1.14 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/viewers.c 1.7 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/view.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/interface/dupl.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/viewer/impls/string/stringv.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/send.c 1.21.1.1 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/socket/matlab/openport.c 1.13 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/silo/vsilo.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/mathematica/mathematica.c 1.32 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/viewer/impls/ams/ams.c 1.16 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/sortip.c 1.10 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/utils/sorti.c 1.9 04/04/20 21:05:43 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/utils/sortd.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/select.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/random.c 1.14 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/utils/psplit.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pdisplay.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/pbarrier.c 1.12 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/mpiu.c 1.9 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/utils/mpimesg.c 1.8 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/sys/src/utils/memc.c 1.19 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/utils/dict.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/utils/ctable.c 1.13 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/plog/plogmpe.c 1.15 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/plog.h 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +17 -18 ierr is PetscErrorCode type
src/sys/src/plog/plog.c 1.46 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +15 -16 ierr is PetscErrorCode type
src/sys/src/plog/mpitr.c 1.10 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/plog/eventLog.c 1.29 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/plog/classLog.c 1.16 04/04/20 21:05:42 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/objects/tagm.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -3 ierr is PetscErrorCode type
src/sys/src/objects/state.c 1.11 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/objects/pinit.c 1.40 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/options.c 1.39 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +19 -10 ierr is PetscErrorCode type
src/sys/src/objects/makefile 1.6 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/objects/init.c 1.31 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/sys/src/objects/inherit.c 1.22 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/objects/destroy.c 1.16 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/objects/ams/aoptions.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/memory/mtr.c 1.25 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/memory/mal.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/matlabengine/matlab.c 1.29 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/fileio/sysio.c 1.18 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/fileio/mprint.c 1.23 04/04/20 21:05:41 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/sys/src/fileio/mpiuopen.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/fileio/ftest.c 1.26 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/fileio/fretrieve.c 1.17 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_win32.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_t3e.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris_old.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_solaris.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_rs6000.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_nag.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel8.c 1.5 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_intel.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_hpux.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_alpha.c 1.8 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_absoft.c 1.7 04/04/20 21:05:40 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/f90/f90_IRIX.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/stack.c 1.9 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/error/signal.c 1.24 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/sys/src/error/fp.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/error/err.c 1.29 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/sys/src/error/adebug.c 1.30 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/zoom.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/utils/lg.c 1.13 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/sys/src/draw/utils/hue.c 1.6 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/sys/src/draw/utils/hists.c 1.19 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/dscatter.c 1.11 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/sys/src/draw/utils/axis.c 1.14 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +23 -20 ierr is PetscErrorCode type
src/sys/src/draw/interface/dviewp.c 1.7 04/04/20 21:05:39 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/sys/src/draw/interface/dtri.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +10 -6 ierr is PetscErrorCode type
src/sys/src/draw/interface/drawreg.c 1.19 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/sys/src/draw/interface/draw.c 1.15 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xops.c 1.18 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +34 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xinit.c 1.11 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/x/xcolor.c 1.9 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/impls/win32/win32draw.c 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/sys/src/draw/impls/ps/pops.c 1.12 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +13 -13 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex9.c 1.6 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/examples/tests/ex3.c 1.8 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/src/draw/drawimpl.h 1.10 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +31 -31 ierr is PetscErrorCode type
src/sys/src/dll/reg.c 1.27 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/sys/src/dll/dl.c 1.23 04/04/20 21:05:38 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/sys/examples/tutorials/ex3f.F 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
src/sys/examples/tests/ex7.c 1.5 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/sys/examples/tests/ex12.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/utils/damgsnes.c 1.33 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/snes/snesimpl.h 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/snes/mf/wp.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfjdef.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/snes/mf/snesmfj.h 1.9 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/snes/mf/snesmfj.c 1.37 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +15 -13 ierr is PetscErrorCode type
src/snes/interface/snesj.c 1.7 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/snes/interface/snes.c 1.47 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +18 -17 ierr is PetscErrorCode type
src/snes/interface/noise/snesnoise.c 1.11 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/snes/interface/noise/snesmfj2.c 1.16 04/04/20 21:05:37 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/snes/impls/tr/tr.c 1.18 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/snes/impls/test/snestest.c 1.13 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/impls/ls/ls.h 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/impls/ls/ls.c 1.39 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +11 -10 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5s.c 1.8 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex5.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex26.c 1.16 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex24.c 1.14 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/snes/examples/tutorials/ex14.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/snes/examples/tests/ex1.c 1.11 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/pf/pfimpl.h 1.7 04/04/20 21:05:36 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/interface/pf.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/pf/impls/string/cstring.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/pf/impls/constant/const.c 1.8 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/matstash.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/mat/utils/matio.c 1.22 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/utils/gcreate.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/utils/axpy.c 1.16 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +12 -6 ierr is PetscErrorCode type
src/mat/partition/partition.c 1.23 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/mat/partition/impls/scotch/scotch.c 1.10 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/pmetis/pmetis.c 1.13 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/partition/impls/party/party.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/partition/impls/jostle/jostle.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/mat/partition/impls/chaco/chaco.c 1.9 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/order/sp1wd.c 1.7 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/order/sorder.c 1.18 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/matimpl.h 1.44 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/matfd/fdmatrix.c 1.21 04/04/20 21:05:35 barrysmith@barry-smiths-computer.local +14 -10 ierr is PetscErrorCode type
src/mat/interface/matrix.c 1.120 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +35 -25 ierr is PetscErrorCode type
src/mat/interface/matreg.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/interface/matnull.c 1.14 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/mat/impls/shell/shell.c 1.18 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sro.c 1.8 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.53 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact9.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact7.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact6.c 1.7 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact3.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact2.c 1.36 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +34 -17 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact11.c 1.6 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaijfact.c 1.58 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij2.c 1.25 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +38 -19 ierr is PetscErrorCode type
src/mat/impls/sbaij/seq/sbaij.c 1.104 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +100 -88 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.42 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/sbaijov.c 1.35 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mpisbaij.c 1.93 04/04/20 21:05:34 barrysmith@barry-smiths-computer.local +18 -10 ierr is PetscErrorCode type
src/mat/impls/sbaij/mpi/mmsbaij.c 1.27 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/rowbs/mpi/mpirowbs.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +43 -28 ierr is PetscErrorCode type
src/mat/impls/hypre/mhyp.c 1.7 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/esi/mesi.c 1.40 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/dense/seq/dense.c 1.54 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +35 -19 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mpidense.c 1.39 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/dense/mpi/mmdense.c 1.12 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag3.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +7 -4 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag2.c 1.17 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdiag.c 1.33 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +20 -12 ierr is PetscErrorCode type
src/mat/impls/bdiag/seq/bdfact.c 1.10 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/bdiag/mpi/mpibdiag.c 1.35 04/04/20 21:05:33 barrysmith@barry-smiths-computer.local +17 -11 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact9.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact7.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact5.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact4.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact3.c 1.12 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact2.c 1.35 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +36 -18 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact13.c 1.7 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact11.c 1.8 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baijfact.c 1.10 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij2.c 1.17 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +16 -8 ierr is PetscErrorCode type
src/mat/impls/baij/seq/baij.c 1.85 04/04/20 21:05:32 barrysmith@barry-smiths-computer.local +37 -22 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mpibaij.c 1.60 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +21 -12 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/mmbaij.c 1.20 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.56 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +11 -9 ierr is PetscErrorCode type
src/mat/impls/baij/mpi/baijov.c 1.19 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +18 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/unary.c 1.8 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/umfpack/umfpack.c 1.35 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +25 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/symtranspose.c 1.4 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/superlu/superlu.c 1.65 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.h 1.50 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/spooles/spooles.c 1.92 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matptap.c 1.24.1.1 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matpapt.c 1.41 04/04/20 21:05:31 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matmatmult.c 1.61 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.28 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/lusol/lusol.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +11 -7 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ilut.c 1.8 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/ij.c 1.6 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/seq/fdaij.c 1.11 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/impls/aij/seq/essl/essl.c 1.29 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijnode.c 1.26 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aijfact.c 1.54 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +22 -13 ierr is PetscErrorCode type
src/mat/impls/aij/seq/aij.c 1.151 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +39 -20 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.94 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +9 -7 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.65 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/pxxt.c 1.15.1.2 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mumps/mumps.c 1.73 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -14 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiov.c 1.18 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +16 -11 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mpiaij.c 1.123.1.1 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +18 -9 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/mmaij.c 1.15 04/04/20 21:05:30 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xyt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/xxt.c 1.7.1.3 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/queue.h 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/gs.c 1.11.1.4 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/libtfs/bit_mask.c 1.5.1.2 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/mat/impls/aij/mpi/fdmpiaij.c 1.8 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/impls/adj/mpi/mpiadj.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/mat/examples/tests/ex1.c 1.12 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/mat/esi/ematrix.c 1.35 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/mat/color/color.c 1.17 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +9 -5 ierr is PetscErrorCode type
src/ksp/utils/damg.c 1.28 04/04/20 21:05:29 barrysmith@barry-smiths-computer.local +5 -4 ierr is PetscErrorCode type
src/ksp/pc/pcimpl.h 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/interface/precon.c 1.46 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/interface/pcset.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +16 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/ispai.c 1.26 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/spai/src/dspai.c 1.8 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/sor/sor.c 1.20 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/shell/shellpc.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +28 -28 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgpetsctools.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/samg/samgmgpetsc.c 1.12 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/redundant/redundant.c 1.18 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +5 -5 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/ramgpetsc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +11 -11 ierr is PetscErrorCode type
src/ksp/pc/impls/ramg/petscfunc.c 1.17 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/smg.c 1.11 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgimpl.h 1.9 04/04/20 21:05:28 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mgfunc.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/mg.c 1.29 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +22 -16 ierr is PetscErrorCode type
src/ksp/pc/impls/mg/fmg.c 1.11 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/ksp/pc/impls/mat/pcmat.c 1.10 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/pc/impls/lu/lu.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/ksp/pcksp.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/jacobi/jacobi.c 1.12 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/is/pcis.c 1.18 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/is/nn/nn.c 1.23 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +9 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/ilu/ilu.c 1.32 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/icc/icc.c 1.28 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/hypre/hyppilut.c 1.53 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +26 -22 ierr is PetscErrorCode type
src/ksp/pc/impls/esi/pesi.c 1.21 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/ksp/pc/impls/eisens/eisen.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
src/ksp/pc/impls/composite/composite.c 1.19 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/cholesky/cholesky.c 1.26 04/04/20 21:05:27 barrysmith@barry-smiths-computer.local +7 -7 ierr is PetscErrorCode type
src/ksp/pc/impls/bjacobi/bjacobi.c 1.28 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +19 -15 ierr is PetscErrorCode type
src/ksp/pc/impls/asm/asm.c 1.31 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +25 -16 ierr is PetscErrorCode type
src/ksp/ksp/kspimpl.h 1.21 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
src/ksp/ksp/interface/itfunc.c 1.42.1.2 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcreate.c 1.48 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -4 ierr is PetscErrorCode type
src/ksp/ksp/interface/itcl.c 1.13 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/interface/iguess.c 1.11 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/ksp/ksp/interface/eige.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +7 -5 ierr is PetscErrorCode type
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/rich/rich.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/qcg/qcg.c 1.16 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/preonly/preonly.c 1.10 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/lsqr/lsqr.c 1.15 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmresp.h 1.7 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/lgmres/lgmres.c 1.26 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmresp.h 1.12 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres2.c 1.20 04/04/20 21:05:26 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmres.c 1.42 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +12 -10 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/gmreig.c 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +13 -9 ierr is PetscErrorCode type
src/ksp/ksp/impls/gmres/borthog2.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/modpcf.c 1.13 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmresp.h 1.12 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/fgmres/fgmres.c 1.31 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +18 -15 ierr is PetscErrorCode type
src/ksp/ksp/impls/cr/cr.c 1.24 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cheby/cheby.c 1.16 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgs/cgs.c 1.19 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cgne/cgne.c 1.15 04/04/20 21:05:25 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cgeig.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/ksp/ksp/impls/cg/cg.c 1.23 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/ksp/ksp/impls/bcgs/bcgs.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/fortran/custom/zts.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +33 -33 ierr is PetscErrorCode type
src/fortran/custom/zsys.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
src/fortran/custom/zstart.c 1.16 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +23 -11 ierr is PetscErrorCode type
src/fortran/custom/zsnes.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +63 -63 ierr is PetscErrorCode type
src/fortran/custom/zsles.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/fortran/custom/zplog.c 1.9 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +6 -10 ierr is PetscErrorCode type
src/fortran/custom/zpetsc.h 1.15 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zpc.c 1.20 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +41 -41 ierr is PetscErrorCode type
src/fortran/custom/zoptions.c 1.10 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/fortran/custom/zmat.c 1.32 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +86 -86 ierr is PetscErrorCode type
src/fortran/custom/zksp.c 1.21 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +42 -42 ierr is PetscErrorCode type
src/fortran/custom/zdraw.c 1.8 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
src/fortran/custom/zda.c 1.12 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +48 -48 ierr is PetscErrorCode type
src/dm/usg/utils/inpututils.c 1.7 04/04/20 21:05:24 barrysmith@barry-smiths-computer.local +8 -4 ierr is PetscErrorCode type
src/dm/da/utils/pack.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/da/utils/fdda.c 1.37 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +3 -2 ierr is PetscErrorCode type
src/dm/da/src/gr2.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/gr1.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daview.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/daltol.c 1.11 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dalocal.c 1.21 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/da/src/daindex.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtona.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dagtol.c 1.12 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dagetarray.c 1.10 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/dadist.c 1.14 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/dadestroy.c 1.19 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -3 ierr is PetscErrorCode type
src/dm/da/src/dacorn.c 1.13 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/da/src/da3.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/src/da2.c 1.46 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +20 -15 ierr is PetscErrorCode type
src/dm/da/src/da1.c 1.23 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/da/daimpl.h 1.17 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/dm/ao/utils/aosetlocal.c 1.8 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/utils/aopart.c 1.9 04/04/20 21:05:23 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/dm/ao/interface/dlregis.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -6 ierr is PetscErrorCode type
src/dm/ao/interface/aodata.c 1.11 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +15 -8 ierr is PetscErrorCode type
src/dm/ao/interface/ao.c 1.14 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -5 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aodatabasic.c 1.18 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +6 -3 ierr is PetscErrorCode type
src/dm/ao/impls/basic/aobasic.c 1.21 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/dm/ao/examples/tests/ex1.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
src/dm/ao/aoimpl.h 1.13 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +17 -17 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/apppartition.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +4 -2 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/scalable/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/finput.c 1.6 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
src/contrib/oberman/laplacian_q1/appelement.c 1.5 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/vecimpl.h 1.23 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscviewer.h 1.38 04/04/20 21:05:22 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscvec.h 1.49 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscts.h 1.25 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -18 ierr is PetscErrorCode type
include/petscsys.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscsnes.h 1.31 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +22 -22 ierr is PetscErrorCode type
include/petscpf.h 1.12 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscpc.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +10 -10 ierr is PetscErrorCode type
include/petscmg.h 1.9 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmatlab.h 1.15 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/petscmat.h 1.122.1.1 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +23 -27 ierr is PetscErrorCode type
include/petsclog.h 1.40 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +18 -21 ierr is PetscErrorCode type
include/petscksp.h 1.46 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +9 -10 ierr is PetscErrorCode type
include/petscis.h 1.18 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/petschead.h 1.29.1.2 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +17 -20 ierr is PetscErrorCode type
include/petscerror.h 1.30 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +3 -3 ierr is PetscErrorCode type
include/petscdraw.h 1.21 04/04/20 21:05:21 barrysmith@barry-smiths-computer.local +8 -8 ierr is PetscErrorCode type
include/petscda.h 1.32 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +47 -51 ierr is PetscErrorCode type
include/petscao.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +3 -7 ierr is PetscErrorCode type
include/petscadic.h 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +12 -12 ierr is PetscErrorCode type
include/petsc.h 1.64 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +14 -14 ierr is PetscErrorCode type
include/finclude/petscvec.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +5 -3 ierr is PetscErrorCode type
include/finclude/petscmat.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
include/finclude/petscis.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +7 -6 ierr is PetscErrorCode type
include/finclude/petscdef.h 1.15 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/finclude/petscda.h90 1.6 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +2 -1 ierr is PetscErrorCode type
include/esi/petsc/vector.h 1.16 04/04/20 21:05:20 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/preconditioner.h 1.19 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
include/esi/petsc/indexspace.h 1.15 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -1 ierr is PetscErrorCode type
docs/website/documentation/troubleshooting.html 1.18 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +2 -2 ierr is PetscErrorCode type
docs/tex/manual/part2.tex 1.76 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +35 -31 ierr is PetscErrorCode type
bmake/common/rules 1.121 04/04/20 21:05:19 barrysmith@barry-smiths-computer.local +1 -0 ierr is PetscErrorCode type
BitKeeper/deleted/.del-cookie.c~8739bef16d39559c 1.9 04/04/18 19:08:55 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/objects/cookie.c
Hg-commit: aa13d35dbc496c65eb42e73f084234e1d99325f8
|