| 3e87234d | 28-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
isGTX nolonger exits [so remove initialization code]
Hg-commit: b6de288cc189cce27ad7aedcaf48d05982c67954 |
| 1238d663 | 28-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
removed out-dated set boundary conditions stuff from TS and SNES
Hg-commit: 0f9a11066ebfcfd87b096e6a52d780c49cc40281 |
| 1f6cc5b2 | 22-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
windows stdcall fixes
Hg-commit: d3f0d96fdbf42f4c3e36dc806e76494002fddeb2 |
| 1e3347e8 | 27-Feb-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4084.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060227231404|20230 ChangeSet 1.4084.1.1 06/02/27 17:14:04 bsmith@barrysmith-57.mcs.anl.gov +15 -0 3d_Q0 error checking
src/
bk-changeset-1.4084.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060227231404|20230 ChangeSet 1.4084.1.1 06/02/27 17:14:04 bsmith@barrysmith-57.mcs.anl.gov +15 -0 3d_Q0 error checking
src/snes/impls/ls/ls.c 1.71 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +1 -1 typo
src/mat/impls/baij/seq/baij.c 1.147 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +1 -1 say a flop
src/ksp/ksp/examples/tutorials/makefile 1.95 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +5 -1 new example
src/ksp/ksp/examples/tutorials/ex34.c 1.2 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +1 -1 new test code
src/ksp/ksp/examples/tutorials/ex32.c 1.7 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/ksp/ksp/examples/tutorials/ex31.c 1.24 06/02/27 17:14:01 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/ksp/ksp/examples/tutorials/ex29.c 1.24 06/02/27 17:14:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/ksp/ksp/examples/tutorials/ex28.c 1.19 06/02/27 17:14:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/ksp/ksp/examples/tutorials/ex25.c 1.19 06/02/27 17:14:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/ksp/ksp/examples/tutorials/ex22.c 1.17 06/02/27 17:14:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
src/dm/da/utils/fdda.c 1.58 06/02/27 17:14:00 bsmith@barrysmith-57.mcs.anl.gov +3 -3 simplier code
src/dm/da/src/dainterp.c 1.32 06/02/27 17:13:59 bsmith@barrysmith-57.mcs.anl.gov +125 -0 3D_Q0
src/ksp/ksp/examples/tutorials/ex34.c 1.1 06/02/27 15:04:40 bsmith@barrysmith-57.mcs.anl.gov +278 -0
src/ksp/ksp/examples/tutorials/ex34.c 1.0 06/02/27 15:04:40 bsmith@barrysmith-57.mcs.anl.gov +0 -0 BitKeeper file /Users/bsmith/Src/petsc-dev/src/ksp/ksp/examples/tutorials/ex34.c
src/ts/interface/ts.c 1.56 06/02/27 14:30:03 bsmith@barrysmith-57.mcs.anl.gov +1 -1 only call destroy if it exists
src/docs/tex/petscapp.bib 1.227 06/02/27 14:27:31 bsmith@barrysmith-57.mcs.anl.gov +8 -0 new pub
src/dm/da/src/da2.c 1.77 06/02/24 19:49:25 bsmith@a-s-computer.local +2 -7 use DACreate rather then calls to the three specific ones
Hg-commit: 6040b5d5f5a3b55896666d7ec1563b8cae6ac1bd
show more ...
|
| ae15b995 | 12-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change PetscInfo() calling sequence
src/vec/vec/utils/vscat.c 1.49 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +18 -18 change PetscInfo() calling sequence
src/vec/vec/utils/vpscat.c 1.57 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +13 -13 change PetscInfo() calling sequence
src/vec/vec/utils/comb.c 1.33 06/01/12 09:15:49 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/vec/interface/rvector.c 1.154 06/01/12 09:15:48 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/vec/vec/impls/mpi/pdvec.c 1.69 06/01/12 09:15:46 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/isltog.c 1.45 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/iscoloring.c 1.38 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ts/interface/tsfd.c 1.19 06/01/12 09:15:32 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/viewer/impls/socket/send.c 1.38 06/01/12 09:15:10 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/matlab/vmatlab.c 1.30 06/01/12 09:15:09 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/viewer/impls/binary/binv.c 1.59 06/01/12 09:15:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/ascii/vcreatea.c 1.23 06/01/12 09:15:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/verbose/verboseinfo.c 1.37 06/01/12 09:15:06 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/utils/random.c 1.32 06/01/12 09:15:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/utils/fhost.c 1.25 06/01/12 09:15:04 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/plog/plogmpe.c 1.21 06/01/12 09:15:03 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/objects/tagm.c 1.36 06/01/12 09:15:02 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/sys/objects/pinit.c 1.74 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/objects/options.c 1.65 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/matlabengine/matlab.c 1.47 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/sys/ftn-custom/zutils.c 1.5 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/ftn-custom/zstart.c 1.44 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/mpiuopen.c 1.27 06/01/12 09:14:57 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/ftest.c 1.39 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/fileio/fretrieve.c 1.32 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/draw/impls/x/xcolor.c 1.16 06/01/12 09:14:45 barrysmith@barry-smiths-computer.local +2 -3 change PetscInfo() calling sequence
src/sys/dll/dl.c 1.41 06/01/12 09:14:43 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/snes/utils/damgsnes.c 1.81 06/01/12 09:14:39 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/mf/snesmfj.c 1.62 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/interface/noise/snesnoise.c 1.24 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/snes/interface/noise/snesmfj2.c 1.33 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snesut.c 1.24 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/snes/interface/snesj2.c 1.18 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snes.c 1.101 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/impls/tr/tr.c 1.36 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +14 -14 change PetscInfo() calling sequence
src/snes/impls/ls/ls.c 1.70 06/01/12 09:14:35 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/utils/multequal.c 1.13 06/01/12 09:14:27 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/utils/matstash.c 1.23 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/utils/gcreate.c 1.45 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/utils/compressedrow.c 1.15 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/matfd/fdmatrix.c 1.38 06/01/12 09:14:23 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact2.c 1.67 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +25 -25 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact.c 1.93 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +29 -29 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaij.c 1.154 06/01/12 09:14:19 barrysmith@barry-smiths-computer.local +13 -14 change PetscInfo() calling sequence
src/mat/impls/sbaij/mpi/mpisbaij.c 1.137 06/01/12 09:14:18 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/mpirowbs.c 1.81 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/cholbs.c 1.18 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/mat/impls/dense/seq/dense.c 1.91 06/01/12 09:14:15 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/plapack/plapack.c 1.12 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/mpidense.c 1.71 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/csr/inode/inode.c 1.56 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag2.c 1.27 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag.c 1.54 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/bdiag/mpi/mpibdiag.c 1.53 06/01/12 09:14:12 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact3.c 1.28 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact2.c 1.54 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +34 -34 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact.c 1.38 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baij.c 1.142 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/mpibaij.c 1.106 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/baijov.c 1.36 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/umfpack/umfpack.c 1.49 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/superlu/superlu.c 1.85 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.48 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/lusol/lusol.c 1.41 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/essl/essl.c 1.44 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/symtranspose.c 1.13 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matmatmult.c 1.90 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/crl/crl.c 1.16 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aijfact.c 1.128 06/01/12 09:14:04 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aij.c 1.247 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.120 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mumps/mumps.c 1.100 06/01/12 09:14:02 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiptap.c 1.23 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiov.c 1.40 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/crl/mcrl.c 1.9 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiaij.c 1.261 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mmaij.c 1.28 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/fdmpiaij.c 1.16 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/adj/mpi/mpiadj.c 1.51 06/01/12 09:13:59 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/color/color.c 1.26 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/interface/precon.c 1.71 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/ksp/pc/impls/tfs/pxxt.c 1.29 06/01/12 09:13:40 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/sor/sor.c 1.37 06/01/12 09:13:39 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/mg/mg.c 1.72 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/pc/impls/jacobi/jacobi.c 1.23 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/hypre/hyppilut.c 1.84 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.30 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/itfunc.c 1.78 06/01/12 09:13:29 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/iterativ.c 1.43 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +8 -8 change PetscInfo() calling sequence
src/ksp/ksp/interface/itcreate.c 1.72 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/symmlq/symmlq.c 1.29 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/qcg/qcg.c 1.30 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/ksp/ksp/impls/minres/minres.c 1.28 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.47 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.57 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/gmres.c 1.68 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/borthog2.c 1.27 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/cr/cr.c 1.38 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cgne/cgne.c 1.34 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cg.c 1.45 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/examples/tutorials/ex10.c 1.60 06/01/12 09:13:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/examples/tests/ex27.c 1.4 06/01/12 09:13:11 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/dm/mesh/sieve/PreSieve.cxx 1.36 06/01/12 09:12:48 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/dm/da/src/gr2.c 1.40 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/dm/da/src/dasub.c 1.15 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/dm/da/src/da2.c 1.76 06/01/12 09:12:37 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
include/petsclog.h 1.68 06/01/12 09:11:37 barrysmith@barry-smiths-computer.local +17 -3 change PetscInfo() calling sequence
Hg-commit: c9533a404df82031d96e054bb23e6082340b1ce3
show more ...
|
| 6cf91177 | 08-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed verbose from PetscInfo and -info
src/vec/vec/utils/vscat.c 1.48 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/vec/vec/utils/vpscat.c 1.56 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +13 -13 removed verbose from PetscInfo and -info
src/vec/vec/utils/comb.c 1.32 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/vec/interface/vector.c 1.152 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/rvector.c 1.153 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/dlregisvec.c 1.33 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/vec/vec/impls/mpi/pdvec.c 1.68 06/01/07 21:10:37 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/isltog.c 1.44 06/01/07 21:10:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/iscoloring.c 1.37 06/01/07 21:10:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ts/interface/tsfd.c 1.18 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ts/interface/dlregists.c 1.28 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/interface/dlregispetsc.c 1.31 06/01/07 21:10:03 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/impls/socket/send.c 1.37 06/01/07 21:10:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/matlab/vmatlab.c 1.29 06/01/07 21:10:00 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/viewer/impls/binary/binv.c 1.58 06/01/07 21:09:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/ascii/vcreatea.c 1.22 06/01/07 21:09:58 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/verbose/verboseinfo.c 1.36 06/01/07 21:09:57 barrysmith@barry-smiths-computer.local +36 -36 removed verbose from PetscInfo and -info
src/sys/utils/random.c 1.31 06/01/07 21:09:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/utils/fhost.c 1.24 06/01/07 21:09:55 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/plog/plogmpe.c 1.20 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/plog/plog.c 1.77 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/objects/tagm.c 1.35 06/01/07 21:09:52 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/pinit.c 1.73 06/01/07 21:09:51 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/options.c 1.64 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/objects/init.c 1.62 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/sys/matlabengine/matlab.c 1.46 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zutils.c 1.4 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zstart.c 1.43 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/fileio/mpiuopen.c 1.26 06/01/07 21:09:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/fileio/ftest.c 1.38 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/fileio/fretrieve.c 1.31 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/draw/impls/x/xcolor.c 1.15 06/01/07 21:09:35 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/dll/dl.c 1.40 06/01/07 21:09:32 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/snes/utils/damgsnes.c 1.80 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/mf/snesmfj.c 1.61 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesnoise.c 1.23 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesmfj2.c 1.32 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snesut.c 1.23 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/snes/interface/snesj2.c 1.17 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snes.c 1.100 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/dlregissnes.c 1.28 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/impls/tr/tr.c 1.35 06/01/07 21:09:25 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/snes/impls/ls/ls.c 1.69 06/01/07 21:09:24 barrysmith@barry-smiths-computer.local +26 -26 removed verbose from PetscInfo and -info
src/mat/utils/multequal.c 1.12 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/utils/matstash.c 1.22 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/utils/gcreate.c 1.44 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/utils/compressedrow.c 1.14 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/matfd/fdmatrix.c 1.37 06/01/07 21:09:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/interface/matrix.c 1.206 06/01/07 21:09:08 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/interface/dlregismat.c 1.36 06/01/07 21:09:07 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact2.c 1.66 06/01/07 21:09:06 barrysmith@barry-smiths-computer.local +27 -27 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact.c 1.92 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +31 -31 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaij.c 1.153 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/mpi/mpisbaij.c 1.136 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.80 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/cholbs.c 1.17 06/01/07 21:09:02 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/dense/seq/dense.c 1.90 06/01/07 21:09:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/plapack/plapack.c 1.11 06/01/07 21:09:00 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/mpidense.c 1.70 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/csr/inode/inode.c 1.55 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag2.c 1.26 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag.c 1.53 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/mpi/mpibdiag.c 1.52 06/01/07 21:08:57 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact3.c 1.27 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact2.c 1.53 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +35 -35 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact.c 1.37 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baij.c 1.141 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/mpibaij.c 1.105 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/baijov.c 1.35 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/umfpack/umfpack.c 1.48 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/superlu/superlu.c 1.84 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.47 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/lusol/lusol.c 1.40 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/essl/essl.c 1.43 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/symtranspose.c 1.12 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/crl/crl.c 1.15 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matmatmult.c 1.89 06/01/07 21:08:49 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aijfact.c 1.127 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +30 -30 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aij.c 1.246 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.119 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mumps/mumps.c 1.99 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/crl/mcrl.c 1.8 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiptap.c 1.22 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiov.c 1.39 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiaij.c 1.260 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mmaij.c 1.27 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/fdmpiaij.c 1.15 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/adj/mpi/mpiadj.c 1.50 06/01/07 21:08:44 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/color/color.c 1.25 06/01/07 21:08:28 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/interface/precon.c 1.70 06/01/07 21:08:27 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/ksp/pc/impls/tfs/pxxt.c 1.28 06/01/07 21:08:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/sor/sor.c 1.36 06/01/07 21:08:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/mg/mg.c 1.71 06/01/07 21:08:22 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/pc/impls/jacobi/jacobi.c 1.22 06/01/07 21:08:21 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/hypre/hyppilut.c 1.83 06/01/07 21:08:20 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.29 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/factor/lu/lu.c 1.52 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itfunc.c 1.77 06/01/07 21:08:14 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/iterativ.c 1.42 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itcreate.c 1.71 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/dlregisksp.c 1.31 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/symmlq/symmlq.c 1.28 06/01/07 21:08:12 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/qcg/qcg.c 1.29 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/minres/minres.c 1.27 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.46 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.56 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/gmres.c 1.67 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/borthog2.c 1.26 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cr/cr.c 1.37 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cgne/cgne.c 1.33 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cg.c 1.44 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tutorials/ex10.c 1.59 06/01/07 21:07:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tests/ex27.c 1.3 06/01/07 21:07:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/publications/index.html 1.36 06/01/07 21:07:49 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/docs/website/documentation/changes/231.html 1.52 06/01/07 21:07:43 barrysmith@barry-smiths-computer.local +3 -0 removed verbose from PetscInfo and -info
src/docs/website/documentation/troubleshooting.html 1.32 06/01/07 21:07:41 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/documentation/faq.html 1.30 06/01/07 21:07:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/tex/manual/part2.tex 1.107 06/01/07 21:07:36 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/dm/mesh/sieve/PreSieve.cxx 1.35 06/01/07 21:07:31 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/dm/da/src/gr2.c 1.39 06/01/07 21:07:26 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/dm/da/src/dasub.c 1.14 06/01/07 21:07:25 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/dm/da/src/da2.c 1.75 06/01/07 21:07:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/dm/ao/interface/dlregisdm.c 1.31 06/01/07 21:07:19 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/contrib/helmholtz_2/ex12.c 1.10 06/01/07 21:06:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
python/PETSc/utilities/libraryOptions.py 1.26 06/01/07 21:06:50 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
include/petsclog.h 1.67 06/01/07 21:06:32 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
include/petsc.h 1.160 06/01/07 21:06:30 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
bmake/common/rules 1.181 06/01/07 21:06:24 barrysmith@barry-smiths-computer.local +2 -3 removed verbose from PetscInfo and -info
Hg-commit: daa490f1b957c57dd6cd4d11f3dd6573777b4982
show more ...
|
| d3dc97d5 | 18-Dec-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3886 balay@asterix.mcs.anl.gov|ChangeSet|20051218183205|35295 ChangeSet 1.3886 05/12/18 12:32:05 balay@asterix.mcs.anl.gov +2 -0 get compile going
src/ts/interface/dlregists.c
bk-changeset-1.3886 balay@asterix.mcs.anl.gov|ChangeSet|20051218183205|35295 ChangeSet 1.3886 05/12/18 12:32:05 balay@asterix.mcs.anl.gov +2 -0 get compile going
src/ts/interface/dlregists.c 1.26 05/12/18 12:32:03 balay@asterix.mcs.anl.gov +1 -1 get compile going
src/sys/objects/inherit.c 1.43.1.1 05/12/18 12:32:03 balay@asterix.mcs.anl.gov +0 -2 get compile going
Hg-commit: fa82e2dbf9f51071d2ceb8b38ab958641716e46d
show more ...
|
| 3f92711f | 18-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3882.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925 ChangeSet 1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0 dlregissnes.c, d
bk-changeset-1.3882.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925 ChangeSet 1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0 dlregissnes.c, dlregisksp.c, dlregisdm.c: PetscEvents do not belong in public includes! dlregists.c: *** empty log message *** acknwldg.html: typos inherit.c: still removing some query language stuff. petsclog.h: PETSC_Barrier petscevent should not be in public include dlregispetsc.c: PETSC_Barrier should not be in public include petscao.h, aoimpl.h: ao petscevents should be in private include not public daimpl.h, petscda.h: da petscevents should be in private include not public petscts.h, tsimpl.h: petscevents for ts should be in private include petscsnes.h, snesimpl.h: petscevents for snes should be in private include petscksp.h, kspimpl.h: petscevents for ksp should be in private include not public petscpc.h, pcimpl.h: petscevent for pc methods should not be public petscmat.h: petscevents for mat should not be in public include matimpl.h: petscevents for mat should be here private not in public petscmat.h dlregismat.c: include matimpl.h not petscmat.h petscvec.h: petscevents for vec operations should be vecimpl.h not public vecimpl.h: vector event variables should be listed here, not in petscvec.h
src/snes/interface/dlregissnes.c 1.27 05/12/17 22:47:02 barrysmith@barry-smiths-computer.local +1 -1 PetscEvents do not belong in public includes!
src/ksp/ksp/interface/dlregisksp.c 1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -1 PetscEvents do not belong in public includes!
src/dm/ao/interface/dlregisdm.c 1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -2 PetscEvents do not belong in public includes!
src/ts/interface/dlregists.c 1.25 05/12/17 22:42:31 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
src/docs/website/miscellaneous/acknwldg.html 1.33 05/12/17 22:34:06 barrysmith@barry-smiths-computer.local +3 -3 typos
src/sys/objects/inherit.c 1.43 05/12/17 22:29:58 barrysmith@barry-smiths-computer.local +0 -91 still removing some query language stuff.
include/petsclog.h 1.66 05/12/17 22:25:06 barrysmith@barry-smiths-computer.local +0 -3 PETSC_Barrier petscevent should not be in public include
src/sys/viewer/interface/dlregispetsc.c 1.30 05/12/17 22:24:45 barrysmith@barry-smiths-computer.local +2 -0 PETSC_Barrier should not be in public include
include/petscao.h 1.20 05/12/17 22:21:38 barrysmith@barry-smiths-computer.local +0 -1 ao petscevents should be in private include not public
src/dm/ao/aoimpl.h 1.20 05/12/17 22:21:32 barrysmith@barry-smiths-computer.local +2 -0 ao petscevents should be in private include not public
src/dm/da/daimpl.h 1.24 05/12/17 22:19:56 barrysmith@barry-smiths-computer.local +2 -0 da petscevents should be in private include not public
include/petscda.h 1.77 05/12/17 22:19:51 barrysmith@barry-smiths-computer.local +0 -1 da petscevents should be in private include not public
include/petscts.h 1.36 05/12/17 22:19:02 barrysmith@barry-smiths-computer.local +0 -1 petscevents for ts should be in private include
src/ts/tsimpl.h 1.18 05/12/17 22:18:58 barrysmith@barry-smiths-computer.local +2 -0 petscevents for ts should be in private include
include/petscsnes.h 1.55 05/12/17 22:18:19 barrysmith@barry-smiths-computer.local +0 -2 petscevents for snes should be in private include
src/snes/snesimpl.h 1.21 05/12/17 22:18:15 barrysmith@barry-smiths-computer.local +3 -0 petscevents for snes should be in private include
include/petscksp.h 1.72 05/12/17 22:17:24 barrysmith@barry-smiths-computer.local +0 -1 petscevents for ksp should be in private include not public
src/ksp/ksp/kspimpl.h 1.29 05/12/17 22:17:18 barrysmith@barry-smiths-computer.local +2 -0 petscevents for ksp should be in private include not public
include/petscpc.h 1.82 05/12/17 22:16:33 barrysmith@barry-smiths-computer.local +0 -2 petscevent for pc methods should not be public
include/private/pcimpl.h 1.15 05/12/17 22:16:27 barrysmith@barry-smiths-computer.local +2 -1 petscevent for pc methods should not be public
include/petscmat.h 1.205 05/12/17 22:15:09 barrysmith@barry-smiths-computer.local +0 -11 petscevents for mat should not be in public include
src/mat/matimpl.h 1.92 05/12/17 22:14:54 barrysmith@barry-smiths-computer.local +12 -0 petscevents for mat should be here private not in public petscmat.h
src/mat/interface/dlregismat.c 1.35 05/12/17 22:14:33 barrysmith@barry-smiths-computer.local +2 -2 include matimpl.h not petscmat.h
include/petscvec.h 1.86 05/12/17 22:11:53 barrysmith@barry-smiths-computer.local +0 -5 petscevents for vec operations should be vecimpl.h not public
include/private/vecimpl.h 1.49 05/12/17 22:11:09 barrysmith@barry-smiths-computer.local +6 -8 vector event variables should be listed here, not in petscvec.h
Hg-commit: 131ab2cf8aa9b7cc64269e1025e4673b09186f37
show more ...
|
| 6e8ab9e2 | 22-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3766 barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358 ChangeSet 1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/ksp/ksp/examples/tutorials/ex33.c 1.19 05/11/21 19:52:36 barrysmith@barry-smiths-computer.local +6 -12 Matt screws us again
src/mat/interface/matrix.c 1.200 05/11/21 19:46:51 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.152 05/11/21 19:46:50 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/lu/lu.c 1.48 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/ilu/ilu.c 1.61 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/icc/icc.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
python/PETSc/packages/BlasLapack.py 1.145 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/petsc.h 1.152 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: fc4e73369605255a3822b849ac0e0ddbc7c59413
show more ...
|
| a83599f4 | 21-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --w
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --with-precision=longdouble
src/vec/vec/impls/seq/bvec2.c 1.76 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/vec/vec/impls/mpi/pdvec.c 1.64 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex9.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1e.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex11.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1.c 1.13 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex28.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex21.c 1.12 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/interface/ts.c 1.55 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/impls/pseudo/posindep.c 1.26 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex7.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex6.c 1.19 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex5.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex4.c 1.12 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex3.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex2.c 1.11 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tests/ex1.c 1.15 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/sys/utils/random.c 1.30 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/objects/ptype.c 1.18 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +8 -1 support for --with-precision=longdouble
src/sys/objects/aoptions.c 1.43 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/sys/fileio/mprint.c 1.50 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +9 -0 support for --with-precision=longdouble
src/sys/examples/tests/ex3.c 1.6 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/examples/tests/ex14.c 1.5 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/lg.c 1.21 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/hists.c 1.26 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dviewp.c 1.13 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dpoints.c 1.11 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/impls/ps/pops.c 1.18 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +20 -20 support for --with-precision=longdouble
src/sys/bag/bag.c 1.26 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/utils/damgsnes.c 1.78 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/utils/adutils/damgsnesad.c 1.9 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/mf/snesmfjdef.c 1.19 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/mf/snesmfj.c 1.60 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/interface/snesut.c 1.21 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/interface/snes.c 1.97 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/interface/noise/snesnoise.c 1.22 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/interface/noise/snesmfj2.c 1.31 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/snes/impls/tr/tr.c 1.34 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/snes/impls/test/snestest.c 1.21 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/impls/ls/ls.c 1.67 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex8.c 1.6 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex7.c 1.19 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex4.c 1.10 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex30.c 1.54 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/examples/tutorials/ex3.c 1.17 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/examples/tutorials/ex29.c 1.90 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex27.c 1.16 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +7 -7 support for --with-precision=longdouble
src/snes/examples/tutorials/ex26.c 1.24 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex22.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex2.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex19.c 1.20 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex14.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex7.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex5.c 1.11 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex1.c 1.15 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/utils/multequal.c 1.11 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/utils/compressedrow.c 1.13 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/matfd/fdmatrix.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/interface/matrix.c 1.198.1.1 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/mat/interface/matnull.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact2.c 1.64 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact.c 1.90 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaij.c 1.150.1.1 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/impls/dense/seq/dense.c 1.89 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/csr/inode/inode.c 1.54 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +11 -11 support for --with-precision=longdouble
src/mat/impls/bdiag/seq/bdiag3.c 1.28 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact3.c 1.25 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact2.c 1.50 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact.c 1.35 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/baij/seq/baij.c 1.140 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/mat/impls/aij/seq/matmatmult.c 1.88 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/crl/crl.c 1.14 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/aijfact.c 1.125 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +22 -22 support for --with-precision=longdouble
src/mat/impls/aij/seq/aij.c 1.245 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/examples/tests/ex99.c 1.9 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex96.c 1.17 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex94.c 1.23 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex76.c 1.21 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex75.c 1.26 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex74.c 1.33 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex62.c 1.13 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex5.c 1.12 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex49.c 1.10 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex3.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex21.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex2.c 1.15 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex19.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex17.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex15.c 1.17 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex14.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/interface/pcregis.c 1.39 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/spai/ispai.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/sor/sor.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/mg/mg.c 1.68 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/is/feti/examples/ex1.c 1.4 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/hypre/hyppilut.c 1.82 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +14 -14 support for --with-precision=longdouble
src/ksp/pc/impls/factor/lu/lu.c 1.46.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/pc/impls/factor/ilu/ilu.c 1.59.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/pc/impls/factor/icc/icc.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/eisens/eisen.c 1.29 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/examples/tests/ex5.c 1.25 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/interface/itfunc.c 1.76 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/iterativ.c 1.40 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/itcreate.c 1.69 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/symmlq/symmlq.c 1.27 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/rich/rich.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/qcg/qcg.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/impls/minres/minres.c 1.26 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.45 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/gmres.c 1.66 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/borthog2.c 1.24 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/cheby/cheby.c 1.25 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex33.c 1.16.1.1 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex29.c 1.22 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex28.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex25.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex22.c 1.16 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex13.c 1.15 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex11.c 1.17 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex14.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex10.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex1.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +0 -1 support for --with-precision=longdouble
src/dm/da/src/gr2.c 1.37 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/dm/da/src/gr1.c 1.17 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/dm/da/src/da3.c 1.38 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/src/da2.c 1.74 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tutorials/ex6.c 1.21 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex7.c 1.13 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex23.c 1.14 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex20.c 1.12 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex19.c 1.6 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
python/PETSc/packages/BlasLapack.py 1.143.1.1 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +12 -2 support for --with-precision=longdouble
include/petsc.h 1.150.1.1 05/11/21 16:33:26 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
Hg-commit: f4d16e9cf8485c8f01ebd4d79ba14b8facdeb987
show more ...
|
| 3703d4ef | 20-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3760 balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678 ChangeSet 1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.3760 balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678 ChangeSet 1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev
src/sys/objects/pinit.c 1.71 05/11/20 14:54:05 balay@asterix.mcs.anl.gov +0 -0 SCCS merged
src/sys/plog/plog.c 1.74 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
include/petsc.h 1.151 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0 Auto merged
Hg-commit: af92b546532741e149ef8d83a52f38a5b2b41a81
show more ...
|
| 9be77112 | 19-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3755.2.2 balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539 ChangeSet 1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0 -log_info -> -verbose_info
src/vec/vec/
bk-changeset-1.3755.2.2 balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539 ChangeSet 1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0 -log_info -> -verbose_info
src/vec/vec/interface/vector.c 1.145 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/vec/vec/interface/dlregisvec.c 1.32 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ts/interface/dlregists.c 1.24 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/viewer/interface/dlregispetsc.c 1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/plog/ploginfo.c 1.33 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3 -log_info -> -verbose_info
src/sys/plog/plog.c 1.72.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/sys/objects/pinit.c 1.69.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3 -log_info -> -verbose_info
src/sys/objects/init.c 1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +4 -4 -log_info -> -verbose_info
src/snes/interface/dlregissnes.c 1.26 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/mat/interface/matrix.c 1.199 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +5 -5 -log_info -> -verbose_info
src/mat/interface/dlregismat.c 1.34 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.77 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/lu/lu.c 1.47 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/ilu/ilu.c 1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/icc/icc.c 1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/ksp/ksp/interface/dlregisksp.c 1.29 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +2 -2 -log_info -> -verbose_info
src/docs/website/documentation/troubleshooting.html 1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/docs/website/documentation/faq.html 1.27 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/docs/tex/manual/part2.tex 1.100 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +10 -10 -log_info -> -verbose_info
src/dm/ao/interface/dlregisdm.c 1.29 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
src/contrib/helmholtz_2/ex12.c 1.9 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1 -log_info -> -verbose_info
Hg-commit: 8928dca5edf81cb564c7bd771426bd69d33e1f73
show more ...
|
| bb01a9d9 | 18-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899 ChangeSet 1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0 Merge bk://petsc@
bk-changeset-1.3755.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899 ChangeSet 1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/sys/plog/plog.c 1.73 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/sys/objects/pinit.c 1.70 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/mpi/mumps/mumps.c 1.98 05/11/18 15:12:28 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/hypre/hyppilut.c 1.81 05/11/18 15:12:27 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
python/PETSc/utilities/arch.py 1.37 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -1 Auto merged
include/petsc.h 1.150 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 1ff61d6ce366973aa7e94e133a17607c5033cdc2
show more ...
|
| f68b968c | 18-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3745.1.7 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880 ChangeSet 1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0 rename FCNVOID a
bk-changeset-1.3745.1.7 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880 ChangeSet 1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0 rename FCNVOID and friends for consistency update for PetscScalar of long double
src/ts/interface/ftn-custom/ztsf.c 1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +12 -12 rename FCNVOID and friends for consistency
src/sys/plog/plog.c 1.71.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2 add PetscScalar size to log summary output
src/sys/objects/pinit.c 1.68.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +1 -1 add Long double PetscScalar
src/snes/utils/ftn-custom/zdamgsnesf.c 1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/snes/utils/ftn-custom/zdamgf.c 1.4 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +3 -3 rename FCNVOID and friends for consistency
src/snes/interface/ftn-custom/zsnesf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +11 -11 rename FCNVOID and friends for consistency
src/snes/impls/ls/ftn-custom/zlsf.c 1.3 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +4 -4 rename FCNVOID and friends for consistency
src/mat/matfd/ftn-custom/zfdmatrixf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/mat/impls/shell/ftn-custom/zshellf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +8 -8 rename FCNVOID and friends for consistency
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.70 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +1 -1 rename FCNVOID and friends for consistency
src/mat/impls/aij/seq/spooles/spooles.c 1.106 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +1 -1 rename FCNVOID and friends for consistency
src/mat/impls/aij/mpi/mumps/mumps.c 1.96.1.1 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +3 -3 rename FCNVOID and friends for consistency
src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/ksp/ksp/interface/ftn-custom/zitfuncf.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +9 -9 rename FCNVOID and friends for consistency
src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/docs/website/publications/index.html 1.27 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +97 -17 links to slepc and tao apps
src/docs/website/documentation/tutorials/index.html 1.24 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +146 -19 new tutorial
python/PETSc/utilities/languages.py 1.45 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +3 -1 support for PetscScalar of long double
include/petscmath.h 1.27 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +19 -8 support for PetscScalar of long double
include/petsc.h 1.149 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -1 support for PetscScalar of long double
include/mpiuni/mpi.h 1.23 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -0 missing MPI_LONG_DOUBLE
Hg-commit: 381601fa71a48477ac94cf5d5e1805463c00a329
show more ...
|
| 09f3b4e5 | 18-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/v
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vscat.c 1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vpscat.c 1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/comb.c 1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/vector.c 1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/dlregisvec.c 1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/impls/mpi/pdvec.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/isltog.c 1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/iscoloring.c 1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/tsfd.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/dlregists.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/interface/dlregispetsc.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/socket/send.c 1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/matlab/vmatlab.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/binary/binv.c 1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/ascii/vcreatea.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/random.c 1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/fhost.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plogmpe.c 1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/ploginfo.c 1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plog.c 1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/tagm.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/pinit.c 1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/options.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/init.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/matlabengine/matlab.c 1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zutils.c 1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zstart.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/mpiuopen.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/ftest.c 1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/fretrieve.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/draw/impls/x/xcolor.c 1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/dll/dl.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/snes/utils/damgsnes.c 1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/mf/snesmfj.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesut.c 1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesj2.c 1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snes.c 1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesnoise.c 1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesmfj2.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/dlregissnes.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/tr/tr.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/ls/ls.c 1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/multequal.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/matstash.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/gcreate.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/compressedrow.c 1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/matfd/fdmatrix.c 1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/interface/dlregismat.c 1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact2.c 1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact.c 1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaij.c 1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/mpi/mpisbaij.c 1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/mpirowbs.c 1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/cholbs.c 1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/seq/dense.c 1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/plapack/plapack.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/mpidense.c 1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/csr/inode/inode.c 1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag2.c 1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag.c 1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/mpi/mpibdiag.c 1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact3.c 1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact2.c 1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baij.c 1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/mpibaij.c 1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/baijov.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/umfpack/umfpack.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/symtranspose.c 1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/superlu/superlu.c 1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matmatmult.c 1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/lusol/lusol.c 1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/essl/essl.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/crl/crl.c 1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aijfact.c 1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aij.c 1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mumps/mumps.c 1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiptap.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiov.c 1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiaij.c 1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mmaij.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/fdmpiaij.c 1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/crl/mcrl.c 1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/adj/mpi/mpiadj.c 1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/color/color.c 1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/interface/precon.c 1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/tfs/pxxt.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/sor/sor.c 1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/mg/mg.c 1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/jacobi/jacobi.c 1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/hypre/hyppilut.c 1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itfunc.c 1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/iterativ.c 1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itcreate.c 1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/dlregisksp.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/symmlq/symmlq.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/qcg/qcg.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/minres/minres.c 1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/gmres.c 1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/borthog2.c 1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cr/cr.c 1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cgne/cgne.c 1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cg.c 1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tutorials/ex10.c 1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tests/ex27.c 1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/docs/tex/manual/part2.tex 1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/dm/mesh/sieve/PreSieve.cxx 1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/gr2.c 1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/dasub.c 1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/da2.c 1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/dm/ao/interface/dlregisdm.c 1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
include/petsclog.h 1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
include/petsc.h 1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03
show more ...
|
| eabae89a | 25-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051025190522|29072 ChangeSet 1.3632.7.1 05/10/25 14:05:22 barrysmith@barry-smiths-computer.local +8 -0 itfunc.c: add
bk-changeset-1.3632.7.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051025190522|29072 ChangeSet 1.3632.7.1 05/10/25 14:05:22 barrysmith@barry-smiths-computer.local +8 -0 itfunc.c: add support for -ksp_view <optionalfilename> snes.c: support -snes_view <optionalfilename> syntax ts.c: don't view preloading run view.c: flush whenever destroy is called even if not yet really destroying this is so callers of destroy need not always also call flush themselves ts.c: get rid of silly code that passes in viewer type as argument to -ts_view go to standard syntax -ts_view <optional filename> itcreate.c, snes.c, ts.c: simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename ts.c: support for filename for -ts_monitor filename not done you idiot itcreate.c: finished file support for singmonitor,smonitor and truemonitor snes.c: added file writing for smonitor and ratio monitoring petscsnes.h, snesut.c: added support for viewer for ratio monitor iterativ.c: fixed KSPSingularValueMonitor() to properly use viewer instead of stdout added support for file output for singmonitor and smonitor itcreate.c: make ksp_truemonitor support writing to a file
src/ksp/ksp/interface/itfunc.c 1.72 05/10/25 13:57:05 barrysmith@barry-smiths-computer.local +9 -5 add support for -ksp_view <optionalfilename>
src/snes/interface/snes.c 1.95 05/10/25 13:52:29 barrysmith@barry-smiths-computer.local +9 -2 support -snes_view <optionalfilename> syntax
src/ts/interface/ts.c 1.54 05/10/25 13:52:06 barrysmith@barry-smiths-computer.local +1 -2 don't view preloading run
src/sys/viewer/interface/view.c 1.18 05/10/25 13:46:44 barrysmith@barry-smiths-computer.local +1 -0 flush whenever destroy is called even if not yet really destroying this is so callers of destroy need not always also call flush themselves
src/ts/interface/ts.c 1.53 05/10/25 13:42:16 barrysmith@barry-smiths-computer.local +5 -20 get rid of silly code that passes in viewer type as argument to -ts_view go to standard syntax -ts_view <optional filename>
src/ksp/ksp/interface/itcreate.c 1.67 05/10/25 10:48:25 barrysmith@barry-smiths-computer.local +8 -29 simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename
src/snes/interface/snes.c 1.94 05/10/25 10:45:04 barrysmith@barry-smiths-computer.local +6 -22 simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename
src/ts/interface/ts.c 1.52 05/10/25 10:41:26 barrysmith@barry-smiths-computer.local +2 -8 simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename
src/ts/interface/ts.c 1.51 05/10/25 10:35:53 barrysmith@barry-smiths-computer.local +5 -3 support for filename for -ts_monitor filename
src/ts/interface/ts.c 1.50 05/10/25 10:29:40 barrysmith@barry-smiths-computer.local +27 -18 not done you idiot
src/ksp/ksp/interface/itcreate.c 1.66 05/10/25 10:27:20 barrysmith@barry-smiths-computer.local +16 -5 finished file support for singmonitor,smonitor and truemonitor
src/snes/interface/snes.c 1.93 05/10/25 10:24:36 barrysmith@barry-smiths-computer.local +27 -9 added file writing for smonitor and ratio monitoring
include/petscsnes.h 1.54 05/10/25 10:23:39 barrysmith@barry-smiths-computer.local +1 -1 added support for viewer for ratio monitor
src/snes/interface/snesut.c 1.19 05/10/25 10:23:21 barrysmith@barry-smiths-computer.local +38 -25 added support for viewer for ratio monitor
src/ksp/ksp/interface/iterativ.c 1.38 05/10/25 09:54:44 barrysmith@barry-smiths-computer.local +17 -15 fixed KSPSingularValueMonitor() to properly use viewer instead of stdout added support for file output for singmonitor and smonitor
src/ksp/ksp/interface/itcreate.c 1.65 05/10/25 09:41:08 barrysmith@barry-smiths-computer.local +11 -5 make ksp_truemonitor support writing to a file
Hg-commit: 0974906d7dcc67d5e721ad2a3e32dac6df83fe42
show more ...
|
| 45babc5a | 14-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3465.1.3 barrysmith@barry-smiths-computer.local|ChangeSet|20050814000908|48031 ChangeSet 1.3465.1.3 05/08/13 19:09:08 barrysmith@barry-smiths-computer.local +3 -0 Merge barry-smith
bk-changeset-1.3465.1.3 barrysmith@barry-smiths-computer.local|ChangeSet|20050814000908|48031 ChangeSet 1.3465.1.3 05/08/13 19:09:08 barrysmith@barry-smiths-computer.local +3 -0 Merge barry-smiths-computer.local:/Users/barrysmith/petsc-2.3.0 into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/ts/interface/ts.c 1.49 05/08/13 19:09:05 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/snes/interface/snes.c 1.88 05/08/13 19:09:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/ksp/interface/itfunc.c 1.71 05/08/13 19:09:04 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: ba6a87e577b351f598d2bf09c6381723a89080fd
show more ...
|
| d952e501 | 14-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.1.50 barrysmith@barry-smiths-computer.local|ChangeSet|20050814000708|42412 ChangeSet 1.3215.1.50 05/08/13 19:07:08 barrysmith@barry-smiths-computer.local +3 -0 ts.c: petsc
bk-changeset-1.3215.1.50 barrysmith@barry-smiths-computer.local|ChangeSet|20050814000708|42412 ChangeSet 1.3215.1.50 05/08/13 19:07:08 barrysmith@barry-smiths-computer.local +3 -0 ts.c: petsc-maint 13519 tsclearmonitor did not call monitordestroy itfunc.c: petsc-maint 13519 kspclearmonitor did call monitordestroy snes.c: petsc-maint 13519 clearmonitor does not call monitordestroy
src/ts/interface/ts.c 1.46.1.1 05/08/13 19:06:36 barrysmith@barry-smiths-computer.local +9 -6 petsc-maint 13519 tsclearmonitor did not call monitordestroy
src/ksp/ksp/interface/itfunc.c 1.67.1.1 05/08/13 19:04:55 barrysmith@barry-smiths-computer.local +9 -6 petsc-maint 13519 kspclearmonitor did call monitordestroy
src/snes/interface/snes.c 1.77.1.2 05/08/13 19:03:49 barrysmith@barry-smiths-computer.local +9 -6 petsc-maint 13519 clearmonitor does not call monitordestroy
Hg-commit: 38f000d72964eb4e21a0c7941dff68d669412a6f
show more ...
|
| e2df7a95 | 16-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3349.2.31 balay@asterix.mcs.anl.gov|ChangeSet|20050616044751|21298 ChangeSet 1.3349.2.31 05/06/15 23:47:51 balay@asterix.mcs.anl.gov +8 -0 splitup zts.c [ftn-custom]
src/ts/inte
bk-changeset-1.3349.2.31 balay@asterix.mcs.anl.gov|ChangeSet|20050616044751|21298 ChangeSet 1.3349.2.31 05/06/15 23:47:51 balay@asterix.mcs.anl.gov +8 -0 splitup zts.c [ftn-custom]
src/ts/interface/ftn-custom/ztsregf.c 1.1 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +39 -0
src/ts/interface/ftn-custom/ztsf.c 1.1 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +176 -0
src/ts/interface/ftn-custom/ztscreatef.c 1.1 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +17 -0
src/ts/interface/ftn-custom/makefile 1.1 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +14 -0
src/ts/impls/implicit/sundials/ftn-custom/zsundialsf.c 1.1 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +19 -0
src/ts/interface/ftn-custom/ztsregf.c 1.0 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/interface/ftn-custom/ztsregf.c
src/ts/interface/ftn-custom/ztsf.c 1.0 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/interface/ftn-custom/ztsf.c
src/ts/interface/ftn-custom/ztscreatef.c 1.0 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/interface/ftn-custom/ztscreatef.c
src/ts/interface/ftn-custom/makefile 1.0 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/interface/ftn-custom/makefile
src/ts/impls/implicit/sundials/ftn-custom/zsundialsf.c 1.0 05/06/15 23:47:49 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/impls/implicit/sundials/ftn-custom/zsundialsf.c
src/ts/impls/implicit/sundials/ftn-custom/makefile 1.1 05/06/15 23:47:48 balay@asterix.mcs.anl.gov +14 -0
src/ts/impls/implicit/sundials/ftn-custom/makefile 1.0 05/06/15 23:47:48 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/ts/impls/implicit/sundials/ftn-custom/makefile
BitKeeper/deleted/.del-zts.c~bfcc32dee4d6018 1.26 05/06/15 23:47:07 balay@asterix.mcs.anl.gov +0 -216 Delete: src/ts/ftn-custom/zts.c
BitKeeper/deleted/.del-makefile~16b99091370a9a03 1.5 05/06/15 23:47:07 balay@asterix.mcs.anl.gov +0 -0 Delete: src/ts/ftn-custom/makefile
Hg-commit: 05a94377b8036f56f21069600708ba182671f631
show more ...
|
| 33882921 | 10-Jun-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3349.2.6 barrysmith@barry-smiths-computer.local|ChangeSet|20050610023020|53283 ChangeSet 1.3349.2.6 05/06/09 21:30:20 barrysmith@barry-smiths-computer.local +7 -0 damn you whoever
bk-changeset-1.3349.2.6 barrysmith@barry-smiths-computer.local|ChangeSet|20050610023020|53283 ChangeSet 1.3349.2.6 05/06/09 21:30:20 barrysmith@barry-smiths-computer.local +7 -0 damn you whoever deleted/moved these functions!
src/snes/utils/damgsnes.c 1.67 05/06/09 21:30:17 barrysmith@barry-smiths-computer.local +223 -6 damn you whoever deleted/moved these functions!
src/ts/interface/tsfd.c 1.16 05/06/09 21:24:42 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/snes/mf/snesmfj.c 1.56 05/06/09 21:24:42 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/snes/interface/snes.c 1.82 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/interface/matnull.c 1.26 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/mpi/mpiaij.c 1.248 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/adic/matadic.c 1.35 05/06/09 21:24:40 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: fb9ca39a94c3b90dbd4145496d4e0a6b9611dcfb
show more ...
|
| efb30889 | 10-Jun-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3349.2.4 barrysmith@barry-smiths-computer.local|ChangeSet|20050610022229|54317 ChangeSet 1.3349.2.4 05/06/09 21:22:29 barrysmith@barry-smiths-computer.local +105 -0 get rid of vari
bk-changeset-1.3349.2.4 barrysmith@barry-smiths-computer.local|ChangeSet|20050610022229|54317 ChangeSet 1.3349.2.4 05/06/09 21:22:29 barrysmith@barry-smiths-computer.local +105 -0 get rid of variables passed into vecaxpy; pass in floating point values directly
src/vec/vec/examples/tests/ex9.c 1.9 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/vec/vec/examples/tests/ex11.c 1.9 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/interface/tsfd.c 1.14.1.1 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/interface/tscreate.c 1.20 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/util2.c 1.10 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/ex6.c 1.18 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/ex5.c 1.12 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/ex4.c 1.11 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/ex3.c 1.12 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tutorials/ex2.c 1.10 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ts/examples/tests/ex1.c 1.14 05/06/09 21:22:23 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/snes/utils/damgsnes.c 1.64.1.1 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +7 -8 get rid of variables passed into vecaxpy; pass in floating point values directly
src/snes/mf/wp.c 1.20 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +8 -70 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/snes/mf/snesmfjdef.c 1.18 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +49 -48 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/snes/mf/snesmfj.c 1.54.1.1 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +8 -8 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/snes/mf/mfregis.c 1.8 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +2 -2 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/mat/matimpl.h 1.82 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +20 -19 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/mat/matfd/fdmatrix.c 1.33 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +32 -8 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/mat/impls/sbaij/mpi/mpisbaij.c 1.125 05/06/09 21:22:22 barrysmith@barry-smiths-computer.local +4 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/impls/aij/seq/aij.c 1.232 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/impls/aij/mpi/mpiaij.c 1.246.1.1 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +3 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/impls/adic/matadic.c 1.32.1.1 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tutorials/ex2.c 1.8 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex78.c 1.14 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex7.c 1.15 05/06/09 21:22:21 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex62.c 1.11 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex53.c 1.18 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex48.c 1.20 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex3.c 1.11 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +4 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex17.c 1.10 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex15.c 1.15 05/06/09 21:22:20 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/mat/examples/tests/ex101.c 1.8 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/interface/precon.c 1.64 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/ml/ml.c 1.23 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/mg/smg.c 1.16 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/mg/mgfunc.c 1.26 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/mg/mg.c 1.60 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/mg/fmg.c 1.16 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +2 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/is/pcis.c 1.28 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +4 -7 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/is/nn/nn.c 1.34 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +5 -8 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/hypre/hyppilut.c 1.75 05/06/09 21:22:19 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.25 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +3 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/composite/composite.c 1.32 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +3 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/impls/asm/asm.c 1.49 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +4 -6 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/examples/tests/ex5.c 1.24 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/examples/tests/ex4.c 1.12 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/examples/tests/ex3.c 1.11 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/pc/examples/tests/ex2.c 1.12 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +4 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/interface/itres.c 1.16 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/interface/itfunc.c 1.69 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +2 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/interface/iterativ.c 1.33 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/interface/iguess.c 1.16 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -10 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/interface/eige.c 1.27 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -6 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.23 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +5 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.20 05/06/09 21:22:18 barrysmith@barry-smiths-computer.local +17 -19 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/symmlq/symmlq.c 1.25 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +12 -16 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/rich/rich.c 1.27 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +4 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/qcg/qcg.c 1.26 05/06/09 21:22:17 barrysmith@barry-smiths-computer.local +7 -8 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/minres/minres.c 1.24 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +8 -10 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/lsqr/lsqr.c 1.26 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +11 -13 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.41 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +5 -6 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/gmres/gmres.c 1.62 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/gmres/gmreig.c 1.17 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.49 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +8 -12 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/gmres/borthog.c 1.15 05/06/09 21:22:16 barrysmith@barry-smiths-computer.local +2 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/cr/cr.c 1.35 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +4 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/cheby/cheby.c 1.24 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +6 -7 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/cgs/cgs.c 1.29 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +4 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/cg/cgne/cgne.c 1.31 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/cg/cg.c 1.42 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/bicg/bicg.c 1.22 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.23 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/impls/bcgs/bcgs.c 1.24 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +7 -8 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex32.c 1.4 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex31.c 1.21 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +5 -7 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex30.c 1.16 05/06/09 21:22:15 barrysmith@barry-smiths-computer.local +3 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex3.c 1.20 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -6 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex29.c 1.19 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex28.c 1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex27.c 1.16 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex25.c 1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex22.c 1.14 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tutorials/ex10.c 1.54 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +3 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex7.c 1.21 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex6.c 1.24 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex4.c 1.15 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex3.c 1.18 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +5 -5 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex20.c 1.19 05/06/09 21:22:14 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex18.c 1.19 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -3 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex14.c 1.13 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/ksp/ksp/examples/tests/ex1.c 1.13 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +3 -4 get rid of variables passed into vecaxpy; pass in floating point values directly
src/inline/ilu.h 1.15 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +9 -9 fomratin
src/dm/da/src/da2.c 1.69 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/dm/da/examples/tutorials/ex6.c 1.20 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/dm/da/examples/tests/ex7.c 1.12 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/dm/da/examples/tests/ex20.c 1.11 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
src/contrib/ysmp/ex1.c 1.9 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/contrib/keyes/makefile 1.5 05/06/09 21:22:13 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/contrib/keyes/ex15.c 1.8 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +6 -8 get rid of variables passed into vecaxpy; pass in floating point values directly
src/contrib/helmholtz_2/ex12.c 1.8 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +1 -1 get rid of variables passed into vecaxpy; pass in floating point values directly
src/adic/src/petscadic.c 1.7 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +2 -2 get rid of variables passed into vecaxpy; pass in floating point values directly
include/petscsnes.h 1.50 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +2 -3 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
include/finclude/petscsnes.h 1.14 05/06/09 21:22:12 barrysmith@barry-smiths-computer.local +1 -1 change computing h approach name from default to ds make wp default provide support for wp for SNESDefaultComputeJacobian[Color]
src/sys/adic/Gradient/ad_grad.c 1.16 05/06/09 19:37:40 barrysmith@barry-smiths-computer.local +3 -3 bug always treated ALL gradient entries as defined by ad_GRAD_MAX!
todo 1.137 05/06/07 07:31:13 barrysmith@barry-smiths-computer.local +2 -0 add gmresr petsc-maint 13149
Hg-commit: 395028484368194d9ed20fa58ac2a29097eccfcc
show more ...
|
| d8e5e3e6 | 07-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3341.2.5 balay@asterix.mcs.anl.gov|ChangeSet|20050607162438|20215 ChangeSet 1.3341.2.5 05/06/07 11:24:38 balay@asterix.mcs.anl.gov +3 -0 ts [custom -> auto]
src/ts/interface/tsf
bk-changeset-1.3341.2.5 balay@asterix.mcs.anl.gov|ChangeSet|20050607162438|20215 ChangeSet 1.3341.2.5 05/06/07 11:24:38 balay@asterix.mcs.anl.gov +3 -0 ts [custom -> auto]
src/ts/interface/tsfd.c 1.15 05/06/07 11:24:36 balay@asterix.mcs.anl.gov +3 -3 ts [custom -> auto]
src/ts/interface/ts.c 1.48 05/06/07 11:24:36 balay@asterix.mcs.anl.gov +8 -5 ts [custom -> auto]
src/ts/ftn-custom/zts.c 1.25 05/06/07 11:24:35 balay@asterix.mcs.anl.gov +12 -59 ts [custom -> auto]
Hg-commit: 2e8f71d4257d692d9d4398089c356204f4a5907e
show more ...
|
| 0f3b3ca1 | 05-May-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3251.1.1 hzhang@triumph.mcs.anl.gov|ChangeSet|20050505153523|05973 ChangeSet 1.3251.1.1 05/05/05 10:35:23 hzhang@triumph.mcs.anl.gov +21 -0 replace pvode -> sundials upgrade inte
bk-changeset-1.3251.1.1 hzhang@triumph.mcs.anl.gov|ChangeSet|20050505153523|05973 ChangeSet 1.3251.1.1 05/05/05 10:35:23 hzhang@triumph.mcs.anl.gov +21 -0 replace pvode -> sundials upgrade interface of PVODE to SUNDIALS -- not done yet
src/ts/interface/tsregall.c 1.14 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +3 -3 replace pvode -> sundials
src/ts/interface/tsreg.c 1.25 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/ts/interface/ts.c 1.47 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/ts/impls/implicit/sundials/petscsundials.h 1.13 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +11 -24 replace pvode -> sundials
src/ts/impls/implicit/sundials/petscsundials.c 1.34 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +190 -171 interface to sundials -- is not done yet (gives incorrect solution)
src/ts/impls/implicit/makefile 1.6 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/ts/impls/explicit/rk/rk.c 1.20 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/ts/examples/tests/ex4.c 1.13 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +33 -20 replace pvode -> sundials remove several memory leaks -- few still exit, will continue work on it
src/ts/examples/tests/ex2.c 1.9 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/ksp/examples/tutorials/ex10.c 1.51 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
src/fortran/custom/zts.c 1.21 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +5 -5 replace pvode -> sundials
src/contrib/sif/2d/sif.F 1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +3 -3 replace pvode -> sundials
src/contrib/sif/1d/sifseq.F 1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +5 -5 replace pvode -> sundials
src/contrib/sif/1d/sif.F 1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +7 -7 replace pvode -> sundials
python/PETSc/utilities/__init__.py 1.9 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
make.py 1.8 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +2 -2 replace pvode -> sundials
include/petscts.h 1.33 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +14 -14 replace pvode -> sundials
include/petscpc.h 1.73 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1 replace pvode -> sundials
include/finclude/petscts.h 1.10 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +10 -11 replace pvode -> sundials
bin/config/acconfig.h 1.7 05/05/05 10:35:19 hzhang@triumph.mcs.anl.gov +2 -2 replace pvode -> sundials
src/ts/impls/implicit/sundials/petscsundials.h 1.12 05/05/02 09:43:43 hzhang@triumph.mcs.anl.gov +0 -0 Rename: src/ts/impls/implicit/sundials/petscpvode.h -> src/ts/impls/implicit/sundials/petscsundials.h
src/ts/impls/implicit/sundials/petscsundials.c 1.33 05/05/02 09:43:18 hzhang@triumph.mcs.anl.gov +0 -0 Rename: src/ts/impls/implicit/sundials/petscpvode.c -> src/ts/impls/implicit/sundials/petscsundials.c
src/ts/impls/implicit/sundials/petscpvode.h 1.11 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +6 -6 mvdir
src/ts/impls/implicit/sundials/petscpvode.c 1.32 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +227 -227 mvdir
src/ts/impls/implicit/sundials/makefile 1.6 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +6 -6 mvdir
Hg-commit: 5b095fd009fe277c895a4b595dfcafe2691bd9f5
show more ...
|
| 4081143f | 14-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3105 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137 ChangeSet 1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 get rid of authors contents s
bk-changeset-1.3105 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137 ChangeSet 1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 get rid of authors contents stuff for dynamic librares, not used any more
src/vec/interface/dlregisvec.c 1.28 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -5 get rid of authors contents stuff for dynamic librares, not used any more
src/ts/interface/dlregists.c 1.22 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7 get rid of authors contents stuff for dynamic librares, not used any more
src/sys/src/viewer/interface/dlregispetsc.c 1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 get rid of authors contents stuff for dynamic librares, not used any more
src/snes/interface/dlregissnes.c 1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7 get rid of authors contents stuff for dynamic librares, not used any more
src/mat/interface/dlregismat.c 1.32 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 get rid of authors contents stuff for dynamic librares, not used any more
src/ksp/ksp/interface/dlregisksp.c 1.26 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7 get rid of authors contents stuff for dynamic librares, not used any more
src/dm/ao/interface/dlregisdm.c 1.27 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -8 get rid of authors contents stuff for dynamic librares, not used any more
Hg-commit: ff1672b2151eae3e69ed9d4efc870a7139ae105c
show more ...
|
| 1153da11 | 14-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3094.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332 ChangeSet 1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0 changed petscdll
bk-changeset-1.3094.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332 ChangeSet 1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/vec/interface/makefile 1.8 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/vec/interface/dlregisvec.c 1.27 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ts/interface/makefile 1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ts/interface/dlregists.c 1.21 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/viewer/interface/dlregispetsc.c 1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/utils/str.c 1.32 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +30 -0 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/utils/makefile 1.11 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/dll/dl.c 1.34 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +28 -76 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/examples/tutorials/makefile 1.10 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/snes/interface/makefile 1.7 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/snes/interface/dlregissnes.c 1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/interface/makefile 1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/interface/dlregismat.c 1.31 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ksp/ksp/interface/dlregisksp.c 1.25 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/dm/ao/interface/dlregisdm.c 1.26 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
bmake/common/rules.shared.darwin7 1.13 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +5 -6 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/impls/aij/seq/essl/essl.c 1.39 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +19 -17 formating
src/ksp/ksp/interface/makefile 1.6 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/dm/ao/interface/makefile 1.8 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
python/PETSc/utilities/dynamicLibraries.py 1.9 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -3 shared libraries allowed on Mac
include/petsc.h 1.128 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -0 added search for substring starting from end
BitKeeper/deleted/.del-ex4.c~dbd43215a9eb8a1b 1.9 05/04/13 19:17:33 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/examples/tutorials/ex4.c
src/dm/da/src/da2.c 1.65 05/04/13 19:00:52 barrysmith@barry-smiths-computer.local +31 -50 always set x,xs,y,ys from lx, ly and removed unneeded code
src/dm/da/src/da3.c 1.36 05/04/13 18:56:40 barrysmith@barry-smiths-computer.local +18 -38 eliminate code that manually sets x,xs,y,ys,z,zs when PETSc sets lx,ly, lz
BitKeeper/deleted/.del-dlregis.h~65e71245d21434f 1.11 05/04/13 17:25:29 barrysmith@barry-smiths-computer.local +1 -1 Delete: src/sys/src/utils/dlregis.h
src/dm/ao/interface/dlregisdm.c 1.25 05/04/13 17:24:55 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
bmake/common/rules.shared.darwin7 1.12 05/04/13 14:56:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 save tries
bmake/common/rules.shared.darwin7 1.11 05/04/13 13:36:18 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 try adding other stuff
src/ts/interface/dlregists.c 1.20 05/04/13 13:19:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/ts/interface/dlregis.c -> src/ts/interface/dlregists.c
BitKeeper/deleted/.del-dlregis.c~e51dcaca1281f61b 1.5 05/04/13 13:19:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/sys/src/viewer/interface/dlregis.c
src/snes/interface/dlregissnes.c 1.22 05/04/13 13:18:51 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/snes/interface/dlregis.c -> src/snes/interface/dlregissnes.c
src/mat/interface/dlregismat.c 1.30 05/04/13 13:18:23 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/mat/interface/dlregis.c -> src/mat/interface/dlregismat.c
src/ksp/ksp/interface/dlregisksp.c 1.24 05/04/13 13:17:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/ksp/ksp/interface/dlregis.c -> src/ksp/ksp/interface/dlregisksp.c
src/dm/ao/interface/dlregisdm.c 1.24 05/04/13 13:17:16 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/dm/ao/interface/dlregis.c -> src/dm/ao/interface/dlregisdm.c
src/vec/interface/dlregisvec.c 1.26 05/04/13 13:16:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/vec/interface/dlregis.c -> src/vec/interface/dlregisvec.c
Hg-commit: adbb991a27b625ba59426a49bb8f5fb43da1236e
show more ...
|