| #
08b6dcc0
|
| 25-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1028.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023512|44317 ChangeSet 1.1028.1.1 03/02/24 20:35:12 bsmith@harley.mcs.anl.gov +15 -0 changed arrays of colors to use unsigned c
bk-changeset-1.1028.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023512|44317 ChangeSet 1.1028.1.1 03/02/24 20:35:12 bsmith@harley.mcs.anl.gov +15 -0 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/vec/is/utils/iscoloring.c 1.7 03/02/24 20:35:11 bsmith@harley.mcs.anl.gov +58 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/matimpl.h 1.19 03/02/24 20:35:11 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/interface/matrix.c 1.51 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/fdaij.c 1.4 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +5 -4 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/aijnode.c 1.10 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/aij.c 1.61 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +12 -9 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/mpi/mpiaij.c 1.50 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +10 -9 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/color/color.c 1.7 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +30 -11 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/dm/da/utils/fdda.c 1.20 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +16 -12 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/dm/da/src/da2.c 1.24 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +7 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/contrib/adic/Gradient/ad_utils.c 1.8 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +3 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/petscmat.h 1.45 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/petscis.h 1.8 03/02/24 20:35:09 bsmith@harley.mcs.anl.gov +12 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/adic/ad_utils.h 1.6 03/02/24 20:35:09 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/fortran/custom/zis.c 1.9 03/02/23 22:59:53 bsmith@harley.mcs.anl.gov +8 -1 better error handling for basing in bad colors
src/fortran/custom/zis.c 1.8 03/02/23 22:57:19 bsmith@harley.mcs.anl.gov +8 -3 change to ISColoringCreate for Fortran to handle new shorter storage of colors
Hg-commit: ca16ac12e20a3e4927f8f322ba15d18b2282297b
show more ...
|
| #
66f9b7ce
|
| 21-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1009 bsmith@harley.mcs.anl.gov|ChangeSet|20030221155146|17070 ChangeSet 1.1009 03/02/21 09:51:46 bsmith@harley.mcs.anl.gov +10 -0 logging fof func eval in fd jacobian, use 5pt 5
bk-changeset-1.1009 bsmith@harley.mcs.anl.gov|ChangeSet|20030221155146|17070 ChangeSet 1.1009 03/02/21 09:51:46 bsmith@harley.mcs.anl.gov +10 -0 logging fof func eval in fd jacobian, use 5pt 5 colors even for periodic bc
src/snes/interface/snesj2.c 1.8 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +0 -5 remove bad logging of snesfunctioneval
src/snes/examples/tutorials/ex29.c 1.20 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +11 -21 use 5 colors for periodic 5pt
src/mat/matfd/fdmatrix.c 1.9 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +8 -0 add logging of function eval in Jacobian compute for dmmg
src/mat/interface/matrix.c 1.50 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +1 -1 add logging of function eval in Jacobian compute for dmmg
src/mat/interface/dlregis.c 1.14 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +1 -0 add logging of function eval in Jacobian compute for dmmg
src/mat/impls/aij/seq/aij.c 1.59 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +4 -0 add logging of function eval in Jacobian compute for dmmg
src/dm/da/utils/fdda.c 1.18 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +59 -74 use 5 colors for 5pt stencil even with periodicity
include/petscmat.h 1.44 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +1 -1 add logging of function eval in Jacobian compute for dmmg
bmake/linux_intel/packages 1.12 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +5 -0 add adic
bmake/linux_gcc_pgf90/packages 1.25 03/02/21 09:51:45 bsmith@harley.mcs.anl.gov +6 -6 hide superlu
Hg-commit: 4e83f1f9bbee583668cb3b5e1dd3bf72cd4d56af
show more ...
|
| #
8cde0ee6
|
| 14-Feb-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1005 hzhang@compbio.mcs.anl.gov|ChangeSet|20030214013148|14616 ChangeSet 1.1005 03/02/13 19:31:48 hzhang@compbio.mcs.anl.gov +2 -0 nightly build fix -- remove unused variables.
bk-changeset-1.1005 hzhang@compbio.mcs.anl.gov|ChangeSet|20030214013148|14616 ChangeSet 1.1005 03/02/13 19:31:48 hzhang@compbio.mcs.anl.gov +2 -0 nightly build fix -- remove unused variables.
src/mat/interface/matrix.c 1.49 03/02/13 19:30:16 hzhang@compbio.mcs.anl.gov +0 -1 *** empty log message ***
src/sys/src/error/errabort.c 1.10 03/02/13 19:28:54 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: ef0652dd9011c34ca5f619d20abd8566ce972359
show more ...
|
| #
b543d47d
|
| 07-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.990 bsmith@terra.mcs.anl.gov|ChangeSet|20030207233939|15419 ChangeSet 1.990 03/02/07 17:39:39 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.990 bsmith@terra.mcs.anl.gov|ChangeSet|20030207233939|15419 ChangeSet 1.990 03/02/07 17:39:39 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 58a91d7ae4224eafe9547298ca52adf4e0208d0d
show more ...
|
| #
85fc7724
|
| 07-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.988.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030207233926|14997 ChangeSet 1.988.1.1 03/02/07 17:39:26 bsmith@terra.mcs.anl.gov +7 -0 add fast conversion from seqaij to seqbaij
s
bk-changeset-1.988.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030207233926|14997 ChangeSet 1.988.1.1 03/02/07 17:39:26 bsmith@terra.mcs.anl.gov +7 -0 add fast conversion from seqaij to seqbaij
src/mat/impls/aij/seq/aij.c 1.56 03/02/07 17:39:25 bsmith@terra.mcs.anl.gov +4 -0 add fast conversion from seqaij to seqbaij
src/mat/impls/baij/seq/aijbaij.c 1.4 03/02/07 17:37:41 bsmith@terra.mcs.anl.gov +37 -0 added quick conversion to BAIJ from AIJ seq
src/mat/examples/tests/ex55.c 1.4 03/02/07 17:37:12 bsmith@terra.mcs.anl.gov +14 -11 actually checks results, BUT doesn't handle many matrix types
src/sles/pc/impls/redundant/redundant.c 1.7 03/02/07 10:13:59 bsmith@terra.mcs.anl.gov +1 -1 add space in comment
src/sles/pc/impls/mg/mgfunc.c 1.4 03/02/03 18:52:03 bsmith@terra.mcs.anl.gov +10 -10 make clear that 0 is coarsest level
docs/tex/petscapp.bib 1.62 03/01/31 15:23:57 bsmith@terra.mcs.anl.gov +6 -0 new app
src/mat/interface/matrix.c 1.48 03/01/27 10:12:04 bsmith@terra.mcs.anl.gov +2 -12 call matview_private after numeric factorization rather than manually handling -mat_view_draw
Hg-commit: 95ca53aa543e1cd33876462105444a33cf406d15
show more ...
|
| #
611ae9ca
|
| 09-Jan-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.927 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109223152|10010 ChangeSet 1.927 03/01/09 16:31:52 hzhang@compbio.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.927 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109223152|10010 ChangeSet 1.927 03/01/09 16:31:52 hzhang@compbio.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into compbio.mcs.anl.gov:/sandbox/hzhang/petsc-test
src/mat/impls/sbaij/seq/sbaij.c 1.52 03/01/09 16:31:51 hzhang@compbio.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.37 03/01/09 16:31:51 hzhang@compbio.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.55 03/01/09 16:31:51 hzhang@compbio.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 93ba3bf6d3493c8c1deb960b601996f43a09cffe
show more ...
|
| #
a6175056
|
| 09-Jan-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.922.2.3 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109223142|63819 ChangeSet 1.922.2.3 03/01/09 16:31:42 hzhang@compbio.mcs.anl.gov +8 -0 updates and ongoing coding.
src/mat/inte
bk-changeset-1.922.2.3 hzhang@compbio.mcs.anl.gov|ChangeSet|20030109223142|63819 ChangeSet 1.922.2.3 03/01/09 16:31:42 hzhang@compbio.mcs.anl.gov +8 -0 updates and ongoing coding.
src/mat/interface/matrix.c 1.47 03/01/09 16:30:40 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.h 1.14 03/01/09 16:30:15 hzhang@compbio.mcs.anl.gov +6 -3 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.51 03/01/09 16:29:34 hzhang@compbio.mcs.anl.gov +0 -4 *** empty log message ***
src/mat/impls/baij/seq/baij.c 1.35.1.1 03/01/09 16:29:11 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.10 03/01/09 16:28:35 hzhang@compbio.mcs.anl.gov +45 -0 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.10 03/01/09 16:27:56 hzhang@compbio.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.54 03/01/09 16:27:33 hzhang@compbio.mcs.anl.gov +8 -1 *** empty log message ***
bmake/linux_superludist/packages 1.25 03/01/09 16:27:02 hzhang@compbio.mcs.anl.gov +10 -1 *** empty log message ***
Hg-commit: 9795808becddd28df1da853cf5c7e47f7a5bc5a9
show more ...
|
| #
64737c8e
|
| 06-Jan-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.913 bsmith@terra.mcs.anl.gov|ChangeSet|20030106164127|49447 ChangeSet 1.913 03/01/06 10:41:27 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.913 bsmith@terra.mcs.anl.gov|ChangeSet|20030106164127|49447 ChangeSet 1.913 03/01/06 10:41:27 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 1c658aa7033542a1d0a7d6fadf28350fb639ab13
show more ...
|
| #
d59c15a7
|
| 06-Jan-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.910.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030106164115|49240 ChangeSet 1.910.1.1 03/01/06 10:41:15 bsmith@terra.mcs.anl.gov +11 -0 start on solves for multipole rhs
src/mat/m
bk-changeset-1.910.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20030106164115|49240 ChangeSet 1.910.1.1 03/01/06 10:41:15 bsmith@terra.mcs.anl.gov +11 -0 start on solves for multipole rhs
src/mat/matimpl.h 1.18 03/01/06 10:41:14 bsmith@terra.mcs.anl.gov +2 -2 start on solves for multipole rhs
src/mat/interface/matrix.c 1.46 03/01/06 10:41:14 bsmith@terra.mcs.anl.gov +51 -2 start on solves for multipole rhs
src/mat/interface/dlregis.c 1.13 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +2 -2 start on solves for multipole rhs
src/mat/impls/sbaij/seq/sbaijfact2.c 1.14 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +65 -2 start on solves for multipole rhs
src/mat/examples/tests/ex76.c 1.4 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +8 -0 start on solves for multipole rhs
src/mat/examples/tests/ex74.c 1.5 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +0 -5 bad code removed
include/petscvec.h 1.25 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +21 -0 start on solves for multipole rhs
include/petscmat.h 1.41 03/01/06 10:41:13 bsmith@terra.mcs.anl.gov +3 -2 start on solves for multipole rhs
src/mat/impls/sbaij/seq/sbaij.c 1.49 03/01/05 21:37:30 bsmith@terra.mcs.anl.gov +7 -2 support code for MatSolves
src/mat/impls/sbaij/seq/sbaij.h 1.13 03/01/05 21:36:01 bsmith@terra.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.h 1.12 03/01/05 21:35:24 bsmith@terra.mcs.anl.gov +1 -0 workspace for multiple solves
bmake/common/rules 1.46 03/01/04 09:56:53 bsmith@terra.mcs.anl.gov +1 -1 fix [PETSC #6430] petsc.h.html removing all linesw with __FUNCT__ in it removed definition of PetscMalloc
Hg-commit: 341058a9d981b01c0f6c36350ae92577ac5143df
show more ...
|
| #
3e0d88b5
|
| 03-Jan-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.910 bsmith@terra.mcs.anl.gov|ChangeSet|20030103031403|49213 ChangeSet 1.910 03/01/02 21:14:03 bsmith@terra.mcs.anl.gov +6 -0 add getinertia to matrix function ta ble
src/mat/imp
bk-changeset-1.910 bsmith@terra.mcs.anl.gov|ChangeSet|20030103031403|49213 ChangeSet 1.910 03/01/02 21:14:03 bsmith@terra.mcs.anl.gov +6 -0 add getinertia to matrix function ta ble
src/mat/impls/sbaij/seq/sbaijfact.c 1.18 03/01/02 21:14:02 bsmith@terra.mcs.anl.gov +18 -10 add getinertia to matrix function ta ble
src/mat/impls/sbaij/seq/sbaijspooles.c 1.16 03/01/02 21:12:12 bsmith@terra.mcs.anl.gov +1 -4 added getinertia to the function table
src/mat/impls/sbaij/seq/sbaij.c 1.48 03/01/02 21:09:50 bsmith@terra.mcs.anl.gov +21 -1 only have inertia if not complex
src/mat/interface/matrix.c 1.45 03/01/02 20:37:26 bsmith@terra.mcs.anl.gov +1 -3 added matgetinertia
src/mat/interface/matrix.c 1.44 03/01/02 20:33:02 bsmith@terra.mcs.anl.gov +37 -0 *** empty log message ***
src/mat/matimpl.h 1.17 03/01/02 20:23:15 bsmith@terra.mcs.anl.gov +2 -1 *** empty log message ***
include/petscmat.h 1.40 03/01/02 20:21:24 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: df71715db7131d7215fee05541ef734d922fa3e5
show more ...
|
| #
92c3bf5a
|
| 18-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/11/18 09:02:41 knepley@khan.mcs.anl.gov +0 -2 Merge
Hg-commit: ba34a23ddff88c8c0d669ea62fd7e847382bebe9
show more ...
|
| #
f2d8499a
|
| 12-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.22 bsmith@terra.mcs.anl.gov|ChangeSet|20021112191119|43295 ChangeSet 1.866.1.22 02/11/12 13:11:19 bsmith@terra.mcs.anl.gov +4 -0 nightly build fixes
src/sles/examples/test
bk-changeset-1.866.1.22 bsmith@terra.mcs.anl.gov|ChangeSet|20021112191119|43295 ChangeSet 1.866.1.22 02/11/12 13:11:19 bsmith@terra.mcs.anl.gov +4 -0 nightly build fixes
src/sles/examples/tests/output/ex24_3.out 1.4 02/11/12 13:11:19 bsmith@terra.mcs.anl.gov +1 -1 fix output
src/sles/examples/tests/output/ex24_2.out 1.4 02/11/12 13:11:19 bsmith@terra.mcs.anl.gov +3 -3 fix output
src/mat/interface/matrix.c 1.43 02/11/12 13:10:23 bsmith@terra.mcs.anl.gov +13 -12 *** empty log message ***
docs/tex/petscapp.bib 1.50 02/11/10 22:31:56 bsmith@terra.mcs.anl.gov +2 -1 *** empty log message ***
docs/tex/petscapp.bib 1.49 02/11/10 22:24:28 bsmith@terra.mcs.anl.gov +7 -0 another one
Hg-commit: dc464f1b4be7a64735106928b8b92bcc61a8fa54
show more ...
|
| #
52d10fbe
|
| 29-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.860 bsmith@terra.mcs.anl.gov|ChangeSet|20021029185503|48601 ChangeSet 1.860 02/10/29 12:55:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.860 bsmith@terra.mcs.anl.gov|ChangeSet|20021029185503|48601 ChangeSet 1.860 02/10/29 12:55:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 432c4b41a4d41387708ffc3edc68f462c8a946df
show more ...
|
| #
63bb2aa6
|
| 29-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.856.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021029185450|48041 ChangeSet 1.856.1.1 02/10/29 12:54:50 bsmith@terra.mcs.anl.gov +7 -0 fixes and better docs
src/snes/utils/damgsne
bk-changeset-1.856.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021029185450|48041 ChangeSet 1.856.1.1 02/10/29 12:54:50 bsmith@terra.mcs.anl.gov +7 -0 fixes and better docs
src/snes/utils/damgsnes.c 1.7 02/10/29 12:54:48 bsmith@terra.mcs.anl.gov +10 -0 copy options to set local man page
src/snes/examples/tutorials/makefile 1.15 02/10/29 12:54:48 bsmith@terra.mcs.anl.gov +7 -1 add ex29.c
src/sles/ksp/impls/fgmres/fgmres.c 1.6 02/10/29 12:54:48 bsmith@terra.mcs.anl.gov +1 -1 default ortho is unmodified like gmres
src/mat/impls/aij/seq/aijfact.c 1.9 02/10/29 12:54:48 bsmith@terra.mcs.anl.gov +1 -1 more error message about pivot tolerance size
src/mat/impls/aij/seq/aijmatlab.c 1.8 02/10/29 12:51:55 bsmith@terra.mcs.anl.gov +0 -8 removed unsued varaibles
src/mat/interface/matrix.c 1.42 02/10/29 10:28:55 bsmith@terra.mcs.anl.gov +2 -2 *** empty log message ***
src/snes/examples/tutorials/ex29.c 1.2 02/10/28 20:54:44 bsmith@terra.mcs.anl.gov +74 -120 added null space remover
src/snes/examples/tutorials/ex29.c 1.1 02/10/28 13:53:15 bsmith@terra.mcs.anl.gov +780 -0
src/snes/examples/tutorials/ex29.c 1.0 02/10/28 13:53:15 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/snes/examples/tutorials/ex29.c
Hg-commit: bbad4fa06f863fe77ae1fdd51b3185b941a7260b
show more ...
|
| #
7357a340
|
| 04-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.818 knepley@khan.mcs.anl.gov|ChangeSet|20021004172953|07439 ChangeSet 1.818 02/10/04 12:29:53 knepley@khan.mcs.anl.gov +0 -0 Merge shakey:/home/petsc/petsc-bk/petsc into khan.mcs
bk-changeset-1.818 knepley@khan.mcs.anl.gov|ChangeSet|20021004172953|07439 ChangeSet 1.818 02/10/04 12:29:53 knepley@khan.mcs.anl.gov +0 -0 Merge shakey:/home/petsc/petsc-bk/petsc into khan.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
Hg-commit: 003a064876281177d68cbc119c607f970c9ac4e7
show more ...
|
| #
d8e41074
|
| 04-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.816.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021004034636|09536 ChangeSet 1.816.1.2 02/10/03 22:46:36 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/
bk-changeset-1.816.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021004034636|09536 ChangeSet 1.816.1.2 02/10/03 22:46:36 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 69c0c6690ed01523f0b350b3956e82491ab876b9
show more ...
|
| #
73fda44a
|
| 04-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.816.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021004034628|09382 ChangeSet 1.816.2.1 02/10/03 22:46:28 bsmith@terra.mcs.anl.gov +6 -0 bug fixes
include/petsclog.h 1.30 02/10
bk-changeset-1.816.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021004034628|09382 ChangeSet 1.816.2.1 02/10/03 22:46:28 bsmith@terra.mcs.anl.gov +6 -0 bug fixes
include/petsclog.h 1.30 02/10/03 22:41:02 bsmith@terra.mcs.anl.gov +2 -0 needed #defines for these when logging is turned off so codes that use it compile when logging is turned off
src/sles/pc/impls/bjacobi/bjacobi.c 1.12 02/10/03 22:26:10 bsmith@terra.mcs.anl.gov +5 -0 *** empty log message ***
src/snes/examples/tutorials/makefile 1.14 02/10/02 23:07:54 bsmith@terra.mcs.anl.gov +2 -2 remove FormFunction, only keep Local form
src/snes/examples/tutorials/ex5.c 1.6 02/10/02 23:07:47 bsmith@terra.mcs.anl.gov +11 -240 remove FormFunction, only keep Local form
src/snes/examples/tutorials/output/ex5_13.out 1.4 02/10/02 23:07:13 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/interface/matrix.c 1.41 02/10/02 22:58:02 bsmith@terra.mcs.anl.gov +2 -2 copy complained that mapping was already set, need to zero pointers
Hg-commit: 9ff607d72bf06cd5ec330ab5d8860a9fa71b411d
show more ...
|
| #
99292e63
|
| 30-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.812 Kris@buschel2000.|ChangeSet|20020930062052|11720 ChangeSet 1.812 02/09/29 23:20:52 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into b
bk-changeset-1.812 Kris@buschel2000.|ChangeSet|20020930062052|11720 ChangeSet 1.812 02/09/29 23:20:52 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.:E:/Kris/petsc
Hg-commit: 4d8076088eaf4d7ed62fc8b310efd78ae6f6be99
show more ...
|
| #
b634fe22
|
| 27-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.17.15 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185542|15071 ChangeSet 1.796.17.15 02/09/27 13:55:42 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pe
bk-changeset-1.796.17.15 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185542|15071 ChangeSet 1.796.17.15 02/09/27 13:55:42 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 96aa6c781fbfd393056f240dfa3e2551dd2fe35f
show more ...
|
| #
61860be5
|
| 27-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.20.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185529|02351 ChangeSet 1.796.20.1 02/09/27 13:55:29 bsmith@terra.mcs.anl.gov +4 -0 fixes for complex for snesmfcheckh stuff
s
bk-changeset-1.796.20.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185529|02351 ChangeSet 1.796.20.1 02/09/27 13:55:29 bsmith@terra.mcs.anl.gov +4 -0 fixes for complex for snesmfcheckh stuff
src/snes/mf/snesmfj.h 1.5 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +1 -1 fixes for complex for snesmfcheckh stuff
src/snes/mf/snesmfj.c 1.11 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +11 -12 fixes for complex for snesmfcheckh stuff
include/petscsnes.h 1.14 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +1 -1 fixes for complex for snesmfcheckh stuff
src/mat/interface/matrix.c 1.40 02/09/27 13:21:00 bsmith@terra.mcs.anl.gov +6 -2 dont' let MatView_Private be called inside itself.
Hg-commit: 2b67665f69d7f43ea6fa57342aef3b258fb4e1f9
show more ...
|
| #
b131e638
|
| 23-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.810 Kris@buschel2000.|ChangeSet|20020923194059|01149 ChangeSet 1.810 02/09/23 12:40:59 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into b
bk-changeset-1.810 Kris@buschel2000.|ChangeSet|20020923194059|01149 ChangeSet 1.810 02/09/23 12:40:59 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.:E:/Kris/petsc
Hg-commit: 007072df164c40ec5cfbd211fa0db52af9e9970e
show more ...
|
| #
dd7987b9
|
| 20-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.17.5 bsmith@terra.mcs.anl.gov|ChangeSet|20020920155116|02852 ChangeSet 1.796.17.5 02/09/20 10:51:16 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pets
bk-changeset-1.796.17.5 bsmith@terra.mcs.anl.gov|ChangeSet|20020920155116|02852 ChangeSet 1.796.17.5 02/09/20 10:51:16 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: a2f149b083eea6cf6828ab9f69dcd5ed8323afc2
show more ...
|
| #
e330ae6b
|
| 20-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.18.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020920155104|02447 ChangeSet 1.796.18.2 02/09/20 10:51:04 bsmith@terra.mcs.anl.gov +2 -0 fixed bugs introducing when making SBAIJ getm
bk-changeset-1.796.18.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020920155104|02447 ChangeSet 1.796.18.2 02/09/20 10:51:04 bsmith@terra.mcs.anl.gov +2 -0 fixed bugs introducing when making SBAIJ getmatrix
src/dm/da/utils/fdda.c 1.17 02/09/20 10:50:25 bsmith@terra.mcs.anl.gov +2 -2 fixed bugs introducing when making SBAIJ getmatrix
src/mat/interface/matrix.c 1.39 02/09/20 10:20:38 bsmith@terra.mcs.anl.gov +3 -0 *** empty log message ***
Hg-commit: 0dc3c51d5d021420d2afc8476db57286c4b45df7
show more ...
|
| #
69e95571
|
| 14-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.808 Kris@buschel2000.|ChangeSet|20020914085524|47883 ChangeSet 1.808 02/09/14 01:55:24 Kris@buschel2000. +2 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into b
bk-changeset-1.808 Kris@buschel2000.|ChangeSet|20020914085524|47883 ChangeSet 1.808 02/09/14 01:55:24 Kris@buschel2000. +2 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.:E:/Kris/petsc
src/mat/impls/baij/seq/baijfact2.c 1.6 02/09/14 01:55:22 Kris@buschel2000. +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.34 02/09/14 01:55:21 Kris@buschel2000. +0 -0 Auto merged
Hg-commit: 29fbf295d6b35c672844acf42d583fbe2618369a
show more ...
|
| #
07a2dacb
|
| 13-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.1.41 bsmith@terra.mcs.anl.gov|ChangeSet|20020913205034|51794 ChangeSet 1.796.1.41 02/09/13 15:50:34 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pets
bk-changeset-1.796.1.41 bsmith@terra.mcs.anl.gov|ChangeSet|20020913205034|51794 ChangeSet 1.796.1.41 02/09/13 15:50:34 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 9450b251da4d36a1d1dd1da38da2754839d8bcad
show more ...
|