| #
7aaed0d8
|
| 12-May-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3215.4.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050512144230|26970 ChangeSet 1.3215.4.1 05/05/12 09:42:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 snes.c: bug fix p
bk-changeset-1.3215.4.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050512144230|26970 ChangeSet 1.3215.4.1 05/05/12 09:42:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 snes.c: bug fix petsc-maint when user sets ew_conv flag before snessetfromoptions called then it is overwritten bug fix snessetupcalled was incorrectly written as set to FALSE at end of call when translating to the int style 1
src/snes/interface/snes.c 1.77.1.1 05/05/12 09:42:07 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 bug fix petsc-maint when user sets ew_conv flag before snessetfromoptions called then it is overwritten bug fix snessetupcalled was incorrectly written as set to FALSE at end of call when translating to the int style 1
Hg-commit: fa94c024feb0217139e4abc793384550013d7adf
show more ...
|
| #
3e3aa33b
|
| 31-Mar-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3048 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223336|58203 ChangeSet 1.3048 05/03/31 16:33:36 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.3048 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223336|58203 ChangeSet 1.3048 05/03/31 16:33:36 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: 8d9115d09888c17ee445144d58d1b9e2b18d8945
show more ...
|
| #
4dc4c822
|
| 31-Mar-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3046.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460 ChangeSet 1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0 added back in a PETS
bk-changeset-1.3046.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460 ChangeSet 1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/viewer/impls/binary/binv.c 1.48 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/ptype.c 1.14 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +8 -3 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/pinit.c 1.62 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/options.c 1.57 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +35 -35 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/init.c 1.55 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/objects/ams/aoptions.c 1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +55 -55 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/fileio/sysio.c 1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +7 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/sys/src/bag/bag.c 1.16 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +31 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/utils/damgsnes.c 1.61 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/mf/wp.c 1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex5f.F 1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex5.c 1.23 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex27.c 1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/examples/tutorials/ex26.c 1.22 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/partition/impls/party/party.c 1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/seq/superlu/superlu.c 1.79 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.33 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.111 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/impls/aij/mpi/mpiov.c 1.34 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/mat/examples/tests/ex76.c 1.18 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/sor/sor.c 1.29 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/ml/ml.c 1.20 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/jacobi/jacobi.c 1.19 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/is/feti/fetipc.c 1.6 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/hypre/hyppilut.c 1.74 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/factor/lu/lu.c 1.43 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/pc/impls/factor/ilu/ilu.c 1.56 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/interface/itcreate.c 1.62 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/impls/gmres/gmres.c 1.59 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.46 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/fortran/custom/zoptions.c 1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/dm/ao/examples/tutorials/ex2.c 1.13 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -7 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petscoptions.h 1.26 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petsclog.h 1.53 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
include/petsc.h 1.126 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
bin/matlab/PetscBagRead.m 1.10 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and from PETSC_ENUM
src/snes/mf/snesmfj.h 1.12 05/03/31 13:16:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/wp.c 1.18 05/03/31 13:16:41 barrysmith@barrysmith-57.mcs.anl.gov +6 -1 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/snesmfj.c 1.54 05/03/31 13:16:35 barrysmith@barrysmith-57.mcs.anl.gov +11 -5 petsc-maint 12780 handle exactly zero input vector to multiply against
src/snes/mf/snesmfjdef.c 1.17 05/03/31 13:16:29 barrysmith@barrysmith-57.mcs.anl.gov +9 -4 petsc-maint 12780 handle exactly zero input vector to multiply against
src/vec/impls/mpi/pbvec.c 1.35 05/03/30 13:22:16 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 formatting
src/mat/interface/matreg.c 1.25 05/03/30 10:05:56 barrysmith@barry-smiths-computer.local +1 -1 formating
src/mat/interface/matreg.c 1.24 05/03/30 10:05:43 barrysmith@barry-smiths-computer.local +1 -1 formating
src/snes/snesimpl.h 1.20 05/03/29 16:25:13 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petsc-maint snessetup() called repeatedly swallows memory
src/snes/interface/snes.c 1.77 05/03/29 16:25:09 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 petsc-maint snessetup() called repeatedly swallows memory
Hg-commit: 0ae3cf9bca18e91cabee90d82052643136755d87
show more ...
|
| #
1096aae1
|
| 22-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3006 knepley@khan.(none)|ChangeSet|20050322061949|45667 ChangeSet 1.3006 05/03/22 00:19:49 knepley@khan.(none) +4 -0 More work on Python SNES example Some SNES changes
src/sne
bk-changeset-1.3006 knepley@khan.(none)|ChangeSet|20050322061949|45667 ChangeSet 1.3006 05/03/22 00:19:49 knepley@khan.(none) +4 -0 More work on Python SNES example Some SNES changes
src/snes/interface/snes.c 1.76 05/03/22 00:19:48 knepley@khan.(none) +54 -9 Added getRhs() Allow a missing function is the rhs is set (linear problem) - Then F(x) = Ax - b Also make the residual vector if it is not set for the linear problem - I think this is not being destroyed
src/snes/examples/tutorials/ex1.py 1.3 05/03/22 00:19:48 knepley@khan.(none) +70 -32 Check that both linear and nonlinear versions work
python/sidl/snes.sidl 1.9 05/03/22 00:19:48 knepley@khan.(none) +6 -0 Added PetscConstants Added SNES.get/setRhs()
include/petscsnes.h 1.48 05/03/22 00:19:48 knepley@khan.(none) +1 -0 Added getRhs()
src/snes/examples/tutorials/ex1.py 1.2 05/03/21 20:22:38 knepley@khan.mcs.anl.gov +0 -0 Change mode to -rwxrwxr-x
Hg-commit: ab3c3989507921ad3b5dc0900d0ded962099be66
show more ...
|
| #
df48e8d9
|
| 16-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2980 knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347 ChangeSet 1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0 Merge
src/snes/interface/snes.c 1.75 05/03/15
bk-changeset-1.2980 knepley@khan.mcs.anl.gov|ChangeSet|20050316005405|32347 ChangeSet 1.2980 05/03/15 18:54:05 knepley@khan.mcs.anl.gov +32 -0 Merge
src/snes/interface/snes.c 1.75 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -3 Merge
src/mat/utils/matio.c 1.28 05/03/15 18:54:04 knepley@khan.mcs.anl.gov +0 -1 Merge
src/vec/utils/vecio.c 1.44 05/03/15 18:35:27 knepley@khan.(none) +0 -0 Auto merged
src/vec/impls/seq/bvec2.c 1.66 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/vec/impls/mpi/pdvec.c 1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/vec/examples/tutorials/ex17.c 1.5 05/03/15 18:35:27 knepley@khan.(none) +0 -2 Auto merged
src/ts/interface/ts.c 1.46 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/viewer/impls/ascii/filev.c 1.37 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/objects/prefix.c 1.11 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/objects/pgname.c 1.10 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/sys/src/error/err.c 1.51 05/03/15 18:35:27 knepley@khan.(none) +0 -3 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.141 05/03/15 18:35:27 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/dense/seq/dense.c 1.78 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/bdiag/seq/bdiag3.c 1.27 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.43 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/mat/impls/aij/seq/aijfact.c 1.114 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.223 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/mat/impls/adj/mpi/mpiadj.c 1.48 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/interface/precon.c 1.62 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/redundant/redundant.c 1.25 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/mg/mgfunc.c 1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/mg/mg.c 1.59 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/ksp/pcksp.c 1.24 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/pc/impls/jacobi/jacobi.c 1.18 05/03/15 18:35:26 knepley@khan.(none) +0 -0 Auto merged
src/ksp/pc/impls/composite/composite.c 1.30 05/03/15 18:35:26 knepley@khan.(none) +0 -2 Auto merged
src/ksp/pc/impls/bjacobi/bjacobi.c 1.40 05/03/15 18:35:26 knepley@khan.(none) +0 -3 Auto merged
src/ksp/pc/impls/asm/asm.c 1.46 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/ksp/ksp/interface/itcl.c 1.17 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
src/dm/da/src/gr2.c 1.32.1.1 05/03/15 18:35:26 knepley@khan.(none) +0 -2 Auto merged
include/petscts.h 1.32 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
include/petscpc.h 1.72 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
include/petscksp.h 1.64 05/03/15 18:35:26 knepley@khan.(none) +0 -1 Auto merged
Hg-commit: c41894b0cb6422519adcfc7fea08b1e4231ff575
show more ...
|
| #
f69a0ea3
|
| 16-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to o
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to only take a communicator - Added MatSetSizes() Changed SNESSolve() to accept a constant argument - This should allow SNES to look almost like KSP Added Options methods, SetUp(), and View() and objects which lacked them
src/vec/utils/vecio.c 1.42.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed const
src/vec/interface/vector.c 1.126 05/03/15 18:34:38 knepley@khan.(none) +124 -1 Added Options methods Added SetUp() Removed bad check
src/vec/interface/vecreg.c 1.32 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/mapreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/map.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +190 -0 Added Options methods Added SetUp() and View()
src/vec/impls/seq/dvec2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed argument order
src/vec/impls/seq/bvec2.c 1.64.1.2 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/impls/mpi/pbvec.c 1.34 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/examples/tutorials/ex1e.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed AXPY
src/vec/examples/tutorials/ex17.c 1.3.1.1 05/03/15 18:34:38 knepley@khan.(none) +2 -0 Fixed compilation warning
src/vec/examples/tutorials/ex1.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed WAXPY
src/ts/impls/pseudo/posindep.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/cn/cn.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/beuler/beuler.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/examples/tutorials/ex6.c 1.17 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex5.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex4.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex3.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex2.c 1.8 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex1f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +6 -6 Fixed MatCreate
src/ts/examples/tests/ex1.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +6 -3 Fixed MatCreate
src/sys/src/viewer/interface/viewreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/sys/src/viewer/interface/view.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +182 -0 Added Options methods Added SetUp() and View()
src/snes/utils/damgsnes.c 1.60 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/mf/snesmfj.c 1.52 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/interface/snes.c 1.73.1.2 05/03/15 18:34:38 knepley@khan.(none) +9 -5 Now SNESSolve() can take a constant argument
src/snes/interface/noise/snesmfj2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/examples/tutorials/ex6.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5s.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f90.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f.F 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex3.c 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex26.c 1.21 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex21.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex2.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1f.F 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex14.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex10d/ex10.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex9.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex7.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex5.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex13.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex12f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex11.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/mat/utils/matio.c 1.26.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -3 Fixed const Fixed MatCreate
src/mat/utils/gcreate.c 1.39 05/03/15 18:34:38 knepley@khan.(none) +53 -22 Now MatCreate() takes only a communicator Added MatSetSizes()
src/mat/utils/convert.c 1.20 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/utils/axpy.c 1.26 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/matimpl.h 1.80 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed const
src/mat/interface/matrix.c 1.173 05/03/15 18:34:38 knepley@khan.(none) +129 -4 Added Options methods Added MatSetUp() Fixed const Fixed MatCreate
src/mat/interface/matreg.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/shell/shellcnv.c 1.19 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/shell/shell.c 1.30 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.61 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact2.c 1.59 05/03/15 18:34:38 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact.c 1.85 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij2.c 1.40 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij.h 1.38 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.2 05/03/15 18:34:37 knepley@khan.(none) +9 -6 Fixed MatCreate
src/mat/impls/sbaij/seq/aijsbaij.c 1.28 05/03/15 18:34:37 knepley@khan.(none) +12 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/mpi/mpisbaij.h 1.17 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/mpi/mpisbaij.c 1.122 05/03/15 18:34:37 knepley@khan.(none) +14 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/mmsbaij.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/rowbs/mpi/mpirowbs.c 1.71 05/03/15 18:34:37 knepley@khan.(none) +8 -4 Fixed MatCreate
src/mat/impls/normal/normm.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/maij/maij.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +4 -3 Fixed MatCreate Fixed const
src/mat/impls/is/matis.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/feti/feti.c 1.5 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/dense/seq/dense.c 1.76.1.2 05/03/15 18:34:37 knepley@khan.(none) +13 -7 Fixed MatCreate
src/mat/impls/dense/mpi/mpidense.h 1.9 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/dense/mpi/mpidense.c 1.57 05/03/15 18:34:37 knepley@khan.(none) +21 -12 Fixed MatCreate
src/mat/impls/dense/mpi/mmdense.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag.h 1.15 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/seq/bdiag.c 1.50 05/03/15 18:34:37 knepley@khan.(none) +9 -5 Fixed MatCreate
src/mat/impls/bdiag/mpi/mpibdiag.h 1.10 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/mpi/mpibdiag.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +10 -6 Fixed MatCreate Fixed const
src/mat/impls/baij/seq/baijfact3.c 1.22 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact2.c 1.46 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/baij/seq/baij2.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baij.h 1.30 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/seq/baij.c 1.127 05/03/15 18:34:37 knepley@khan.(none) +11 -7 Fixed MatCreate
src/mat/impls/baij/seq/aijbaij.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +6 -4 Fixed MatCreate
src/mat/impls/baij/mpi/mpibaij.h 1.19 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/mpi/mpibaij.c 1.95 05/03/15 18:34:37 knepley@khan.(none) +17 -10 Fixed MatCreate
src/mat/impls/baij/mpi/mmbaij.c 1.27 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.68 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/baijov.c 1.31 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/umfpack/umfpack.c 1.44 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/superlu/superlu.c 1.77 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/seq/spooles/aijspooles.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.41.1.1 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/lusol/lusol.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/essl/essl.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/aijfact.c 1.112.1.1 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/impls/aij/seq/aij.h 1.54 05/03/15 18:34:37 knepley@khan.(none) +3 -3 Fixed const
src/mat/impls/aij/seq/aij.c 1.220.1.2 05/03/15 18:34:37 knepley@khan.(none) +17 -9 Fixed MatCreate
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.109 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mumps/mumps.c 1.87 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiptap.c 1.19 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mpiov.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiaij.h 1.37 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/aij/mpi/mpiaij.c 1.241 05/03/15 18:34:37 knepley@khan.(none) +25 -14 Fixed MatCreate
src/mat/impls/aij/mpi/mmaij.c 1.24 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/aij/aijtype.c 1.13 05/03/15 18:34:37 knepley@khan.(none) +12 -12 Fixed const
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.2 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/adic/matadic.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed MatCreate
src/mat/examples/tutorials/ex5.c 1.4 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tutorials/ex2.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/examples/tests/ex99.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex98.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex95.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex94.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex93.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex9.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex85f.F 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -2 Fixed MatCreate
src/mat/examples/tests/ex8.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex75.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex74.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex71.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex70.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex7.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex6.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex55.c 1.21 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/examples/tests/ex50.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex5.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex49.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex4.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex38.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex37.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex33.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex31.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex30.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex3.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex27.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex21.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex20.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex2.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex19.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex15.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex14.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex12.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex11.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex101.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex10.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/precon.c 1.60.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/pcset.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/tfs/pxxt.c 1.26 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/spai/ispai.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/samg/samgpetsctools.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/ksp/pc/impls/samg/samgmgpetsc.c 1.16 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/redundant/redundant.c 1.23.1.1 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ml/ml.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/mg/mg.c 1.57.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ksp/pcksp.c 1.22.1.1 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/is/nn/nn.c 1.30 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/eisens/eisen.c 1.27 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/examples/tests/ex7.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/ksp/interface/itcreate.c 1.61 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/ksp/ksp/interface/eige.c 1.26 05/03/15 18:34:36 knepley@khan.(none) +6 -4 Fixed MatCreate
src/ksp/examples/tutorials/ex9.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex8.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex7.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex5.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex4.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex30.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex3.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex23.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex2.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex16.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex15.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex12.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex11.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex1.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex3.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex24.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex20.c 1.17 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex17.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex15.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex1.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/fortran/custom/zvec.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed const
src/fortran/custom/zts.c 1.20 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/fortran/custom/zpc.c 1.31 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/fortran/custom/zmat.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed MatCreate Fixed const
src/fortran/custom/zksp.c 1.24 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/docs/website/documentation/changes/222.html 1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part2.tex 1.89 05/03/15 18:34:36 knepley@khan.(none) +6 -3 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part1.tex 1.36 05/03/15 18:34:36 knepley@khan.(none) +5 -4 Fixed MatCreate
src/dm/da/utils/pack.c 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/dm/da/utils/fdda.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -2 Fixed MatCreate Fixed const
src/dm/da/utils/dm.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/src/dainterp.c 1.28 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed MatCreate
src/dm/da/src/da2.c 1.64 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/daimpl.h 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/dm/ao/impls/basic/aodatabasic.c 1.32 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/src/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +5 -3 Fixed SNESSolve and MatCreate
src/contrib/src/burgers_vertex_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_df_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/tns_q2q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed SNESSolve
src/contrib/oberman/ns_q2q1/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/oberman/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q0/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/laplacian_q1/appalgebra.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.12 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/keyes/ex15.c 1.7 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/helmholtz_2/ex12.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/fun3d/incomp/flow.c 1.22 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/fun3d/comp/flow.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex5func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex3func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
include/vecimpl.h 1.41 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
include/petscviewer.h 1.52 05/03/15 18:34:36 knepley@khan.(none) +8 -2 Fixed const Added Options methods Added PetscViewerSetUp() and PetscViewerView()
include/petscvec.h 1.72 05/03/15 18:34:36 knepley@khan.(none) +18 -6 Fixed const Added Options methods Added PetscMapSetUp() and PetscMapView() Added VecSetUp()
include/petscsnes.h 1.47 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Now SNESSolve() takes a constant part or NULL
include/petscpc.h 1.70.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscmat.h 1.172 05/03/15 18:34:36 knepley@khan.(none) +15 -9 Fixed const Added Options methods Added MatSetUp() Added MatSetSizes() - Now MatCreate() takes no sizes
include/petscksp.h 1.62.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscda.h 1.46 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed const
Hg-commit: 238482a61eaff96c8054348fb0892ede560888c9
show more ...
|
| #
2dcb1b2a
|
| 12-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still ne
bk-changeset-1.2975.1.1 knepley@khan.(none)|ChangeSet|20050312213541|03622 ChangeSet 1.2975.1.1 05/03/12 15:35:41 knepley@khan.(none) +290 -0 Changing BLAS interfaces to PETSc style - still needs to be validated using testexamples Some const fixes
src/vec/utils/vinv.c 1.42 05/03/12 15:35:39 knepley@khan.(none) +5 -6 Changing BLAS interfaces to PETSc style
src/vec/utils/vecio.c 1.42.1.1 05/03/12 15:35:39 knepley@khan.(none) +3 -2 Change to const
src/vec/pf/impls/constant/const.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/interface/vector.c 1.125 05/03/12 15:35:38 knepley@khan.(none) +105 -111 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/dvec2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +101 -72 Changing BLAS interfaces to PETSc style
src/vec/impls/seq/bvec2.c 1.64.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/seq/bvec1.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +27 -25 Changing BLAS interfaces to PETSc style
src/vec/impls/mpi/pdvec.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/vec/impls/dvecimpl.h 1.12 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex8.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex7f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex2.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f90.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1e.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex15.c 1.2 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex13.c 1.5 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex12.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11f.F 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex11.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tutorials/ex1.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex9.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex8.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex7.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex6.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex4.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex34.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex30f.F 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex3.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex29.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex28.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex25.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex22.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex21.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex2.c 1.6 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex19f.F 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex17.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex14.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex11.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/vec/examples/tests/ex1.c 1.7 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/tsfd.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/interface/ts.c 1.44.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/ts/impls/implicit/cn/cn.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ts/impls/implicit/beuler/beuler.c 1.24 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/rk/rk.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ts/impls/explicit/euler/euler.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/util2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex6.c 1.16 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex5.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex4.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex3.c 1.10 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tutorials/ex2.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1f.F 1.13 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ts/examples/tests/ex1.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/sys/src/viewer/impls/ascii/filev.c 1.35.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/prefix.c 1.9.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/objects/pgname.c 1.8.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Change to const
src/sys/src/error/err.c 1.49.1.1 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Change to const
src/snes/utils/damgsnes.c 1.59 05/03/12 15:35:38 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/snes/mf/snesmfj.c 1.51 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/snes/interface/snesj.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/snes.c 1.73.1.1 05/03/12 15:35:38 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesnoise.c 1.19 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/interface/noise/snesmfj2.c 1.27 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/snes/impls/tr/tr.c 1.30 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/test/snestest.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/impls/ls/ls.c 1.57 05/03/12 15:35:38 knepley@khan.(none) +17 -17 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex6.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex3.c 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex29.c 1.81 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex27.c 1.13 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex22.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex2.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1f.F 1.15 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/snes/examples/tutorials/ex1.c 1.11 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex7.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex12f.F 1.9 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/snes/examples/tests/ex11.c 1.17 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/utils/multequal.c 1.8 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/utils/matio.c 1.26.1.1 05/03/12 15:35:38 knepley@khan.(none) +2 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/getcolv.c 1.12 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/utils/axpy.c 1.25 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/matfd/fdmatrix.c 1.31 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/interface/matrix.c 1.172 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/interface/matnull.c 1.20 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shellcnv.c 1.18 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/shell/shell.c 1.29 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij2.c 1.39 05/03/12 15:35:38 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/sbaij/mpi/mpisbaij.c 1.121 05/03/12 15:35:38 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/mpirowbs.c 1.70 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/iccbs.c 1.9 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/rowbs/mpi/cholbs.c 1.14 05/03/12 15:35:38 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/maij/maij.c 1.38 05/03/12 15:35:38 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/mat/impls/is/matis.c 1.22 05/03/12 15:35:38 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/feti/feti.c 1.4 05/03/12 15:35:38 knepley@khan.(none) +31 -34 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/seq/dense.c 1.76.1.1 05/03/12 15:35:38 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/mat/impls/dense/mpi/mpidense.c 1.56 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.1 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/seq/bdiag.c 1.49 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/bdiag/mpi/mpibdiag.c 1.48 05/03/12 15:35:38 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij2.c 1.33 05/03/12 15:35:38 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/impls/baij/seq/baij.c 1.126 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/seq/aij.c 1.220.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/mat/impls/aij/mpi/mpiaij.c 1.240 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/impls/adic/matadic.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tutorials/ex2.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex99.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex96.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex94.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex78.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex76.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex75.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex74.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex71.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex7.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex64.c 1.7 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex62.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex53.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex5.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex48.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex3.c 1.9 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex27.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex19.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex17.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/mat/examples/tests/ex1.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/interface/precon.c 1.60.1.1 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/samg/samgpetsctools.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/prometheus/petscprom.c 1.6 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/ml/ml.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/smg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/mg.c 1.57.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/mg/fmg.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/jacobi/jacobi.c 1.16.1.1 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/pcis.c 1.27 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/nn/nn.c 1.29 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/is/feti/fetipc.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/hypre/hyppilut.c 1.73 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/eisens/eisen.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/composite/composite.c 1.28.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -4 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/bjacobi/bjacobi.c 1.38.1.1 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/pc/impls/asm/asm.c 1.44.1.1 05/03/12 15:35:37 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex8f.F 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex5.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex3.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/pc/examples/tests/ex2.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itres.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itfunc.c 1.66 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iterativ.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/itcl.c 1.15.1.1 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/iguess.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/interface/eige.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +20 -20 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/symmlq/symmlq.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +16 -16 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/rich/rich.c 1.26 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/qcg/qcg.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/minres/minres.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/lsqr/lsqr.c 1.25 05/03/12 15:35:37 knepley@khan.(none) +10 -10 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.40 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/gmres.c 1.58 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.45 05/03/12 15:35:37 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog2.c 1.20 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/gmres/borthog.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cr/cr.c 1.34 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cheby/cheby.c 1.23 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cgs/cgs.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cgne/cgne.c 1.28 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/cg/cg.c 1.39 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bicg/bicg.c 1.21 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +12 -12 Changing BLAS interfaces to PETSc style
src/ksp/ksp/impls/bcgs/bcgs.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex9.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex8.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex7.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex6f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex5.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex4.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex31.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +9 -9 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex30.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex3.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2f.F 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex29.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex28.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex27.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex25.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex23.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex22.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex21f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex2.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex16.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex15.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex14f.F 1.13 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex12.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11f.F 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex11.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex10.c 1.49 05/03/12 15:35:37 knepley@khan.(none) +4 -4 Changing BLAS interfaces to PETSc style
src/ksp/examples/tutorials/ex1.c 1.14 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex7.c 1.19 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex6.c 1.22 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex5f.F 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex4.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex3.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex26.c 1.5 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex25.c 1.8 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex24.c 1.12 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex20.c 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex19.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex18.c 1.17 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex17.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex16f.F 1.16 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex15.c 1.13 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex14.c 1.11 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex12f.F 1.19 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex10.c 1.15 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/ksp/examples/tests/ex1.c 1.10 05/03/12 15:35:37 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/fortran/custom/zvec.c 1.18 05/03/12 15:35:37 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/fortran/custom/zsys.c 1.33 05/03/12 15:35:37 knepley@khan.(none) +1 -1 Change to const
src/fortran/custom/zsnes.c 1.31 05/03/12 15:35:37 knepley@khan.(none) +6 -6 Reversed function pointer and context arguments Change to const
src/docs/website/documentation/changes/222.html 1.38 05/03/12 15:35:37 knepley@khan.(none) +26 -1 Lots of interface changes
src/docs/tex/manual/part2.tex 1.88 05/03/12 15:35:36 knepley@khan.(none) +13 -13 Changing BLAS interfaces to PETSc style
src/docs/tex/manual/part1.tex 1.35 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/quadratic/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/usg/2d/constant_bilinear/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/dm/da/src/gr2.c 1.31.1.1 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Change to const
src/dm/da/src/dainterp.c 1.27 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/src/da2.c 1.63 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex5.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tutorials/ex1.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex8.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex7.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex6.c 1.9 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex4.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex23.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex21f.F 1.3 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex20.c 1.10 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex2.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex18.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex17.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex15.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex14.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/dm/da/examples/tests/ex1.c 1.7 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/ysmp/ex1.c 1.8 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/src/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_vertex_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/src/burgers_df_based_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/reusememory/ex1.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/tns_q2q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +14 -14 Changing BLAS interfaces to PETSc style
src/contrib/oberman/quasigeo_q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q2q1/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +7 -7 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q1/appcreate.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0_penalty/main.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/ns_q1q0/main.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/main.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/laplacian_q1/appalgebra.c 1.14 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.12 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.11 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/lahaye/samg.old/petsctools.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/contrib/keyes/ex15.c 1.6 05/03/12 15:35:36 knepley@khan.(none) +3 -3 Changing BLAS interfaces to PETSc style
src/contrib/helmholtz_2/ex12.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/apps/2/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/apps/1/ex2.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +5 -5 Changing BLAS interfaces to PETSc style
src/adic/src/petscadic.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex5.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex4.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3func.c 1.5 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex3.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2func.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex2.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Changing BLAS interfaces to PETSc style
src/adic/examples/tutorials/ex1.c 1.4 05/03/12 15:35:36 knepley@khan.(none) +2 -2 Changing BLAS interfaces to PETSc style
include/vecimpl.h 1.40 05/03/12 15:35:36 knepley@khan.(none) +8 -8 Changing BLAS interfaces to PETSc style
include/petscvec.h 1.71 05/03/12 15:35:36 knepley@khan.(none) +8 -14 Changing BLAS interfaces to PETSc style
include/petscts.h 1.30.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscpc.h 1.70.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
include/petscksp.h 1.62.1.1 05/03/12 15:35:36 knepley@khan.(none) +1 -1 Should be const
Hg-commit: a97920152fb7a7025cba2675facc0c052ef70819
show more ...
|
| #
e060cb09
|
| 12-Mar-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2977 barrysmith@barry-smiths-computer.local|ChangeSet|20050312141804|35573 ChangeSet 1.2977 05/03/12 08:18:04 barrysmith@barry-smiths-computer.local +31 -0 add const to match Matt'
bk-changeset-1.2977 barrysmith@barry-smiths-computer.local|ChangeSet|20050312141804|35573 ChangeSet 1.2977 05/03/12 08:18:04 barrysmith@barry-smiths-computer.local +31 -0 add const to match Matt's additional const char changes
src/vec/utils/vecio.c 1.43 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +2 -2 add const to match Matt's additional const char changes
src/vec/impls/seq/bvec2.c 1.65 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/vec/impls/mpi/pdvec.c 1.50 05/03/12 08:18:02 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ts/interface/ts.c 1.45 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/sys/src/viewer/impls/ascii/filev.c 1.36 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/sys/src/objects/prefix.c 1.10 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/sys/src/objects/pgname.c 1.9 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/sys/src/error/err.c 1.50 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +3 -3 add const to match Matt's additional const char changes
src/snes/interface/snes.c 1.74 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +3 -3 add const to match Matt's additional const char changes
src/mat/utils/matio.c 1.27 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +2 -2 add const to match Matt's additional const char changes
src/mat/impls/sbaij/seq/sbaij.c 1.140 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/mat/impls/dense/seq/dense.c 1.77 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/mat/impls/bdiag/seq/bdiag3.c 1.26 05/03/12 08:18:01 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.42 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -2 add const to match Matt's additional const char changes
src/mat/impls/aij/seq/aij.c 1.222 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/mat/impls/adj/mpi/mpiadj.c 1.47 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/interface/precon.c 1.61 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/redundant/redundant.c 1.24 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/mg/mgfunc.c 1.23 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/mg/mg.c 1.58 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/ksp/pcksp.c 1.23 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/composite/composite.c 1.29 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -1 add const to match Matt's additional const char changes
src/ksp/pc/impls/bjacobi/bjacobi.c 1.39 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +3 -3 add const to match Matt's additional const char changes
src/ksp/pc/impls/asm/asm.c 1.45 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/ksp/ksp/interface/itcl.c 1.16 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
src/dm/da/src/gr2.c 1.32 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +2 -2 add const to match Matt's additional const char changes
src/dm/da/examples/tutorials/ex6.c 1.3 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +212 -11 add const to match Matt's additional const char changes
src/dm/ao/impls/basic/aobasic.c 1.30 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +25 -0 add const to match Matt's additional const char changes
include/petscts.h 1.31 05/03/12 08:18:00 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
include/petscpc.h 1.71 05/03/12 08:17:59 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
include/petscksp.h 1.63 05/03/12 08:17:59 barrysmith@barry-smiths-computer.local +1 -1 add const to match Matt's additional const char changes
Hg-commit: 53306f66f65e04be83df4b32bcef35282e17d5b9
show more ...
|
| #
52aa0812
|
| 10-Mar-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2970 barrysmith@barry-smiths-computer.local|ChangeSet|20050310031756|35567 ChangeSet 1.2970 05/03/09 21:17:56 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2970 barrysmith@barry-smiths-computer.local|ChangeSet|20050310031756|35567 ChangeSet 1.2970 05/03/09 21:17:56 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/mat/impls/aij/seq/aij.c 1.220 05/03/09 21:17:54 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/mpi/mpiaij.c 1.239 05/03/09 21:17:54 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: e840603d43befd2391b8c153732a03f82bbdf3e0
show more ...
|
| #
97de3740
|
| 10-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2966.1.1 knepley@khan.(none)|ChangeSet|20050310011956|30940 ChangeSet 1.2966.1.1 05/03/09 19:19:56 knepley@khan.(none) +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan
bk-changeset-1.2966.1.1 knepley@khan.(none)|ChangeSet|20050310011956|30940 ChangeSet 1.2966.1.1 05/03/09 19:19:56 knepley@khan.(none) +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):/home/knepley/PETSc-dev/petsc-dev
src/mat/matimpl.h 1.79 05/03/09 19:19:56 knepley@khan.(none) +0 -0 Auto merged
include/petsc.h 1.121 05/03/09 19:19:56 knepley@khan.(none) +0 -0 Auto merged
Hg-commit: af05f0c726c5786b9df5f5bf9e81bc9a37e3be6a
show more ...
|
| #
ed1caa07
|
| 10-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2961.1.1 knepley@khan.(none)|ChangeSet|20050310011505|50934 ChangeSet 1.2961.1.1 05/03/09 19:15:05 knepley@khan.(none) +8 -0 Fixed Mat allocation checking
src/snes/interface/sne
bk-changeset-1.2961.1.1 knepley@khan.(none)|ChangeSet|20050310011505|50934 ChangeSet 1.2961.1.1 05/03/09 19:15:05 knepley@khan.(none) +8 -0 Fixed Mat allocation checking
src/snes/interface/snes.c 1.73 05/03/09 19:15:04 knepley@khan.(none) +1 -1 Small fix
src/mat/matimpl.h 1.77.1.1 05/03/09 19:15:04 knepley@khan.(none) +2 -1 Look for no new allocations
src/mat/impls/sbaij/seq/sbaij.c 1.139 05/03/09 19:15:03 knepley@khan.(none) +2 -2 Look for no new allocations
src/mat/impls/sbaij/mpi/mpisbaij.c 1.120 05/03/09 19:15:03 knepley@khan.(none) +2 -2 Look for no new allocations
src/mat/impls/baij/seq/baij.c 1.125 05/03/09 19:15:03 knepley@khan.(none) +2 -2 Look for no new allocations
src/mat/impls/baij/mpi/mpibaij.c 1.94 05/03/09 19:15:03 knepley@khan.(none) +2 -2 Look for no new allocations
src/mat/impls/aij/seq/aij.c 1.219 05/03/09 19:15:03 knepley@khan.(none) +1 -1 Look for no new allocations
src/mat/impls/aij/mpi/mpiaij.c 1.238 05/03/09 19:15:03 knepley@khan.(none) +2 -2 Look for no new allocations
Hg-commit: 3a5ffc889562790aa8c71a932ae59c7d09775268
show more ...
|
| #
70e92668
|
| 08-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2961 knepley@khan.(none)|ChangeSet|20050308171545|63805 ChangeSet 1.2961 05/03/08 11:15:45 knepley@khan.(none) +3 -0 Consistency fixes for SNES
src/snes/interface/snes.c 1.7
bk-changeset-1.2961 knepley@khan.(none)|ChangeSet|20050308171545|63805 ChangeSet 1.2961 05/03/08 11:15:45 knepley@khan.(none) +3 -0 Consistency fixes for SNES
src/snes/interface/snes.c 1.72 05/03/08 11:15:44 knepley@khan.(none) +8 -8 Swapped argument order to agree with the set functions
include/petscsnes.h 1.45 05/03/08 11:15:44 knepley@khan.(none) +2 -2 Swapped argument order to agree with the set functions
src/snes/interface/snes.c 1.71 05/03/07 12:47:53 knepley@khan.(none) +48 -14 Now solution vector comes from SNESSolve() - Can also be set with SNESSetSolution() - If it has not been set, the rhs will be duplicated
src/snes/interface/noise/snesnoise.c 1.18 05/03/07 12:47:53 knepley@khan.(none) +1 -1 Use new interface
include/petscsnes.h 1.44 05/03/07 12:47:53 knepley@khan.(none) +1 -1 Removed solution vector argument
Hg-commit: de5f5d1a0821be84aca11b0e96eb580df21ae146
show more ...
|
| #
9dcbbd2b
|
| 27-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2932 barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115 ChangeSet 1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0 massive changes option
bk-changeset-1.2932 barrysmith@barry-smiths-computer.local|ChangeSet|20050227025812|09115 ChangeSet 1.2932 05/02/26 20:58:12 barrysmith@barry-smiths-computer.local +85 -0 massive changes options/bag enum PC_ in front of all MG routines strings for PETSc enum types subclass cgne from cg and lgmres and fgmres from gmres
src/sys/src/viewer/impls/binary/binv.c 1.44 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +69 -3 allow binary loads to ignore options
src/ksp/ksp/impls/gmres/lgmres/makefile 1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1 subclass
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.39 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +3 -1 subclass
src/ksp/ksp/impls/gmres/fgmres/makefile 1.9 05/02/26 20:58:06 barrysmith@barry-smiths-computer.local +1 -1 subclass
todo 1.127 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +5 -1 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/vec/interface/dlregis.c 1.25 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +4 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/sys/src/objects/pinit.c 1.61 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +9 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/sys/src/objects/options.c 1.55 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +136 -39 case independent test of Petsc options
src/sys/src/objects/ams/aoptions.c 1.34 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +51 -30 adding enum to PetscOptions
src/sys/src/bag/bag.c 1.8 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +62 -83 support for adding enums
src/sys/examples/tutorials/ex5.c 1.10.1.1 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +10 -11 support for adding enums
src/snes/utils/damg.c 1.52 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.44 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -1 subclass
src/ksp/ksp/impls/cg/cgne/makefile 1.5 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +1 -4 subclass
src/ksp/ksp/impls/cg/cgne/cgne.c 1.27 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +2 -0 subclass
src/fortran/custom/zsles.c 1.17 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +8 -0 change DMMGGetb to DMMGGetRHS
python/PETSc/packages/MPI.py 1.160 05/02/26 20:58:05 barrysmith@barry-smiths-computer.local +7 -8 better support of Lam/mpi
src/snes/interface/snesregi.c 1.9 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +7 -1 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/snes/interface/snes.c 1.70 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -19 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/snes/examples/tests/ex11.c 1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/mat/utils/matio.c 1.26 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 no more load_ignore_info
src/mat/examples/tutorials/makefile 1.19 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +2 -2 no more load_ignore
src/mat/examples/tests/makefile 1.50 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +3 -3 no more load_ignore
src/mat/examples/tests/ex73.c 1.11 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 no more load_ignore
src/ksp/pc/impls/spai/ispai.c 1.32 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +4 -4 formating
src/ksp/pc/impls/samg/samgmgpetsc.c 1.15 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of MG
src/ksp/pc/impls/ml/ml.c 1.16 05/02/26 20:58:04 barrysmith@barry-smiths-computer.local +21 -21 formating
src/ksp/pc/impls/mg/smg.c 1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -11 PC_ infront of MG
src/ksp/pc/impls/mg/mgimpl.h 1.13 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -4 PC_MG instead of MG
src/ksp/pc/impls/mg/mgfunc.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +13 -13 PC_ in front of MG
src/ksp/pc/impls/mg/mg.c 1.57 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +72 -104 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/mg/fmg.c 1.14 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +7 -29 PC_ infront of MG
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +4 -8 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/composite/composite.c 1.28 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -6 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/impls/asm/asm.c 1.44 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/pc/examples/tests/ex5.c 1.22 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +3 -3 PC_ in front of MG
src/ksp/ksp/interface/itfunc.c 1.65 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +2 -16 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/interface/dlregis.c 1.23 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +18 -2 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/impls/makefile 1.9 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -1 subclass
src/ksp/ksp/impls/gmres/makefile 1.7 05/02/26 20:58:03 barrysmith@barry-smiths-computer.local +1 -0 subclass
src/ksp/ksp/impls/gmres/gmres.c 1.56 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +15 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/ksp/impls/cg/makefile 1.6 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -0 subclass
src/ksp/ksp/impls/cg/cg.c 1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +4 -13 viewer and setfromoptions use enum strings instead of having their own hardwired ones in the function
src/ksp/examples/tutorials/makefile 1.64 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +8 -8 no more load_ignore
src/ksp/examples/tutorials/ex29.c 1.11 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex28.c 1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex25.c 1.12 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tutorials/ex22.c 1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/ksp/examples/tests/ex19.c 1.14 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front MG
src/fortran/custom/zstartf.c 1.10 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PetscMPIInt
src/docs/website/documentation/changes/222.html 1.37 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +5 -0 PC_ in front of all MG functions
src/contrib/keyes/ex15.c 1.5 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 PC_ in front of all MG functions
python/PETSc/packages/spooles.py 1.24.1.1 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/spai.py 1.15 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/ml.py 1.25 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/hypre.py 1.55 05/02/26 20:58:02 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/blacs.py 1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/UMFPACK.py 1.23 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SuperLU_DIST.py 1.31 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SuperLU.py 1.21 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/SCALAPACK.py 1.6 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/Prometheus.py 1.7 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/ParMetis.py 1.50 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/PARTY.py 1.9 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/MUMPS.py 1.36.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/packages/Chaco.py 1.10 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +1 -1 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
python/PETSc/package.py 1.26.1.1 05/02/26 20:58:01 barrysmith@barry-smiths-computer.local +25 -12 liblist for package.py classes is now a list of list so different names of libraries (like blas and MPI) can be handled
include/petscviewer.h 1.50 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1 option to binary viewers to not use command line options
include/petscvec.h 1.66 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +2 -1 strings for PETSc enums
include/petscsnes.h 1.43 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +1 -0 strings for PETSc enums
include/petscpc.h 1.70 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -0 strings for PETSc enums
include/petscoptions.h 1.25 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +5 -2 GetEList and GetEnum for options
include/petscmg.h 1.14 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +11 -10 PC_ in front of MG routines
include/petscksp.h 1.62 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +8 -6 ksp subclasses strings for all PETSc enums
include/petscdmmg.h 1.3 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6 fix two macros with same fortran name DMMGGetB
include/petscbag.h 1.6 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +6 -6 registering enums
include/petsc.h 1.117 05/02/26 20:58:00 barrysmith@barry-smiths-computer.local +4 -6 strings for all basic PETSc enums
include/finclude/petscmg.h 1.10 05/02/26 20:57:59 barrysmith@barry-smiths-computer.local +8 -6 all multigrid routines macros start with PC_
python/PETSc/packages/MPI.py 1.159 05/02/26 18:40:47 barrysmith@barry-smiths-computer.local +5 -0 doman
src/vec/utils/vscat.c 1.41 05/02/26 11:33:35 barrysmith@barry-smiths-computer.local +8 -6 formating clearer manual page
src/fortran/custom/zsles.c 1.16 05/02/25 13:35:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no B
src/docs/website/documentation/tutorials/index.html 1.20 05/02/25 12:19:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 add Houston tutorial
src/sys/src/viewer/impls/binary/binv.c 1.43 05/02/24 15:02:04 barrysmith@barrysmith-57.mcs.anl.gov +7 -8 dead code with outdated option
src/ksp/ksp/impls/cg/cgne/makefile 1.4 05/02/24 07:11:24 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/cg/cgne/cgne.c 1.26 05/02/24 07:11:23 barrysmith@barry-smiths-computer.local +15 -113 mvdir
src/ksp/ksp/impls/gmres/fgmres/modpcf.c 1.17 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/makefile 1.8 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/fgmresp.h 1.14 05/02/24 07:09:59 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.43 05/02/24 07:09:58 barrysmith@barry-smiths-computer.local +2 -24 mvdir
src/ksp/ksp/impls/gmres/lgmres/readme 1.4 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/makefile 1.8 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/lgmresp.h 1.9 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.38 05/02/24 07:08:46 barrysmith@barry-smiths-computer.local +8 -64 mvdir
src/fortran/custom/zstart.c 1.30.1.2 05/02/22 21:05:18 barrysmith@barry-smiths-computer.local +1 -1 typo in previous change
src/fortran/custom/zstart.c 1.30.1.1 05/02/22 21:04:22 barrysmith@barry-smiths-computer.local +6 -0 need to set PETSC_COMM_WORLD; dang it really would be nice to have a single PetscInitialize() for C and Fortran and not all this duplicated code
src/fortran/custom/zsles.c 1.15 05/02/22 19:22:58 barrysmith@barry-smiths-computer.local +22 -1 added dmmgsetinitialguess_ for Fortran
Hg-commit: 887aa17e22982bf46d3e4dec0c549e1596b7a6c7
show more ...
|
| #
57637271
|
| 04-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2893 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050204200432|04507 ChangeSet 1.2893 05/02/04 14:04:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2893 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050204200432|04507 ChangeSet 1.2893 05/02/04 14:04:32 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: e98dfb8b7156a5d93f079735eab9a275211dcf68
show more ...
|
| #
52eef5da
|
| 04-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2889.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050204200404|18922 ChangeSet 1.2889.1.1 05/02/04 14:04:04 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 fix bug found by Vict
bk-changeset-1.2889.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050204200404|18922 ChangeSet 1.2889.1.1 05/02/04 14:04:04 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 fix bug found by Victor when using f2c with configure
python/PETSc/utilities/getResidentSetSize.py 1.11 05/02/04 14:04:01 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 new name for batch function
python/PETSc/packages/MPI.py 1.154 05/02/04 14:04:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 new name for batch python
include/petscsnes.h 1.42 05/02/04 14:04:00 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 removed dead code
config/aix5.1.0.0.py 1.9 05/02/04 14:04:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 new name for argument
python/PETSc/packages/BlasLapack.py 1.112 05/02/04 13:42:14 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 fix bug found by Victor
src/snes/interface/snes.c 1.69 05/02/03 14:45:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -108 dumb functions removed
Hg-commit: 62513eb712de4ffcce71e0375752889c9f180641
show more ...
|
| #
52520614
|
| 07-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2840 barrysmith@barry-smiths-computer.local|ChangeSet|20050107153337|19740 ChangeSet 1.2840 05/01/07 09:33:37 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2840 barrysmith@barry-smiths-computer.local|ChangeSet|20050107153337|19740 ChangeSet 1.2840 05/01/07 09:33:37 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: 2d3e14a1ec2dc08e5c9b44f369b13be6f8cd5141
show more ...
|
| #
38f152fe
|
| 07-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2838.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050107153323|18708 ChangeSet 1.2838.1.1 05/01/07 09:33:23 barrysmith@barry-smiths-computer.local +7 -0 moving PETSC_COMM
bk-changeset-1.2838.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050107153323|18708 ChangeSet 1.2838.1.1 05/01/07 09:33:23 barrysmith@barry-smiths-computer.local +7 -0 moving PETSC_COMM.. to be just macros
src/sys/src/objects/tagm.c 1.25 05/01/07 09:33:19 barrysmith@barry-smiths-computer.local +41 -45 add link from inner comm to outer comm
src/sys/src/objects/pinit.c 1.58 05/01/07 09:33:19 barrysmith@barry-smiths-computer.local +3 -4 PETSC_COMM_WORLD/SELF no longer duplicates
src/sys/src/fileio/mprint.c 1.36 05/01/07 09:33:19 barrysmith@barry-smiths-computer.local +2 -1 make sure use PETSc comm for getting tag.
src/snes/interface/snes.c 1.68 05/01/07 09:33:19 barrysmith@barry-smiths-computer.local +4 -2 fix for exception handling
src/mat/impls/aij/mpi/mpiaij.c 1.229 05/01/07 09:33:19 barrysmith@barry-smiths-computer.local +11 -2 missing #define for function names
src/ksp/pc/impls/hypre/hyppilut.c 1.71 05/01/06 20:38:40 barrysmith@barry-smiths-computer.local +8 -0 add option to change truncfactor petsc-maint 12493
src/docs/tex/petscapp.bib 1.143 05/01/06 20:26:50 barrysmith@barry-smiths-computer.local +7 -0 cool new app
Hg-commit: 05481563bbd93b865340ec5f4ffbf43be1ad503f
show more ...
|
| #
d5e45103
|
| 04-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2831 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050104213823|47505 ChangeSet 1.2831 05/01/04 15:38:23 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 allow nesting of catching exc
bk-changeset-1.2831 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050104213823|47505 ChangeSet 1.2831 05/01/04 15:38:23 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 allow nesting of catching exceptions allow making certain errors noncatchable
src/vec/utils/vecio.c 1.41 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +11 -5 allow nesting of catching exceptions allow making certain errors noncatchable
src/sys/src/error/err.c 1.42 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +41 -7 allow nesting of catching exceptions allow making certain errors noncatchable
src/snes/utils/damgsnes.c 1.55 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 allow nesting of catching exceptions allow making certain errors noncatchable
src/snes/interface/snes.c 1.67 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +10 -5 allow nesting of catching exceptions allow making certain errors noncatchable
src/snes/impls/ls/ls.c 1.52 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +19 -20 allow nesting of catching exceptions allow making certain errors noncatchable
src/ksp/examples/tutorials/ex10.c 1.48 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 allow nesting of catching exceptions allow making certain errors noncatchable
src/dm/da/src/da2.c 1.60 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 allow nesting of catching exceptions allow making certain errors noncatchable
include/petscsnes.h 1.38 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 allow nesting of catching exceptions allow making certain errors noncatchable
include/petscerror.h 1.47 05/01/04 15:38:18 barrysmith@barrysmith-57.mcs.anl.gov +31 -2 allow nesting of catching exceptions allow making certain errors noncatchable
src/snes/interface/snes.c 1.66 05/01/04 14:27:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 use PetscExceptionValue
Hg-commit: 1be0c606bd09e08cbac27ffc7826bf770c09ff92
show more ...
|
| #
19717074
|
| 04-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2830 barrysmith@barry-smiths-computer.local|ChangeSet|20050104151418|45969 ChangeSet 1.2830 05/01/04 09:14:18 barrysmith@barry-smiths-computer.local +5 -0 end logging event if erro
bk-changeset-1.2830 barrysmith@barry-smiths-computer.local|ChangeSet|20050104151418|45969 ChangeSet 1.2830 05/01/04 09:14:18 barrysmith@barry-smiths-computer.local +5 -0 end logging event if error is thrown in compute function by user
src/snes/utils/damgsnes.c 1.54 05/01/04 09:14:14 barrysmith@barry-smiths-computer.local +5 -1 end logging event if error is thrown in compute function by user
src/snes/interface/snes.c 1.65 05/01/04 09:14:14 barrysmith@barry-smiths-computer.local +10 -2 end logging event if error is thrown in compute function by user
src/snes/impls/ls/ls.c 1.51 05/01/04 09:14:14 barrysmith@barry-smiths-computer.local +53 -17 end logging event if error is thrown in compute function by user
src/dm/da/src/da2.c 1.59 05/01/04 09:14:14 barrysmith@barry-smiths-computer.local +6 -1 free resources if error is thrown in user function
todo 1.116 05/01/03 18:42:21 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
Hg-commit: 42784014e9cbdcf132f86954b0e2069d5a6421a9
show more ...
|
| #
ff43f1e1
|
| 27-Dec-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev
include/petscmath.h 1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22
show more ...
|
| #
63dd3a1a
|
| 25-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.30 Kris@p4buschel.|ChangeSet|20041225032201|00809 ChangeSet 1.2821.1.30 04/12/24 19:22:01 Kris@p4buschel. +36 -0 PETSCSNES_DLLEXPORT PETSCTS_DLLEXPORT No libpetscfortran
bk-changeset-1.2821.1.30 Kris@p4buschel.|ChangeSet|20041225032201|00809 ChangeSet 1.2821.1.30 04/12/24 19:22:01 Kris@p4buschel. +36 -0 PETSCSNES_DLLEXPORT PETSCTS_DLLEXPORT No libpetscfortran.so so don't bother with PETSCFORTRAN_DLL
src/ts/interface/tsregall.c 1.13 04/12/24 19:21:58 Kris@p4buschel. +8 -7 PETSCTS_DLLEXPORT
src/ts/interface/tsreg.c 1.24 04/12/24 19:21:58 Kris@p4buschel. +5 -4 PETSCTS_DLLEXPORT
src/ts/interface/tsfd.c 1.13 04/12/24 19:21:58 Kris@p4buschel. +2 -1 PETSCTS_DLLEXPORT
src/ts/interface/tscreate.c 1.18 04/12/24 19:21:58 Kris@p4buschel. +2 -1 PETSCTS_DLLEXPORT
src/ts/interface/ts.c 1.44 04/12/24 19:21:58 Kris@p4buschel. +50 -48 PETSCTS_DLLEXPORT
src/ts/interface/dlregis.c 1.19 04/12/24 19:21:58 Kris@p4buschel. +3 -2 PETSCTS_DLLEXPORT
src/ts/impls/pseudo/posindep.c 1.24 04/12/24 19:21:58 Kris@p4buschel. +15 -13 PETSCTS_DLLEXPORT
src/ts/impls/implicit/pvode/petscpvode.c 1.30 04/12/24 19:21:58 Kris@p4buschel. +19 -18 PETSCTS_DLLEXPORT
src/ts/impls/implicit/cn/cn.c 1.21 04/12/24 19:21:58 Kris@p4buschel. +3 -1 PETSCTS_DLLEXPORT
src/ts/impls/implicit/beuler/beuler.c 1.23 04/12/24 19:21:58 Kris@p4buschel. +3 -1 PETSCTS_DLLEXPORT
src/ts/impls/explicit/rk/rk.c 1.18 04/12/24 19:21:58 Kris@p4buschel. +5 -3 PETSCTS_DLLEXPORT
src/ts/impls/explicit/euler/euler.c 1.12 04/12/24 19:21:58 Kris@p4buschel. +3 -1 PETSCTS_DLLEXPORT
src/snes/utils/damgsnes.c 1.53 04/12/24 19:21:58 Kris@p4buschel. +12 -11 PETSCSNES_DLLEXPORT
src/snes/utils/damg.c 1.47 04/12/24 19:21:58 Kris@p4buschel. +14 -13 PETSCSNES_DLLEXPORT
src/snes/mf/wp.c 1.17 04/12/24 19:21:57 Kris@p4buschel. +7 -5 PETSCSNES_DLLEXPORT
src/snes/mf/snesmfjdef.c 1.16 04/12/24 19:21:57 Kris@p4buschel. +4 -2 PETSCSNES_DLLEXPORT
src/snes/mf/snesmfj.c 1.50 04/12/24 19:21:57 Kris@p4buschel. +27 -26 PETSCSNES_DLLEXPORT
src/snes/mf/mfregis.c 1.7 04/12/24 19:21:57 Kris@p4buschel. +4 -3 PETSCSNES_DLLEXPORT
src/snes/interface/snesut.c 1.18 04/12/24 19:21:57 Kris@p4buschel. +11 -10 PETSCSNES_DLLEXPORT
src/snes/interface/snesregi.c 1.8 04/12/24 19:21:57 Kris@p4buschel. +5 -4 PETSCSNES_DLLEXPORT
src/snes/interface/snesj2.c 1.14 04/12/24 19:21:57 Kris@p4buschel. +2 -1 PETSCSNES_DLLEXPORT
src/snes/interface/snesj.c 1.10 04/12/24 19:21:57 Kris@p4buschel. +2 -1 PETSCSNES_DLLEXPORT
src/snes/interface/snes.c 1.64 04/12/24 19:21:57 Kris@p4buschel. +54 -53 PETSCSNES_DLLEXPORT
src/snes/interface/noise/snesnoise.c 1.17 04/12/24 19:21:57 Kris@p4buschel. +1 -0 PETSCSNES_DLLEXPORT
src/snes/interface/noise/snesmfj2.c 1.26 04/12/24 19:21:57 Kris@p4buschel. +6 -5 PETSCSNES_DLLEXPORT
src/snes/interface/noise/snesdnest.c 1.6 04/12/24 19:21:57 Kris@p4buschel. +2 -0 PETSCSNES_DLLEXPORT
src/snes/interface/dlregis.c 1.21 04/12/24 19:21:57 Kris@p4buschel. +3 -2 PETSCSNES_DLLEXPORT
src/snes/impls/tr/tr.c 1.29 04/12/24 19:21:57 Kris@p4buschel. +3 -2 PETSCSNES_DLLEXPORT
src/snes/impls/test/snestest.c 1.17 04/12/24 19:21:57 Kris@p4buschel. +2 -1 PETSCSNES_DLLEXPORT
src/snes/impls/ls/lsparams.c 1.8 04/12/24 19:21:57 Kris@p4buschel. +3 -2 PETSCSNES_DLLEXPORT
src/snes/impls/ls/ls.c 1.50 04/12/24 19:21:57 Kris@p4buschel. +10 -9 PETSCSNES_DLLEXPORT
src/fortran/custom/zstart.c 1.27 04/12/24 19:21:56 Kris@p4buschel. +10 -10 No libpetscfortran.so, do don't bother making the dll.
maint/generatefortranstubs.py 1.9 04/12/24 19:21:56 Kris@p4buschel. +1 -1 No libpetscfortran.so, do don't bother making the dll.
include/petscts.h 1.30 04/12/24 19:21:56 Kris@p4buschel. +92 -92 PETSCTS_DLLEXPORT
include/petscsnes.h 1.37 04/12/24 19:21:56 Kris@p4buschel. +113 -113 PETSCSNES_DLLEXPORT
include/petscdmmg.h 1.2 04/12/24 19:21:56 Kris@p4buschel. +16 -16 PETSCSNES_DLLEXPORT
Hg-commit: 8305e5fb1ff9b868077d368771ca4d54c9ceba75
show more ...
|
| #
f9ae8b64
|
| 17-Dec-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2821.1.11 barrysmith@barry-smiths-computer.local|ChangeSet|20041217033717|10207 ChangeSet 1.2821.1.11 04/12/16 21:37:17 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://pets
bk-changeset-1.2821.1.11 barrysmith@barry-smiths-computer.local|ChangeSet|20041217033717|10207 ChangeSet 1.2821.1.11 04/12/16 21:37:17 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: 31e6875110308ff438ec2ef177d1a0489ea2d18a
show more ...
|
| #
c8d321e0
|
| 17-Dec-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2821.4.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041217033526|13054 ChangeSet 1.2821.4.1 04/12/16 21:35:26 barrysmith@barry-smiths-computer.local +2 -0 protection for ma
bk-changeset-1.2821.4.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041217033526|13054 ChangeSet 1.2821.4.1 04/12/16 21:35:26 barrysmith@barry-smiths-computer.local +2 -0 protection for mat_single excluded call maint 12397
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.19 04/12/16 21:35:22 barrysmith@barry-smiths-computer.local +1 -1 missing other manual page
src/snes/interface/snes.c 1.63 04/12/16 21:34:00 barrysmith@barry-smiths-computer.local +1 -1 protection for mat_single excluded call
Hg-commit: a5aabcbd2003876a62a24c614e949b8d8eda01f7
show more ...
|
| #
e7386371
|
| 07-Dec-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2790 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035825|46325 ChangeSet 1.2790 04/12/06 21:58:25 barrysmith@barry-smiths-computer.local +9 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2790 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035825|46325 ChangeSet 1.2790 04/12/06 21:58:25 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/mat/impls/sbaij/seq/sbaijfact2.c 1.54 04/12/06 21:58:24 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.131 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/csr/inode/inode.c 1.45 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/baij/seq/baijfact.c 1.26 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.116 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.37 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/essl/essl.c 1.36 04/12/06 21:58:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.206 04/12/06 21:58:22 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/adj/mpi/mpiadj.c 1.45 04/12/06 21:58:22 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: ba24edaa43d4a3a65abe64ede4b53bc9f540bb9b
show more ...
|
| #
63ba0a88
|
| 07-Dec-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2781.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776 ChangeSet 1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0 PetscLogInfo bec
bk-changeset-1.2781.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776 ChangeSet 1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/vscat.c 1.37 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +17 -17 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/vpscat.c 1.39 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +15 -14 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/comb.c 1.21 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/vec/is/utils/isltog.c 1.34 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/vec/is/utils/iscoloring.c 1.29 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/vec/interface/vector.c 1.114 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/vec/impls/mpi/pdvec.c 1.44 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ts/interface/tsfd.c 1.12 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/socket/send.c 1.30 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/matlab/vmatlab.c 1.18 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/binary/binv.c 1.38 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/utils/random.c 1.23 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/utils/fhost.c 1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/plog/plogmpe.c 1.16 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/sys/src/plog/ploginfo.c 1.26 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/tagm.c 1.22 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/pinit.c 1.55 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/options.c 1.51 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/init.c 1.50 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/matlabengine/matlab.c 1.39 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +12 -12 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/mpiuopen.c 1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/ftest.c 1.33 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/fretrieve.c 1.23 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/draw/impls/x/xcolor.c 1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/dll/dl.c 1.32 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +15 -15 PetscLogInfo becomes a macro and always has error checking
src/snes/utils/damgsnes.c 1.51 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/mf/snesmfj.c 1.48 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snesut.c 1.17 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +9 -7 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snesj2.c 1.13 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snes.c 1.62 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/noise/snesnoise.c 1.16 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/noise/snesmfj2.c 1.24 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/impls/tr/tr.c 1.28 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +14 -14 PetscLogInfo becomes a macro and always has error checking
src/snes/impls/ls/ls.c 1.49 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +27 -27 PetscLogInfo becomes a macro and always has error checking
src/mat/utils/gcreate.c 1.37 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/utils/compressedrow.c 1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/matfd/fdmatrix.c 1.29 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaijfact2.c 1.52.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +29 -25 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaijfact.c 1.81 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +33 -29 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaij.c 1.129.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +15 -15 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/mpi/mpisbaij.c 1.114 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/rowbs/mpi/mpirowbs.c 1.66 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/rowbs/mpi/cholbs.c 1.12 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/dense/seq/dense.c 1.72 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/dense/mpi/mpidense.c 1.54 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/csr/inode/inode.c 1.43.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +7 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/seq/bdiag2.c 1.23 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/seq/bdiag.c 1.47 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +9 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/mpi/mpibdiag.c 1.46 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact3.c 1.18 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact2.c 1.42 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +37 -34 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact.c 1.24.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +16 -12 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baij.c 1.114.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +8 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/mpi/mpibaij.c 1.86 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/mpi/baijov.c 1.26 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/umfpack/umfpack.c 1.41 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/symtranspose.c 1.9 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/superlu/superlu.c 1.75 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/matmatmult.c 1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.35.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/lusol/lusol.c 1.36 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/essl/essl.c 1.34.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/aijfact.c 1.107 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +34 -26 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/aij.c 1.204.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.103 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mumps/mumps.c 1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiptap.c 1.16 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiov.c 1.30 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiaij.c 1.227 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/fdmpiaij.c 1.12 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/adj/mpi/mpiadj.c 1.43.1.1 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +3 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/color/color.c 1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/interface/precon.c 1.58 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/tfs/pxxt.c 1.23 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/sor/sor.c 1.26 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/mg/mg.c 1.43 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/jacobi/jacobi.c 1.15 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/hypre/hyppilut.c 1.69 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.18 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/itfunc.c 1.60 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/iterativ.c 1.29 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +10 -9 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/itcreate.c 1.59 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +4 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/symmlq/symmlq.c 1.19 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/qcg/qcg.c 1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/minres/minres.c 1.20 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/lgmres/lgmres.c 1.35 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/gmres/gmres.c 1.53 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/gmres/borthog2.c 1.17 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/fgmres/fgmres.c 1.40 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/cgne/cgne.c 1.23 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/cg/cg.c 1.31 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/examples/tutorials/ex10.c 1.46 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/fortran/custom/zstart.c 1.24 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +4 -3 PetscLogInfo becomes a macro and always has error checking
src/fortran/custom/zoptions.c 1.22 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/gr2.c 1.30 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/dasub.c 1.11 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/da2.c 1.57 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
include/petsclog.h 1.50 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -1 PetscLogInfo becomes a macro and always has error checking
src/docs/website/publications/prizes.html 1.19 04/12/06 11:12:59 barrysmith@barrysmith-57.mcs.anl.gov +7 -1 added CFGS fellows from Lois
Hg-commit: 81f9f5ef459e333bd2dd09393e15782b082b998d
show more ...
|