| #
66cd746e
|
| 22-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
manually merged incomplete error check with support for PETSC_DEFAULT
Hg-commit: b4a88b87cf3055af31b5af8010db6d5c798b00a9
|
| #
5297d158
|
| 18-Jul-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Hg-commit: 3b2cd1aefaaf3d9f5c16a58897f9b7783b78eb7e
|
| #
e81db812
|
| 18-Jul-2006 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 7876e6cfcd79813d380f1f171dc8ee6efc16be3f
|
| #
ba03775d
|
| 18-Jul-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatConvert SEQAIJ to/from SEQCSRPERM add more comments
Hg-commit: c63e01e8bf9c5273366948b138ec68632e0d7ded
|
| #
e6b907ac
|
| 28-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared a common block of records. Updated code to use this.
Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08
|
| #
c40d1c1f
|
| 18-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: 6a6ed4c35ea45871c951b7a44b37e43bfb4c02af
|
| #
181621ef
|
| 18-Jun-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 5c78c4ad956beb46acd1812a52064a1b1eb1dd63
|
| #
4ae313f4
|
| 17-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
continue work on MatMatMult_AIJ_Dense()
Hg-commit: b383d98c4a2740b9dd562eaacdf5747a53292604
|
| #
9123193a
|
| 16-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add support for MatMatMult_AIJ_Dense()
Hg-commit: a9468febbedad8251883e65ec13590026255b2f2
|
| #
2bebee5d
|
| 10-Nov-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3717 hzhang@shakey.mcs.anl.gov|ChangeSet|20051110021102|44788 ChangeSet 1.3717 05/11/09 20:11:02 hzhang@shakey.mcs.anl.gov +7 -0 add MatMatSolve_SeqAIJ() -- not test yet
src/m
bk-changeset-1.3717 hzhang@shakey.mcs.anl.gov|ChangeSet|20051110021102|44788 ChangeSet 1.3717 05/11/09 20:11:02 hzhang@shakey.mcs.anl.gov +7 -0 add MatMatSolve_SeqAIJ() -- not test yet
src/mat/matimpl.h 1.90 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +2 -1 add MatMatSolve_SeqAIJ()
src/mat/interface/matrix.c 1.198 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +58 -1 add MatMatSolve_SeqAIJ()
src/mat/impls/aij/seq/aijfact.c 1.122 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +54 -0 add MatMatSolve_SeqAIJ()
src/mat/impls/aij/seq/aij.h 1.56 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +1 -0 add MatMatSolve_SeqAIJ()
src/mat/impls/aij/seq/aij.c 1.243 05/11/09 20:10:58 hzhang@shakey.mcs.anl.gov +2 -1 add MatMatSolve_SeqAIJ()
include/petscmat.h 1.202 05/11/09 20:10:57 hzhang@shakey.mcs.anl.gov +3 -3 add MatMatSolve_SeqAIJ()
include/finclude/petscmat.h 1.26 05/11/09 20:10:57 hzhang@shakey.mcs.anl.gov +3 -2 add MatMatSolve_SeqAIJ()
Hg-commit: be01fe452e8e8baaeb9eb212a149c524f67ec5d6
show more ...
|
| #
774ad343
|
| 17-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2991 knepley@khan.(none)|ChangeSet|20050317213756|36643 ChangeSet 1.2991 05/03/17 15:37:56 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):
bk-changeset-1.2991 knepley@khan.(none)|ChangeSet|20050317213756|36643 ChangeSet 1.2991 05/03/17 15:37:56 knepley@khan.(none) +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.(none):/home/knepley/PETSc-dev/petsc-dev
Hg-commit: a7161b033553bfc06a1b65c3f1b170802667c0d5
show more ...
|
| #
f4df32b1
|
| 17-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2988.1.1 knepley@khan.(none)|ChangeSet|20050317213714|26757 ChangeSet 1.2988.1.1 05/03/17 15:37:14 knepley@khan.(none) +77 -0 Added a raw aray interface to MatZeroRows() and MatZer
bk-changeset-1.2988.1.1 knepley@khan.(none)|ChangeSet|20050317213714|26757 ChangeSet 1.2988.1.1 05/03/17 15:37:14 knepley@khan.(none) +77 -0 Added a raw aray interface to MatZeroRows() and MatZeroRowsLocal() Fixed interface for MatAXPY(), MatAYPX(), MatShift(), MatScale()
src/ts/interface/tscreate.c 1.19 05/03/17 15:37:13 knepley@khan.(none) +4 -4 Interface fixes
src/ts/impls/implicit/pvode/petscpvode.c 1.31 05/03/17 15:37:13 knepley@khan.(none) +2 -2 Interface fixes
src/snes/mf/snesmfj.c 1.53 05/03/17 15:37:13 knepley@khan.(none) +4 -4 Interface fixes
src/snes/impls/test/snestest.c 1.19 05/03/17 15:37:13 knepley@khan.(none) +1 -1 Interface fixes
src/mat/utils/axpy.c 1.27 05/03/17 15:37:13 knepley@khan.(none) +18 -19 Interface fixes
src/mat/matimpl.h 1.81 05/03/17 15:37:13 knepley@khan.(none) +7 -7 Interface fixes
src/mat/interface/matrix.c 1.174 05/03/17 15:37:13 knepley@khan.(none) +143 -29 Interface fixes
src/mat/impls/shell/shell.c 1.31 05/03/17 15:37:13 knepley@khan.(none) +6 -6 Interface fixes
src/mat/impls/sbaij/seq/sbaij2.c 1.41 05/03/17 15:37:12 knepley@khan.(none) +3 -2 Interface fixes
src/mat/impls/sbaij/seq/sbaij.c 1.142 05/03/17 15:37:12 knepley@khan.(none) +6 -5 Interface fixes
src/mat/impls/sbaij/mpi/mpisbaij.c 1.123 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/mat/impls/rowbs/mpi/mpirowbs.c 1.72 05/03/17 15:37:12 knepley@khan.(none) +12 -23 Interface fixes
src/mat/impls/is/matis.c 1.24 05/03/17 15:37:12 knepley@khan.(none) +4 -7 Interface fixes
src/mat/impls/dense/seq/dense.c 1.79 05/03/17 15:37:12 knepley@khan.(none) +16 -18 Interface fixes
src/mat/impls/dense/mpi/mpidense.c 1.58 05/03/17 15:37:12 knepley@khan.(none) +14 -21 Interface fixes
src/mat/impls/bdiag/seq/bdiag.h 1.16 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/bdiag/seq/bdiag.c 1.51 05/03/17 15:37:12 knepley@khan.(none) +8 -10 Interface fixes
src/mat/impls/bdiag/mpi/mpibdiag.c 1.50 05/03/17 15:37:12 knepley@khan.(none) +5 -13 Interface fixes
src/mat/impls/baij/seq/baij2.c 1.35 05/03/17 15:37:12 knepley@khan.(none) +4 -3 Interface fixes
src/mat/impls/baij/seq/baij.h 1.31 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/baij/seq/baij.c 1.128 05/03/17 15:37:12 knepley@khan.(none) +13 -16 Interface fixes
src/mat/impls/baij/mpi/mpibaij.c 1.96 05/03/17 15:37:12 knepley@khan.(none) +14 -23 Interface fixes
src/mat/impls/aij/seq/aij.h 1.55 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/impls/aij/seq/aij.c 1.225 05/03/17 15:37:12 knepley@khan.(none) +15 -16 Interface fixes
src/mat/impls/aij/mpi/mpiaij.c 1.242 05/03/17 15:37:12 knepley@khan.(none) +20 -28 Interface fixes
src/mat/examples/tests/ex99.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex96.c 1.15 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex95.c 1.10 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex94.c 1.19 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/mat/examples/tests/ex93.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex92.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex91.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex77.c 1.8 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex75.c 1.24 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex74.c 1.31 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex56.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -4 Interface fixes
src/mat/examples/tests/ex5.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex49.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex48.c 1.18 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/mat/examples/tests/ex2.c 1.13 05/03/17 15:37:12 knepley@khan.(none) +4 -4 Interface fixes
src/mat/examples/tests/ex17.c 1.9 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex12.c 1.11 05/03/17 15:37:12 knepley@khan.(none) +10 -10 Interface fixes
src/mat/examples/tests/ex11.c 1.8 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/mat/examples/tests/ex101.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/ksp/pc/impls/is/nn/nn.c 1.31 05/03/17 15:37:12 knepley@khan.(none) +2 -5 Interface fixes
src/ksp/examples/tutorials/ex3.c 1.17 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tutorials/ex10.c 1.50 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/ksp/examples/tests/ex4.c 1.12 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tests/ex3.c 1.15 05/03/17 15:37:12 knepley@khan.(none) +1 -3 Interface fixes
src/ksp/examples/tests/ex24.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/ksp/examples/tests/ex16f.F 1.17 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/fortran/custom/zmat.c 1.49 05/03/17 15:37:12 knepley@khan.(none) +20 -4 Interface fixes
src/docs/website/documentation/changes/222.html 1.40 05/03/17 15:37:12 knepley@khan.(none) +8 -0 Interface fixes
src/docs/tex/manual/part2.tex 1.90 05/03/17 15:37:12 knepley@khan.(none) +8 -4 Interface fixes
src/dm/usg/2d/quadratic/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/dm/usg/2d/constant_bilinear/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/ns_q1q0_penalty/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/src/laplacian_q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/src/burgers_vertex_based_q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/src/burgers_df_based_q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/oberman/tns_q2q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/tns_q2q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/oberman/quasigeo_q1/main.c 1.5 05/03/17 15:37:12 knepley@khan.(none) +3 -3 Interface fixes
src/contrib/oberman/quasigeo_q1/appsetalg.c 1.4 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/ns_q1q1/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +5 -5 Interface fixes
src/contrib/oberman/ns_q1q0_penalty/main.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +6 -6 Interface fixes
src/contrib/oberman/ns_q1q0/main.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +5 -5 Interface fixes
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/laplacian_q1/appalgebra.c 1.16 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.14 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.13 05/03/17 15:37:12 knepley@khan.(none) +2 -2 Interface fixes
src/contrib/helmholtz_2/ex12.c 1.7 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/apps/2/ex1.c 1.5 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
src/apps/1/ex2.c 1.6 05/03/17 15:37:12 knepley@khan.(none) +1 -1 Interface fixes
include/petscmat.h 1.173 05/03/17 15:37:11 knepley@khan.(none) +10 -11 Added a raw aray interface to MatZeroRows() and MatZeroRowsLocal() Fixed interface for MatAXPY(), MatAYPX(), MatShift(), MatScale()
Hg-commit: 6e147698c19d2d3678c0a0782cbbaa01f66d6930
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 ...
|
| #
1b719fc7
|
| 13-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2899 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042713|06329 ChangeSet 1.2899 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +3 -0 Merge
python/PETSc/Con
bk-changeset-1.2899 barrysmith@barry-smiths-computer.local|ChangeSet|20050213042713|06329 ChangeSet 1.2899 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +3 -0 Merge
python/PETSc/Configure.py 1.302 05/02/12 22:27:13 barrysmith@barry-smiths-computer.local +0 -0 SCCS merged
src/mat/impls/aij/seq/aij.c 1.217 05/02/12 22:25:53 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/ml/ml.c 1.14 05/02/12 22:25:52 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: d76114018c2c683c7b5f0defa01261d1d1d24c52
show more ...
|
| #
f349cc81
|
| 06-Feb-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2895.1.2 balay@asterix.mcs.anl.gov|ChangeSet|20050206220114|02749 ChangeSet 1.2895.1.2 05/02/06 16:01:14 balay@asterix.mcs.anl.gov +4 -0 fix prototype (for c++)
src/mat/impls/sb
bk-changeset-1.2895.1.2 balay@asterix.mcs.anl.gov|ChangeSet|20050206220114|02749 ChangeSet 1.2895.1.2 05/02/06 16:01:14 balay@asterix.mcs.anl.gov +4 -0 fix prototype (for c++)
src/mat/impls/sbaij/seq/sbaij.h 1.37 05/02/06 16:01:12 balay@asterix.mcs.anl.gov +2 -0 fix prototype
src/mat/impls/baij/seq/baij.h 1.29 05/02/06 16:01:12 balay@asterix.mcs.anl.gov +2 -0 fix prototype
src/mat/impls/aij/seq/aij.h 1.53 05/02/06 16:01:12 balay@asterix.mcs.anl.gov +2 -0 fix prototype
python/PETSc/Configure.py 1.300.1.1 05/02/06 16:01:12 balay@asterix.mcs.anl.gov +0 -1 remove debug message
Hg-commit: 84978df9d53cf060a3936ec9893cf9b944ec209a
show more ...
|
| #
ab93d7be
|
| 29-Jan-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2879 barrysmith@barry-smiths-computer.local|ChangeSet|20050129212209|43812 ChangeSet 1.2879 05/01/29 15:22:09 barrysmith@barry-smiths-computer.local +16 -0 avoid indirect polymorph
bk-changeset-1.2879 barrysmith@barry-smiths-computer.local|ChangeSet|20050129212209|43812 ChangeSet 1.2879 05/01/29 15:22:09 barrysmith@barry-smiths-computer.local +16 -0 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/sbaijfact2.c 1.58 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +2 -2 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/sbaijfact.c 1.84 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +2 -10 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/sbaij2.c 1.38 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +1 -1 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/sbaij.h 1.36 05/01/29 15:22:05 barrysmith@barry-smiths-computer.local +1 -0 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/sbaij.c 1.135 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +40 -37 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/sbaij/seq/aijsbaij.c 1.27 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +2 -2 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baijfact3.c 1.21 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -5 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baijfact2.c 1.45 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -5 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baijfact.c 1.29 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +2 -10 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baij2.c 1.32 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -1 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baij.h 1.28 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -0 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/baij.c 1.121 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +38 -34 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/baij/seq/aijbaij.c 1.23 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -1 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/aij/seq/aijfact.c 1.111 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +5 -19 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/aij/seq/aij.h 1.52 05/01/29 15:22:04 barrysmith@barry-smiths-computer.local +1 -0 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
src/mat/impls/aij/seq/aij.c 1.211 05/01/29 15:22:03 barrysmith@barry-smiths-computer.local +30 -33 avoid indirect polymorphic call for MatSeqXAIJSetPreallocation() when possible also support MAT_SKIP_ALLOCATION for AIJ, BAIJ and SBAIJ
Hg-commit: 78dee3b02a277d003c04d93359de6cc6b1a047fe
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 ...
|
| #
de7579db
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/hong-dev
src/mat/impls/baij/seq/baij.c 1.118 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
include/petscmat.h 1.167 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: fe83a850911b4f07e2f4ddeb845c0d2ceae453eb
show more ...
|
| #
be1d678a
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/zerodiag.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/ptap.c 1.2 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/multequal.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matstash.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matioall.c 1.34 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matio.c 1.24 04/12/22 03:51:15 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/getcolv.c 1.11 04/12/22 03:51:15 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/gcreate.c 1.38 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/freespace.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/convert.c 1.19 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/compressedrow.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/axpy.c 1.22 04/12/22 03:51:14 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/spartition.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +10 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/partition.c 1.30 04/12/22 03:51:14 Kris@p4buschel. +19 -18 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/scotch/scotch.c 1.16 04/12/22 03:51:14 Kris@p4buschel. +11 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/pmetis/pmetis.c 1.23 04/12/22 03:51:14 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/party/party.c 1.13 04/12/22 03:51:14 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/jostle/jostle.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/chaco/chaco.c 1.15 04/12/22 03:51:14 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sregis.c 1.10 04/12/22 03:51:14 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sprcm.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spqmd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spnd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spinver.c 1.6 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sp1wd.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sorder.c 1.21 04/12/22 03:51:13 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rootls.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdupd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdrch.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdqt.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdmrg.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genrcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genqmd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gennd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gen1wd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fnroot.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fndsep.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fn1wd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/degree.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/matfd/fdmatrix.c 1.30 04/12/22 03:51:13 Kris@p4buschel. +16 -14 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/mhas.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matrix.c 1.164 04/12/22 03:51:12 Kris@p4buschel. +121 -121 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matregis.c 1.40 04/12/22 03:51:12 Kris@p4buschel. +37 -36 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matreg.c 1.21 04/12/22 03:51:12 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matnull.c 1.19 04/12/22 03:51:12 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/dlregis.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shellcnv.c 1.16 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shell.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sro.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.60 04/12/22 03:51:12 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact9.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact8.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact7.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact6.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact5.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact4.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact3.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact2.c 1.56 04/12/22 03:51:11 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact12.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact11.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact10.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact.c 1.82 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij2.c 1.37 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij.c 1.133 04/12/22 03:51:11 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/aijsbaij.c 1.26 04/12/22 03:51:11 Kris@p4buschel. +11 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.48 04/12/22 03:51:11 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/sbaijov.c 1.40 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mpisbaij.c 1.116 04/12/22 03:51:11 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mmsbaij.c 1.33 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/mpirowbs.c 1.67 04/12/22 03:51:10 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/iccbs.c 1.8 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/cholbs.c 1.13 04/12/22 03:51:10 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/normal/normm.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/maij/maij.c 1.36 04/12/22 03:51:10 Kris@p4buschel. +13 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/is/matis.c 1.21 04/12/22 03:51:10 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/hypre/mhyp.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/seq/dense.c 1.73 04/12/22 03:51:10 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mpidense.c 1.55 04/12/22 03:51:10 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mmdense.c 1.16 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode2.c 1.4 04/12/22 03:51:10 Kris@p4buschel. +9 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode.c 1.50 04/12/22 03:51:10 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag3.c 1.25 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag2.c 1.24 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag.c 1.48 04/12/22 03:51:09 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdfact.c 1.19 04/12/22 03:51:09 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mpibdiag.c 1.47 04/12/22 03:51:09 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mmbdiag.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa7.c 1.12 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa6.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa5.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa4.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa3.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa2.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa.c 1.13 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgedi.c 1.7 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact9.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact8.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact7.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact6.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact5.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact4.c 1.15 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact3.c 1.19 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact2.c 1.43 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact14.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact13.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact12.c 1.23 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact11.c 1.12 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact10.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact.c 1.27 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij2.c 1.31 04/12/22 03:51:08 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij.c 1.116.1.1 04/12/22 03:51:08 Kris@p4buschel. +16 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/aijbaij.c 1.22 04/12/22 03:51:08 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mpibaij.c 1.90 04/12/22 03:51:08 Kris@p4buschel. +18 -15 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mmbaij.c 1.26 04/12/22 03:51:08 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.67 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/baijov.c 1.27 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/unary.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/umfpack/umfpack.c 1.43 04/12/22 03:51:07 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/symtranspose.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/superlu/superlu.c 1.76 04/12/22 03:51:07 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.32 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spooles.c 1.104 04/12/22 03:51:07 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/aijspooles.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matptap.c 1.84 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matpapt.c 1.44 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matmatmult.c 1.85 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/lusol/lusol.c 1.37 04/12/22 03:51:07 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ilut.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ij.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/fdaij.c 1.16 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/essl/essl.c 1.37 04/12/22 03:51:06 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/dxml/dxml.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aijfact.c 1.109 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.h 1.51 04/12/22 03:51:06 Kris@p4buschel. +3 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.c 1.207 04/12/22 03:51:06 Kris@p4buschel. +13 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.106 04/12/22 03:51:06 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.73 04/12/22 03:51:06 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mumps/mumps.c 1.85 04/12/22 03:51:06 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiptap.c 1.17 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiov.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpimatmatmult.c 1.7 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaijpc.c 1.6 04/12/22 03:51:06 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.h 1.35 04/12/22 03:51:05 Kris@p4buschel. +2 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.c 1.228 04/12/22 03:51:05 Kris@p4buschel. +20 -19 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mmaij.c 1.22 04/12/22 03:51:05 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/fdmpiaij.c 1.13 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/aij/aijtype.c 1.11 04/12/22 03:51:05 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adj/mpi/mpiadj.c 1.46 04/12/22 03:51:05 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/nladic.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +7 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/matadic.c 1.30 04/12/22 03:51:05 Kris@p4buschel. +11 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/slo.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/setr.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/seq.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/scolor.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/numsrt.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/ido.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/dsm.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/degr.c 1.7 04/12/22 03:51:04 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/color.c 1.23 04/12/22 03:51:04 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
include/petscmat.h 1.165.1.1 04/12/22 03:51:04 Kris@p4buschel. +296 -290 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
Hg-commit: 70d6d743ca87a4f2767b4ca5849efc2ee9c2478d
show more ...
|
| #
1d18e487
|
| 07-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2787 Kris@p4buschel.|ChangeSet|20041207011800|30517 ChangeSet 1.2787 04/12/06 17:18:00 Kris@p4buschel. +10 -0 Clean up unused factorization parameters from Mat objects. Also, fix
bk-changeset-1.2787 Kris@p4buschel.|ChangeSet|20041207011800|30517 ChangeSet 1.2787 04/12/06 17:18:00 Kris@p4buschel. +10 -0 Clean up unused factorization parameters from Mat objects. Also, fix cpp errors in MATBAIJHEADER
src/mat/matimpl.h 1.71 04/12/06 17:17:58 Kris@p4buschel. +0 -1 Clean up unused factorization parameters from Mat objects.
src/mat/impls/sbaij/seq/sbaij.c 1.130 04/12/06 17:17:58 Kris@p4buschel. +0 -1 Clean up unused factorization parameters from Mat objects.
src/mat/impls/sbaij/mpi/mpisbaij.h 1.16 04/12/06 17:17:58 Kris@p4buschel. +1 -1 ; after macro usage, not in macro definition.
src/mat/impls/csr/inode/inode.h 1.6 04/12/06 17:17:58 Kris@p4buschel. +0 -2 Clean up unused factorization parameters from Mat objects.
src/mat/impls/baij/seq/baij.c 1.115 04/12/06 17:17:58 Kris@p4buschel. +0 -1 Clean up unused factorization parameters from Mat objects.
src/mat/impls/baij/mpi/mpibaij.h 1.18 04/12/06 17:17:58 Kris@p4buschel. +4 -5 Typo fixes: cpp \ cannot be within comment Also take ; off the end of the #define and put it after usage
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.36 04/12/06 17:17:57 Kris@p4buschel. +1 -1 Clean up unused factorization parameters from Mat objects.
src/mat/impls/aij/seq/aij.h 1.50 04/12/06 17:17:57 Kris@p4buschel. +0 -4 Clean up unused factorization parameters from Mat objects.
src/mat/impls/aij/seq/aij.c 1.205 04/12/06 17:17:57 Kris@p4buschel. +0 -7 Clean up unused factorization parameters from Mat objects.
src/mat/impls/adj/mpi/mpiadj.c 1.44 04/12/06 17:17:57 Kris@p4buschel. +0 -1 Clean up unused factorization parameters from Mat objects.
Hg-commit: a07bfa4e1fbe0a73e16dfd8ce13a1333cb4a85e3
show more ...
|
| #
7529efd4
|
| 24-Nov-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2748 Kris@p4buschel.|ChangeSet|20041124192524|34009 ChangeSet 1.2748 04/11/24 11:25:24 Kris@p4buschel. +9 -0 Fix MatILUDTFactor interface to be consistent with those of the other F
bk-changeset-1.2748 Kris@p4buschel.|ChangeSet|20041124192524|34009 ChangeSet 1.2748 04/11/24 11:25:24 Kris@p4buschel. +9 -0 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's Also a couple more Inode fixes.
src/mat/matimpl.h 1.69 04/11/24 11:25:22 Kris@p4buschel. +1 -1 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
src/mat/interface/matrix.c 1.161 04/11/24 11:25:22 Kris@p4buschel. +7 -7 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
src/mat/impls/csr/inode/inode2.c 1.3 04/11/24 11:25:22 Kris@p4buschel. +4 -3 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's Fix copy/paste in ILUFactorSymbolic which stemmed from ILUDT problem above. EXTERN C the dynamic functions for MatInode
src/mat/impls/csr/inode/inode.h 1.5 04/11/24 11:25:21 Kris@p4buschel. +2 -2 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's Fix copy/paste in ILUFactorSymbolic which stemmed from ILUDT problem above.
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.35 04/11/24 11:25:21 Kris@p4buschel. +2 -2 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
src/mat/impls/aij/seq/aijfact.c 1.101 04/11/24 11:25:21 Kris@p4buschel. +2 -2 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
src/mat/impls/aij/seq/aij.h 1.49 04/11/24 11:25:21 Kris@p4buschel. +1 -1 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
src/ksp/pc/impls/factor/ilu/ilu.c 1.53 04/11/24 11:25:21 Kris@p4buschel. +3 -3 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
include/petscmat.h 1.165 04/11/24 11:25:21 Kris@p4buschel. +1 -1 Fix MatILUDTFactor interface to be consistent with those of the other Factor routines MatFactorInfo after IS's
Hg-commit: d5d42d92decd1ec42f75ac3fbe2eac40e3c22988
show more ...
|
| #
18b64688
|
| 22-Nov-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2737 Kris@p4buschel.|ChangeSet|20041122175755|61775 ChangeSet 1.2737 04/11/22 09:57:55 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.2737 Kris@p4buschel.|ChangeSet|20041122175755|61775 ChangeSet 1.2737 04/11/22 09:57:55 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/dev
src/mat/impls/aij/seq/aijfact.c 1.95 04/11/22 09:57:54 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 5075651a93491c64d3b8a29bffbe0c6f4a317949
show more ...
|
| #
71c2f376
|
| 22-Nov-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2727.1.1 Kris@p4buschel.|ChangeSet|20041122175727|25405 ChangeSet 1.2727.1.1 04/11/22 09:57:27 Kris@p4buschel. +11 -0 Make Inode a parent class for SeqAIJ I guess you would descr
bk-changeset-1.2727.1.1 Kris@p4buschel.|ChangeSet|20041122175727|25405 ChangeSet 1.2727.1.1 04/11/22 09:57:27 Kris@p4buschel. +11 -0 Make Inode a parent class for SeqAIJ I guess you would describe Inode as a helper class upon which SeqAIJ is derived as it is not a complete Mat class. The CSR class is a virtual base. If it were a non virtual base class, Inode would be complete as it inherits from CSR. Mechanisms still needed are a simple management scheme for inherited ops and data tables.
src/mat/impls/csr/makefile 1.1 04/11/22 09:57:25 Kris@p4buschel. +9 -0
src/mat/impls/csr/makefile 1.0 04/11/22 09:57:25 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/dev/src/mat/impls/csr/makefile
src/mat/impls/csr/inode/makefile 1.1 04/11/22 09:57:24 Kris@p4buschel. +16 -0
src/mat/impls/csr/inode/inode2.c 1.1 04/11/22 09:57:24 Kris@p4buschel. +195 -0
src/mat/impls/csr/inode/inode.h 1.1 04/11/22 09:57:24 Kris@p4buschel. +30 -0
src/mat/impls/csr/csr.h 1.1 04/11/22 09:57:24 Kris@p4buschel. +21 -0
src/mat/impls/csr/inode/makefile 1.0 04/11/22 09:57:24 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/dev/src/mat/impls/csr/inode/makefile
src/mat/impls/csr/inode/inode2.c 1.0 04/11/22 09:57:24 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/dev/src/mat/impls/csr/inode/inode2.c
src/mat/impls/csr/inode/inode.h 1.0 04/11/22 09:57:24 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/dev/src/mat/impls/csr/inode/inode.h
src/mat/impls/csr/inode/inode.c 1.36 04/11/22 09:57:24 Kris@p4buschel. +142 -107 Make Inode a parent class for SeqAIJ
src/mat/impls/csr/csr.h 1.0 04/11/22 09:57:24 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/dev/src/mat/impls/csr/csr.h
src/mat/impls/aij/seq/makefile 1.30 04/11/22 09:57:24 Kris@p4buschel. +2 -2 Make Inode a parent class for SeqAIJ
src/mat/impls/aij/seq/fdaij.c 1.15 04/11/22 09:57:24 Kris@p4buschel. +0 -44 Make Inode a parent class for SeqAIJ
src/mat/impls/aij/seq/aijfact.c 1.93.1.1 04/11/22 09:57:24 Kris@p4buschel. +8 -9 Make Inode a parent class for SeqAIJ
src/mat/impls/aij/seq/aij.h 1.48 04/11/22 09:57:24 Kris@p4buschel. +3 -25 Make Inode a parent class for SeqAIJ
src/mat/impls/aij/seq/aij.c 1.200 04/11/22 09:57:24 Kris@p4buschel. +12 -73 Make Inode a parent class for SeqAIJ
src/mat/impls/csr/inode/inode.c 1.35 04/11/19 19:39:42 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/inode/inode.c -> src/mat/impls/csr/inode/inode.c
src/mat/impls/aij/inode/inode.c 1.34 04/11/19 18:22:20 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/aijnode.c -> src/mat/impls/aij/inode/inode.c
Hg-commit: 8cceb3ac1d307be5873f857b1b8ab300fb8c7b91
show more ...
|
| #
23735742
|
| 19-Nov-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2715 barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960 ChangeSet 1.2715 04/11/18 21:39:24 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2715 barrysmith@barry-smiths-computer.local|ChangeSet|20041119033924|42960 ChangeSet 1.2715 04/11/18 21:39:24 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/baij/mpi/mpibaij.c 1.83 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
include/petsc.h 1.103 04/11/18 21:39:23 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 067cbc31fb2f1d5208ae839c0c3f8a531ba2d85c
show more ...
|