History log of /petsc/src/ksp/pc/impls/shell/shellpc.c (Results 301 – 325 of 341)
Revision Date Author Comments
# e9a2bbcd 31-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3323.2.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450
ChangeSet
1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
gcc as shared library

bk-changeset-1.3323.2.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450
ChangeSet
1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense
on Mac
also memchkq before and after some more user provided functions
(can't trust those users :-)).

bmake/common/rules.shared.basic
1.20 05/05/31 13:23:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense

src/ksp/pc/impls/shell/shellpc.c
1.29 05/05/31 10:37:41 barrysmith@barry-smiths-computer.local +6 -0
chkmemq before and after untrustworthy user call

src/snes/interface/snes.c
1.80 05/05/31 10:37:34 barrysmith@barry-smiths-computer.local +2 -0
chkmemq before and after untrustworthy user call


Hg-commit: e804db33d234baf8a04660afecad7fbb23f2eed3

show more ...


# f9e427c6 27-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2862
barrysmith@barry-smiths-computer.local|ChangeSet|20050127032203|19800
ChangeSet
1.2862 05/01/26 21:22:03 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2862
barrysmith@barry-smiths-computer.local|ChangeSet|20050127032203|19800
ChangeSet
1.2862 05/01/26 21:22:03 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/fortran/custom/zsnes.c
1.30 05/01/26 21:22:02 barrysmith@barry-smiths-computer.local +0 -2
Auto merged


Hg-commit: 91636cf692c04255ff924e63dad32fadbdd3b2ea

show more ...


# be29d3c6 26-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2860.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050126160452|19814
ChangeSet
1.2860.1.1 05/01/26 10:04:52 barrysmith@barry-smiths-computer.local +12 -0
Added PCShellSet

bk-changeset-1.2860.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050126160452|19814
ChangeSet
1.2860.1.1 05/01/26 10:04:52 barrysmith@barry-smiths-computer.local +12 -0
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

todo
1.123 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +0 -3
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/snes/examples/tutorials/ex6.c
1.16 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +2 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/snes/examples/tutorials/ex24.c
1.24 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +2 -1
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/ksp/pc/impls/shell/shellpc.c
1.28 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +94 -32
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/ksp/pc/examples/tests/ex5.c
1.21 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +2 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/ksp/examples/tutorials/ex21f.F
1.15 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +1 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/ksp/examples/tutorials/ex15f.F
1.12 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +1 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/ksp/examples/tutorials/ex15.c
1.14 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +3 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/fortran/custom/zsnes.c
1.28.1.1 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +2 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/fortran/custom/zpc.c
1.30 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +4 -4
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

src/docs/website/documentation/changes/222.html
1.36 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +1 -0
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson

include/petscpc.h
1.69 05/01/26 10:04:48 barrysmith@barry-smiths-computer.local +4 -2
Added PCShellSet/GetContext() and removed context argument to setting Apply and
ApplyRichardson


Hg-commit: 9efebaedf36e563e9d7d9cf824d6eff2727a9e00

show more ...


# 8bd5f5a8 14-Jan-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2846
knepley@khan.mcs.anl.gov|ChangeSet|20050114135344|05349
ChangeSet
1.2846 05/01/06 20:51:39 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2846
knepley@khan.mcs.anl.gov|ChangeSet|20050114135344|05349
ChangeSet
1.2846 05/01/06 20:51:39 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev


Hg-commit: c34ace06d9447343e123353da880340b9c2c92ad

show more ...


# 91ad8336 14-Jan-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.2842.1.20
balay@asterix.mcs.anl.gov|ChangeSet|20050114135343|05449
ChangeSet
1.2842.1.20 05/01/14 07:53:43 balay@asterix.mcs.anl.gov +1 -0
fix typos in shell presolve

src/ksp/pc

bk-changeset-1.2842.1.20
balay@asterix.mcs.anl.gov|ChangeSet|20050114135343|05449
ChangeSet
1.2842.1.20 05/01/14 07:53:43 balay@asterix.mcs.anl.gov +1 -0
fix typos in shell presolve

src/ksp/pc/impls/shell/shellpc.c
1.27 05/01/14 07:53:42 balay@asterix.mcs.anl.gov +3 -3
fix typos in shell presolve


Hg-commit: 4dbce72f0d78088ef50d49cc6f515b4b5f950624

show more ...


# ff4cae90 14-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2842.1.19
barrysmith@barry-smiths-computer.local|ChangeSet|20050114114619|06884
ChangeSet
1.2842.1.19 05/01/14 05:46:19 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://pets

bk-changeset-1.2842.1.19
barrysmith@barry-smiths-computer.local|ChangeSet|20050114114619|06884
ChangeSet
1.2842.1.19 05/01/14 05:46:19 barrysmith@barry-smiths-computer.local +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev


Hg-commit: 8539f469985b792d2ae62a4db47ea866470df317

show more ...


# 9bbb2c88 14-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2842.5.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050114114555|04813
ChangeSet
1.2842.5.1 05/01/14 05:45:55 barrysmith@barry-smiths-computer.local +1 -0
only set pc->ops-

bk-changeset-1.2842.5.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050114114555|04813
ChangeSet
1.2842.5.1 05/01/14 05:45:55 barrysmith@barry-smiths-computer.local +1 -0
only set pc->ops->presolve if user provides one

src/ksp/pc/impls/shell/shellpc.c
1.26 05/01/14 05:44:16 barrysmith@barry-smiths-computer.local +14 -4
only set pc->ops->presolve if user provides one


Hg-commit: dfafdb7196ebc66bd45669c6ca7825aaa8d06ec1

show more ...


# 73bc7766 13-Jan-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2844
knepley@khan.mcs.anl.gov|ChangeSet|20050113005915|60326
ChangeSet
1.2844 05/01/06 04:36:51 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2844
knepley@khan.mcs.anl.gov|ChangeSet|20050113005915|60326
ChangeSet
1.2844 05/01/06 04:36:51 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev


Hg-commit: 2a1a2596e88ec41d71c2a166ad85f881489360ef

show more ...


# 7cdd61b2 12-Jan-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2842.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20050112025435|54314
ChangeSet
1.2842.1.7 05/01/11 20:54:35 barrysmith@barry-smiths-computer.local +4 -0
add support for p

bk-changeset-1.2842.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20050112025435|54314
ChangeSet
1.2842.1.7 05/01/11 20:54:35 barrysmith@barry-smiths-computer.local +4 -0
add support for providing a pre and post solve routine petsc-maint 12,500

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.21 05/01/11 20:54:31 barrysmith@barry-smiths-computer.local +1 -1
typo

include/petscpc.h
1.67 05/01/11 20:46:38 barrysmith@barry-smiths-computer.local +3 -0
petsc-maint 12500 allow setting pre and post solve for shell PC

src/ksp/pc/impls/shell/shellpc.c
1.25 05/01/11 20:45:02 barrysmith@barry-smiths-computer.local +148 -0
add support for providing a pre and post solve routine petsc-maint 12,500

src/docs/website/documentation/tutorials/index.html
1.18 05/01/11 19:27:00 barrysmith@barry-smiths-computer.local +17 -14
moved Columbia tutorial to history put in slot for DD + Multigrid tutorial


Hg-commit: ffcc48f0ca6e2bcde03892bff6a7ac81507c9ce6

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 ...


# dba47a55 24-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.29
Kris@p4buschel.|ChangeSet|20041224021527|61072
ChangeSet
1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/precon.c
1.59

bk-changeset-1.2821.1.29
Kris@p4buschel.|ChangeSet|20041224021527|61072
ChangeSet
1.2821.1.29 04/12/23 18:15:27 Kris@p4buschel. +90 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/precon.c
1.59 04/12/23 18:15:21 Kris@p4buschel. +32 -30
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/pcset.c
1.24 04/12/23 18:15:21 Kris@p4buschel. +5 -4
PETSCKSP_DLLEXPORT

src/ksp/pc/interface/pcregis.c
1.35 04/12/23 18:15:21 Kris@p4buschel. +27 -26
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/xyt.c
1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/xxt.c
1.17 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/tfs.c
1.6 04/12/23 18:15:21 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/queue.c
1.11 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/pxxt.c
1.24 04/12/23 18:15:21 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/ivec.c
1.13 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/gs.c
1.21 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/error.c
1.14 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/comm.c
1.25 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/tfs/bit_mask.c
1.12 04/12/23 18:15:21 Kris@p4buschel. +1 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/src/ispai.c
1.28 04/12/23 18:15:21 Kris@p4buschel. +19 -17
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/src/dspai.c
1.10 04/12/23 18:15:20 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/spai/include/spai.h
1.5 04/12/23 18:15:20 Kris@p4buschel. +7 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/sor/sor.c
1.27 04/12/23 18:15:20 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/shell/shellpc.c
1.24 04/12/23 18:15:20 Kris@p4buschel. +17 -15
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgpetsctools.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +8 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgpetsc.c
1.12 04/12/23 18:15:20 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/samg/samgmgpetsc.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/redundant/redundant.c
1.23 04/12/23 18:15:20 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/prometheus/petscprom.c
1.3 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.20 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/none/none.c
1.9 04/12/23 18:15:20 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/ml/ml.c
1.9 04/12/23 18:15:20 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/smg.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/mgfunc.c
1.16 04/12/23 18:15:20 Kris@p4buschel. +13 -12
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/mg.c
1.44 04/12/23 18:15:20 Kris@p4buschel. +10 -8
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mg/fmg.c
1.13 04/12/23 18:15:20 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/mat/pcmat.c
1.11 04/12/23 18:15:19 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/ksp/pcksp.c
1.22 04/12/23 18:15:19 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/jacobi/jacobi.c
1.16 04/12/23 18:15:19 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/pcis.h
1.11 04/12/23 18:15:19 Kris@p4buschel. +6 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/pcis.c
1.26 04/12/23 18:15:19 Kris@p4buschel. +7 -6
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/nn/nn.c
1.27 04/12/23 18:15:19 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/is/feti/fetipc.c
1.4 04/12/23 18:15:19 Kris@p4buschel. +11 -9
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/hypre/hyppilut.c
1.70 04/12/23 18:15:19 Kris@p4buschel. +5 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.20 04/12/23 18:15:19 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/lu/lu.c
1.42 04/12/23 18:15:19 Kris@p4buschel. +22 -20
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/ilu/ilu.c
1.55 04/12/23 18:15:19 Kris@p4buschel. +26 -24
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/icc/icc.c
1.41 04/12/23 18:15:19 Kris@p4buschel. +12 -10
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/factor.c
1.8 04/12/23 18:15:19 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.40 04/12/23 18:15:19 Kris@p4buschel. +15 -14
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/eisens/eisen.c
1.25 04/12/23 18:15:19 Kris@p4buschel. +7 -5
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/composite/composite.c
1.26 04/12/23 18:15:18 Kris@p4buschel. +13 -11
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/bjacobi/bjacobi.c
1.38 04/12/23 18:15:18 Kris@p4buschel. +15 -13
PETSCKSP_DLLEXPORT

src/ksp/pc/impls/asm/asm.c
1.42 04/12/23 18:15:18 Kris@p4buschel. +18 -16
PETSCKSP_DLLEXPORT

src/ksp/ksp/kspimpl.h
1.25 04/12/23 18:15:18 Kris@p4buschel. +0 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/xmon.c
1.11 04/12/23 18:15:18 Kris@p4buschel. +7 -6
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itres.c
1.14 04/12/23 18:15:18 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itregis.c
1.12 04/12/23 18:15:18 Kris@p4buschel. +21 -20
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itfunc.c
1.62 04/12/23 18:15:18 Kris@p4buschel. +36 -34
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/iterativ.c
1.30 04/12/23 18:15:18 Kris@p4buschel. +13 -12
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itcreate.c
1.60 04/12/23 18:15:18 Kris@p4buschel. +15 -13
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/itcl.c
1.15 04/12/23 18:15:18 Kris@p4buschel. +6 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/iguess.c
1.14 04/12/23 18:15:18 Kris@p4buschel. +6 -5
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/eige.c
1.24 04/12/23 18:15:18 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/interface/dlregis.c
1.22 04/12/23 18:15:18 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.20 04/12/23 18:15:18 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.17 04/12/23 18:15:18 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/symmlq/symmlq.c
1.20 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/rich/richscale.c
1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/rich/rich.c
1.20 04/12/23 18:15:17 Kris@p4buschel. +4 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/qcg/qcg.c
1.23 04/12/23 18:15:17 Kris@p4buschel. +8 -7
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/preonly/preonly.c
1.14 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/minres/minres.c
1.21 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/lsqr/lsqr.c
1.23 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/lgmres/lgmres.c
1.36 04/12/23 18:15:17 Kris@p4buschel. +11 -10
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmres2.c
1.22 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmres.c
1.54 04/12/23 18:15:17 Kris@p4buschel. +12 -10
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmreig.c
1.16 04/12/23 18:15:17 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/gmpre.c
1.9 04/12/23 18:15:17 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/borthog2.c
1.18 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/gmres/borthog.c
1.13 04/12/23 18:15:17 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/fgmres/modpcf.c
1.16 04/12/23 18:15:17 Kris@p4buschel. +4 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/fgmres/fgmres.c
1.41 04/12/23 18:15:17 Kris@p4buschel. +9 -7
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cr/cr.c
1.32 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cheby/cheby.c
1.21 04/12/23 18:15:16 Kris@p4buschel. +5 -3
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cgs/cgs.c
1.26 04/12/23 18:15:16 Kris@p4buschel. +3 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cgne/cgne.c
1.24 04/12/23 18:15:16 Kris@p4buschel. +4 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cgtype.c
1.9 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cgeig.c
1.10 04/12/23 18:15:16 Kris@p4buschel. +2 -0
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/cg/cg.c
1.35 04/12/23 18:15:16 Kris@p4buschel. +3 -2
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bicg/bicg.c
1.19 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.18 04/12/23 18:15:16 Kris@p4buschel. +5 -4
PETSCKSP_DLLEXPORT

src/ksp/ksp/impls/bcgs/bcgs.c
1.21 04/12/23 18:15:16 Kris@p4buschel. +2 -1
PETSCKSP_DLLEXPORT

include/petscpc.h
1.66 04/12/23 18:15:16 Kris@p4buschel. +123 -123
PETSCKSP_DLLEXPORT

include/petscmg.h
1.11 04/12/23 18:15:16 Kris@p4buschel. +19 -19
PETSCKSP_DLLEXPORT

include/petscksp.h
1.59 04/12/23 18:15:16 Kris@p4buschel. +112 -113
PETSCKSP_DLLEXPORT


Hg-commit: 4210c1afcf38f78e045958c2106fdc7f64720146

show more ...


# 81287812 13-Nov-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2698
knepley@khan.mcs.anl.gov|ChangeSet|20041113020719|05447
ChangeSet
1.2698 04/11/06 20:52:58 knepley@khan.mcs.anl.gov +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

todo
1.106 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/vec/interface/vector.c
1.111 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.122 04/11/06 20:52:55 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mpisbaij.c
1.113 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.110 04/11/06 20:52:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/seq/aij.c
1.197 04/11/06 20:52:53 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d30867d8ba3fe7eeb6a355c6b4f2a0209697a9cb

show more ...


# 52e6d16b 12-Nov-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging

bk-changeset-1.2693.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20041112205404|59977
ChangeSet
1.2693.1.6 04/11/12 14:54:04 barrysmith@barry-smiths-computer.local +134 -0
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/utils/vscat.c
1.36 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/pf/interface/pf.c
1.28 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/utils/isltog.c
1.33 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/stride/stride.c
1.17 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/strgen.c
1.9 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/general/general.c
1.21 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/is/impls/block/block.c
1.19 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/vector.c
1.109.1.1 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/veccreate.c
1.22 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/interface/mapcreate.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pdvec.c
1.43 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/dscatter.c
1.14 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/fdmpiaij.c
1.11 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/bjacobi/bjacobi.c
1.37 04/11/12 14:53:59 barrysmith@barry-smiths-computer.local +17 -17
replace logging macros that use 0;if stuff with ( || , stuff

src/vec/impls/mpi/pbvec.c
1.32 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +7 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/tscreate.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/interface/ts.c
1.41 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/pseudo/posindep.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/pvode/petscpvode.c
1.29 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/cn/cn.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/implicit/beuler/beuler.c
1.22 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ts/impls/explicit/rk/rk.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/interface/viewreg.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/silo/vsilo.c
1.19 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/matlab/vmatlab.c
1.17 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/draw/drawv.c
1.23 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/viewer/impls/binary/binv.c
1.36 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/random.c
1.20 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/utils/fhost.c
1.18 04/11/12 14:53:58 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/tagm.c
1.21 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/options.c
1.50 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/objects/inherit.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/matlabengine/matlab.c
1.36 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +13 -13
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/mpiuopen.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/fileio/ftest.c
1.32 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/lg.c
1.16 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/hists.c
1.22 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/utils/axis.c
1.18 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/interface/drawreg.c
1.27 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/draw/impls/x/xops.c
1.25 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/sys/src/dll/dl.c
1.31 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/mf/snesmfj.c
1.47 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/snes.c
1.60 04/11/12 14:53:57 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesnoise.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/interface/noise/snesmfj2.c
1.23 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/tr/tr.c
1.25 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/test/snestest.c
1.15 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/snes/impls/ls/ls.c
1.45 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/utils/gcreate.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/partition/partition.c
1.29 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/matfd/fdmatrix.c
1.28 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matrix.c
1.157 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/interface/matnull.c
1.18 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/shell/shell.c
1.26 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact2.c
1.49 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaijfact.c
1.76 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/seq/sbaij.c
1.120.1.1 04/11/12 14:53:56 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mpisbaij.c
1.111.1.1 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +20 -20
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/sbaij/mpi/mmsbaij.c
1.31 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +21 -21
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/rowbs/mpi/mpirowbs.c
1.63 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +12 -12
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/seq/dense.c
1.69 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mpidense.c
1.52 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/dense/mpi/mmdense.c
1.15 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag2.c
1.21 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdiag.c
1.45 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/seq/bdfact.c
1.16 04/11/12 14:53:55 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mpibdiag.c
1.44 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +4 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/bdiag/mpi/mmbdiag.c
1.9 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +5 -5
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact3.c
1.17 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact2.c
1.40 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baijfact.c
1.19 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/seq/baij.c
1.108.1.1 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +9 -9
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mpibaij.c
1.80 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/baij/mpi/mmbaij.c
1.25 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/umfpack/umfpack.c
1.39 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/symtranspose.c
1.8 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/superlu/superlu.c
1.72 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/lusol/lusol.c
1.34 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/essl/essl.c
1.33 04/11/12 14:53:54 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aijfact.c
1.90 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +7 -7
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/seq/aij.c
1.195.1.1 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.101 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mumps/mumps.c
1.82 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mpiaij.c
1.222 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +14 -14
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/aij/mpi/mmaij.c
1.21 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/mat/impls/adj/mpi/mpiadj.c
1.40 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/interface/precon.c
1.57 04/11/12 14:53:53 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/tfs.c
1.5 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/tfs/pxxt.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/sor/sor.c
1.25 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/shell/shellpc.c
1.23 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/redundant/redundant.c
1.22 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.17 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mgfunc.c
1.15 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/mg/mg.c
1.42 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/ksp/pcksp.c
1.21 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/jacobi/jacobi.c
1.14 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/is/nn/nn.c
1.26 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.16 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/lu/lu.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/ilu/ilu.c
1.51 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +6 -6
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/icc/icc.c
1.39 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.37 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/eisens/eisen.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/composite/composite.c
1.24 04/11/12 14:53:52 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/pc/impls/asm/asm.c
1.41 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/xmon.c
1.10 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itfunc.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/itcreate.c
1.58 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/iguess.c
1.12 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/interface/eige.c
1.23 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/rich/rich.c
1.19 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/qcg/qcg.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lsqr/lsqr.c
1.21 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/lgmres/lgmres.c
1.33 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/gmres/gmres.c
1.51 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +8 -8
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/fgmres/fgmres.c
1.38 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +10 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cheby/cheby.c
1.20 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cgne/cgne.c
1.22 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/ksp/ksp/impls/cg/cg.c
1.30 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/utils/pack.c
1.18 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/gr1.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +2 -2
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daltol.c
1.15 04/11/12 14:53:51 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/daindex.c
1.14 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +1 -1
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da3.c
1.31 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da2.c
1.56 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +11 -11
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/da/src/da1.c
1.29 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +10 -10
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/mapping/aomapping.c
1.26 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aodatabasic.c
1.27 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +4 -4
replace logging macros that use 0;if stuff with ( || , stuff

src/dm/ao/impls/basic/aobasic.c
1.28 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +3 -3
replace logging macros that use 0;if stuff with ( || , stuff

include/petsclog.h
1.48 04/11/12 14:53:50 barrysmith@barry-smiths-computer.local +26 -48
replace logging macros that use 0;if stuff with ( || , stuff

config/configure.py
1.77 04/11/12 13:19:10 barrysmith@barry-smiths-computer.local +4 -1
nice print at beginning saying what the heck we are doing

todo
1.104.1.1 04/11/12 12:21:43 barrysmith@barry-smiths-computer.local +1 -1
did some bad macro fixes, but discovered more that must be done

src/sys/src/draw/utils/dscatter.c
1.13 04/11/12 11:15:23 barrysmith@barry-smiths-computer.local +2 -2
*** empty log message ***

src/mat/impls/aij/mpi/fdmpiaij.c
1.10 04/11/12 11:05:36 barrysmith@barry-smiths-computer.local +3 -3
*** empty log message ***

src/ksp/pc/impls/bjacobi/bjacobi.c
1.36 04/11/12 11:02:44 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***


Hg-commit: 7b215793c5e97c2128e82609b069418fddc3948a

show more ...


# 95fd45ae 02-Aug-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris

bk-changeset-1.2366
Kris@mbuschel.|ChangeSet|20040802193030|53361
ChangeSet
1.2366 04/08/02 12:30:30 Kris@mbuschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris/petsc/petsc-dev

python/PETSc/packages/update.py
1.66 04/08/02 12:30:28 Kris@mbuschel. +0 -0
Auto merged


Hg-commit: 58e2d02a6d8cb642589bca781970293d3ba26d8f

show more ...


# 84840ea6 20-Jul-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2365
Kris@mbuschel.|ChangeSet|20040720173230|34418
ChangeSet
1.2365 04/07/20 12:32:30 Kris@mbuschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris

bk-changeset-1.2365
Kris@mbuschel.|ChangeSet|20040720173230|34418
ChangeSet
1.2365 04/07/20 12:32:30 Kris@mbuschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris/petsc/petsc-dev


Hg-commit: fcc292dea92e9fdd96961df7b3c2b3c9682914a1

show more ...


# 98a64a00 20-Jul-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2363.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989
ChangeSet
1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@

bk-changeset-1.2363.1.6
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143525|14989
ChangeSet
1.2363.1.6 04/07/20 09:35:25 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/ksp/ksp/impls/lgmres/lgmres.c
1.31 04/07/20 09:35:24 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 15ea4bf0f8e12d61828976975bf5401a563f64ab

show more ...


# 13f74950 20-Jul-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2363.2.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087
ChangeSet
1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0
PetscInt

tod

bk-changeset-1.2363.2.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087
ChangeSet
1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0
PetscInt

todo
1.72 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -2
PetscInt

src/vec/is/utils/isdiff.c
1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -2
PetscInt

src/sys/src/viewer/interface/viewreg.c
1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -1
PetscInt

src/sys/src/viewer/impls/string/stringv.c
1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/sys/src/viewer/impls/ascii/vcreatea.c
1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/sys/src/viewer/impls/ascii/filev.c
1.31 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +8 -8
PetscInt

src/sys/src/utils/memc.c
1.21 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/sys/src/plog/classLog.c
1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -2
PetscInt

src/sys/src/objects/ptype.c
1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/sys/src/objects/inherit.c
1.26 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/sys/src/objects/gtype.c
1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -0
PetscInt

src/sys/src/f90/f90_win32.c
1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_t3e.c
1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_solaris_old.c
1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_solaris.c
1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/sys/src/f90/f90_rs6000.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_nag.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/sys/src/f90/f90_intel8.c
1.6 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/sys/src/f90/f90_intel.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/sys/src/f90/f90_hpux.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/sys/src/f90/f90_alpha.c
1.9 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_absoft.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/f90/f90_IRIX.c
1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/sys/src/draw/interface/drawreg.c
1.24 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +0 -1
PetscInt

src/sys/ctable.h
1.7 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +12 -12
PetscInt

src/snes/interface/snes.c
1.53 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/mat/interface/matregis.c
1.38 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +0 -12
PetscInt

src/mat/impls/sbaij/seq/sro.c
1.10 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11
PetscInt

src/mat/impls/sbaij/seq/sbaijfact9.c
1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +12 -12
PetscInt

src/mat/impls/sbaij/seq/sbaijfact8.c
1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -8
PetscInt

src/mat/impls/sbaij/seq/sbaijfact7.c
1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10
PetscInt

src/mat/impls/sbaij/seq/sbaijfact6.c
1.8 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11
PetscInt

src/mat/impls/sbaij/seq/sbaijfact5.c
1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +8 -8
PetscInt

src/mat/impls/sbaij/seq/sbaijfact4.c
1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -7
PetscInt

src/mat/impls/sbaij/seq/sbaijfact3.c
1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10
PetscInt

src/mat/impls/sbaij/seq/sbaijfact2.c
1.42 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +119 -120
PetscInt

src/mat/impls/sbaij/seq/sbaijfact12.c
1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -11
PetscInt

src/mat/impls/sbaij/seq/sbaijfact11.c
1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +13 -13
PetscInt

src/mat/impls/sbaij/seq/sbaijfact10.c
1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +15 -16
PetscInt

src/mat/impls/sbaij/seq/sbaijfact.c
1.64 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +89 -94
PetscInt

src/mat/impls/sbaij/seq/sbaij2.c
1.30 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +104 -104
PetscInt

src/mat/impls/sbaij/seq/sbaij.h
1.33 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +6 -6
PetscInt

src/mat/impls/sbaij/seq/sbaij.c
1.114 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +120 -116
PetscInt

src/mat/impls/sbaij/seq/aijsbaij.c
1.21 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +22 -25
PetscInt

src/mat/impls/sbaij/mpi/sbaijov.c
1.38 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +48 -48
PetscInt

src/mat/impls/sbaij/mpi/mpisbaij.c
1.100 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +8 -6
PetscInt

src/mat/impls/sbaij/mpi/mmsbaij.c
1.30 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +37 -37
PetscInt

src/mat/impls/sbaij/makefile
1.7 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1
PetscInt

src/mat/impls/is/matis.c
1.18 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +18 -19
PetscInt

src/mat/impls/is/makefile
1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1
PetscInt

src/mat/impls/dense/seq/dense.h
1.9 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/mat/impls/dense/seq/dense.c
1.64 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +86 -83
PetscInt

src/mat/impls/dense/mpi/mpidense.h
1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +24 -24
PetscInt

src/mat/impls/dense/mpi/mpidense.c
1.47 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +78 -75
PetscInt

src/mat/impls/dense/mpi/mmdense.c
1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +36 -36
PetscInt

src/mat/impls/dense/makefile
1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -2
PetscInt

src/mat/impls/bdiag/seq/bdiag3.c
1.23 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +34 -33
PetscInt

src/mat/impls/bdiag/seq/bdiag2.c
1.20 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +105 -105
PetscInt

src/mat/impls/bdiag/seq/bdiag.h
1.13 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +24 -24
PetscInt

src/mat/impls/bdiag/seq/bdiag.c
1.43 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +57 -55
PetscInt

src/mat/impls/bdiag/seq/bdfact.c
1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +54 -54
PetscInt

src/mat/impls/bdiag/mpi/mpibdiag.h
1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +10 -10
PetscInt

src/mat/impls/bdiag/mpi/mpibdiag.c
1.42 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +103 -98
PetscInt

src/mat/impls/bdiag/makefile
1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -1
PetscInt

src/mat/impls/aij/mpi/mpiptap.c
1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1
PetscInt

src/mat/impls/aij/mpi/mpiaij.c
1.197 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +6 -5
PetscInt

src/ksp/utils/damg.c
1.40 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1
PetscInt

src/ksp/pc/pcimpl.h
1.12 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +11 -11
PetscInt

src/ksp/pc/interface/precon.c
1.53 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +7 -7
PetscInt

src/ksp/pc/interface/pcset.c
1.23 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +8 -8
PetscInt

src/ksp/pc/impls/tfs/makefile
1.11 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +1 -0
PetscInt

src/ksp/pc/impls/shell/shellpc.c
1.22 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +21 -21
PetscInt

src/ksp/pc/impls/redundant/redundant.c
1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +11 -10
PetscInt

src/ksp/pc/impls/mg/mg.c
1.37 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/ksp/pc/impls/lu/lu.c
1.32 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +13 -13
PetscInt

src/ksp/pc/impls/ksp/pcksp.c
1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +16 -15
PetscInt

src/ksp/pc/impls/jacobi/jacobi.c
1.13 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +10 -15
PetscInt

src/ksp/pc/impls/is/pcis.h
1.10 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +12 -12
PetscInt

src/ksp/pc/impls/is/pcis.c
1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +17 -29
PetscInt

src/ksp/pc/impls/is/nn/nn.h
1.10 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/ksp/pc/impls/is/nn/nn.c
1.24 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +23 -36
PetscInt

src/ksp/pc/impls/is/makefile
1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -0
PetscInt

src/ksp/pc/impls/ilu/ilu.h
1.8 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/ksp/pc/impls/ilu/ilu.c
1.38 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.14 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/ksp/pc/impls/eisens/eisen.c
1.21 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14
PetscInt

src/ksp/pc/impls/composite/composite.c
1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/ksp/pc/impls/bjacobi/bjacobi.h
1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +6 -6
PetscInt

src/ksp/pc/impls/bjacobi/bjacobi.c
1.33 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +2 -3
PetscInt

src/ksp/pc/impls/asm/asm.c
1.36 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +59 -56
PetscInt

src/ksp/ksp/kspimpl.h
1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +13 -13
PetscInt

src/ksp/ksp/interface/xmon.c
1.9 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14
PetscInt

src/ksp/ksp/interface/itfunc.c
1.53 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +19 -15
PetscInt

src/ksp/ksp/interface/itcreate.c
1.55 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +8 -9
PetscInt

src/ksp/ksp/interface/itcl.c
1.14 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/ksp/ksp/interface/eige.c
1.20 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +20 -18
PetscInt

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/ksp/ksp/impls/symmlq/symmlq.c
1.15 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +11 -13
PetscInt

src/ksp/ksp/impls/rich/rich.c
1.18 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +8 -8
PetscInt

src/ksp/ksp/impls/qcg/qcg.c
1.19 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +18 -18
PetscInt

src/ksp/ksp/impls/preonly/preonly.c
1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -3
PetscInt

src/ksp/ksp/impls/minres/minres.c
1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +10 -11
PetscInt

src/ksp/ksp/impls/lgmres/lgmresp.h
1.8 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +39 -40
PetscInt

src/ksp/ksp/impls/lgmres/lgmres.c
1.29.1.1 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +59 -66
PetscInt

src/ksp/ksp/impls/gmres/gmresp.h
1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +12 -11
PetscInt

src/ksp/ksp/impls/gmres/gmres2.c
1.21 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/ksp/ksp/impls/gmres/gmres.c
1.49 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +47 -47
PetscInt

src/ksp/ksp/impls/gmres/gmreig.c
1.14 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +14 -14
PetscInt

src/ksp/ksp/impls/gmres/borthog2.c
1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6
PetscInt

src/ksp/ksp/impls/gmres/borthog.c
1.12 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/ksp/ksp/impls/fgmres/modpcf.c
1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +9 -10
PetscInt

src/ksp/ksp/impls/fgmres/fgmresp.h
1.13 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +31 -31
PetscInt

src/ksp/ksp/impls/fgmres/fgmres.c
1.36 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +53 -53
PetscInt

src/ksp/ksp/impls/cr/cr.c
1.26 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8
PetscInt

src/ksp/ksp/impls/cheby/cheby.c
1.19 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +12 -12
PetscInt

src/ksp/ksp/impls/cgs/cgs.c
1.21 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6
PetscInt

src/ksp/ksp/impls/cgne/cgne.c
1.18 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +16 -18
PetscInt

src/ksp/ksp/impls/cg/cgeig.c
1.9 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +13 -13
PetscInt

src/ksp/ksp/impls/bicg/bicg.c
1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8
PetscInt

src/ksp/ksp/impls/bcgsl/bcgsl.h
1.4 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +82 -124
PetscInt

src/ksp/ksp/impls/bcgs/bcgs.c
1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/dm/da/utils/sda2.c
1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +22 -22
PetscInt

src/dm/da/utils/pack.c
1.15 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +46 -46
PetscInt

src/dm/da/utils/fdda.c
1.41 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +72 -74
PetscInt

src/dm/da/src/gr2.c
1.28 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +12 -11
PetscInt

src/dm/da/src/gr1.c
1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/dm/da/src/daview.c
1.24 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/dm/da/src/dasub.c
1.10 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +7 -7
PetscInt

src/dm/da/src/daltol.c
1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/dm/da/src/dalocal.c
1.25 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +14 -14
PetscInt

src/dm/da/src/daload.c
1.12 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +7 -6
PetscInt

src/dm/da/src/dainterp.c
1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/da/src/daindex.c
1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +5 -5
PetscInt

src/dm/da/src/dagtona.c
1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +4 -4
PetscInt

src/dm/da/src/dagtol.c
1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/da/src/daghost.c
1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/da/src/dagetarray.c
1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/da/src/dadist.c
1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +1 -1
PetscInt

src/dm/da/src/dacorn.c
1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +20 -20
PetscInt

src/dm/da/src/da3.c
1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +44 -44
PetscInt

src/dm/da/src/da2.c
1.52 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/da/src/da1.c
1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +17 -17
PetscInt

src/dm/da/examples/tutorials/ex1.c
1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +3 -1
PetscInt

src/dm/ao/utils/aosetlocal.c
1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2
PetscInt

src/dm/ao/interface/aodata.c
1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +54 -53
PetscInt

src/dm/ao/interface/ao.c
1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +10 -10
PetscInt

src/dm/ao/impls/mapping/aomapping.c
1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +58 -57
PetscInt

src/dm/ao/impls/basic/aoreduced.c
1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +9 -9
PetscInt

src/dm/ao/impls/basic/aodatabasic.c
1.23 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +93 -89
PetscInt

src/dm/ao/impls/basic/aobasic.c
1.25 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +58 -56
PetscInt

src/dm/ao/aoimpl.h
1.14 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +30 -30
PetscInt

include/petscviewer.h
1.44 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

include/petscpc.h
1.55 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +21 -20
PetscInt

include/petscmg.h
1.10 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15
PetscInt

include/petscksp.h
1.51 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +29 -29
PetscInt

include/petschead.h
1.38 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15
PetscInt

include/petscao.h
1.16 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +28 -28
PetscInt

include/petsc.h
1.90 04/07/20 09:34:48 barrysmith@barry-smiths-computer.local +3 -3
PetscInt

src/docs/tex/petscapp.bib
1.126 04/07/19 10:15:19 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
fix bad ~ in url = keys

src/docs/website/index.html
1.21 04/07/19 10:14:58 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
add Mark Adams Prometheus as pack that uses PETSc

src/docs/tex/manual/developers.tex
1.8 04/07/17 18:22:13 barrysmith@barry-smiths-computer.local +6 -10
more formatting rules

todo
1.71 04/07/16 15:29:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -0
*** empty log message ***

BitKeeper/deleted/.del-gmcnv.c~46d445a0bb33ee5c
1.5 04/07/16 12:13:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Delete: src/ksp/ksp/impls/gmres/gmcnv.c

src/fortran/custom/zpc.c
1.25 04/07/16 11:49:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
buggy code!! Damn you Barry


Hg-commit: 03cb6e710a570207e5c59d82384a05ee7940766c

show more ...


# d07a9264 16-Jul-2004 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.2363.1.3
balay@asterix.mcs.anl.gov|ChangeSet|20040716215433|37185
ChangeSet
1.2363.1.3 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +4 -0
some nightly build (syntax) fixes

src/sy

bk-changeset-1.2363.1.3
balay@asterix.mcs.anl.gov|ChangeSet|20040716215433|37185
ChangeSet
1.2363.1.3 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +4 -0
some nightly build (syntax) fixes

src/sys/src/objects/options.c
1.46 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +2 -2
fix signed vs unsigned comparision

src/mat/impls/aij/seq/aijfact.c
1.62 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +3 -3
typecast fix

src/ksp/pc/impls/shell/shellpc.c
1.21 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +1 -1
remove unknown functions

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.13 04/07/16 16:54:33 balay@asterix.mcs.anl.gov +1 -1
fix uninitialized variable


Hg-commit: 6319fa66e299cbd0f61d9e942de257c848b4318d

show more ...


# 4afe726a 02-Jul-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2332
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040702193831|28410
ChangeSet
1.2332 04/07/02 14:38:31 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.2332
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040702193831|28410
ChangeSet
1.2332 04/07/02 14:38:31 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev


Hg-commit: fc7a8a80be28b959c0f11c56b68c445bc3e52694

show more ...


# 70441072 02-Jul-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2329.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040702193811|29843
ChangeSet
1.2329.1.1 04/07/02 14:38:11 barrysmith@barrysmith-57.mcs.anl.gov +26 -0
Itanium has damn ato

bk-changeset-1.2329.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040702193811|29843
ChangeSet
1.2329.1.1 04/07/02 14:38:11 barrysmith@barrysmith-57.mcs.anl.gov +26 -0
Itanium has damn atol as redefined

src/sys/src/error/err.c
1.39 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/snes/utils/damgsnes.c
1.42 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
Itanium has damn atol as redefined

src/snes/snesimpl.h
1.18 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/snes/interface/snesut.c
1.14 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
Itanium has damn atol as redefined

src/snes/interface/snes.c
1.51 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +11 -11
Itanium has damn atol as redefined

src/snes/impls/tr/tr.c
1.21 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
Itanium has damn atol as redefined

src/snes/impls/ls/ls.c
1.42 04/07/02 14:38:08 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/snes/examples/tutorials/ex3.c
1.10 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
Itanium has damn atol as redefined

src/snes/examples/tutorials/ex2.c
1.10 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
Itanium has damn atol as redefined

src/mat/utils/zerodiag.c
1.13 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
Itanium has damn atol as redefined

src/ksp/pc/interface/precon.c
1.51 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
Itanium has damn atol as redefined

src/ksp/pc/impls/sor/sor.c
1.24 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/ksp/pc/impls/shell/shellpc.c
1.20 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
Itanium has damn atol as redefined

src/ksp/pc/impls/mg/mgimpl.h
1.10 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/ksp/pc/impls/mg/mg.c
1.34 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +8 -8
Itanium has damn atol as redefined

src/ksp/pc/examples/tests/ex5.c
1.16 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
Itanium has damn atol as redefined

src/ksp/ksp/kspimpl.h
1.22 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/ksp/ksp/interface/itfunc.c
1.52 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
Itanium has damn atol as redefined

src/ksp/ksp/interface/iterativ.c
1.20 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
Itanium has damn atol as redefined

src/ksp/ksp/interface/itcreate.c
1.54 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
Itanium has damn atol as redefined

src/ksp/ksp/impls/rich/rich.c
1.17 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/ksp/ksp/impls/fgmres/modpcf.c
1.14 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
Itanium has damn atol as redefined

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.14 04/07/02 14:38:07 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
Itanium has damn atol as redefined

src/fortran/custom/zpc.c
1.23 04/07/02 14:38:06 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
Itanium has damn atol as redefined

include/petscda.h
1.39 04/07/02 14:38:06 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Itanium has damn atol as redefined

src/sys/src/error/err.c
1.38 04/07/02 11:38:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
link for zero pivot for Cholesky also

src/docs/website/documentation/troubleshooting.html
1.24 04/07/02 11:38:28 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
wrong name in html tag

src/docs/website/documentation/troubleshooting.html
1.23 04/07/02 11:37:14 barrysmith@barrysmith-57.mcs.anl.gov +11 -1
zero pivot error message also for Cholesky family


Hg-commit: d9c334ec1b62be0db7e93e36ed2d7a3c80df48bd

show more ...


# bdf9f3d3 06-Jun-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2276.1.39
knepley@khan.mcs.anl.gov|ChangeSet|20040606042322|09224
ChangeSet
1.2276.1.39 04/06/05 23:23:22 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.2276.1.39
knepley@khan.mcs.anl.gov|ChangeSet|20040606042322|09224
ChangeSet
1.2276.1.39 04/06/05 23:23:22 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

src/ksp/ksp/impls/bcgsl/bcgsl.c
1.12 04/06/05 23:23:22 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 03697a773ebfcf556763dd482ec21d212df81adc

show more ...


# 4e37a970 05-Jun-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2281
Kris@mbuschel.|ChangeSet|20040605221103|34377
ChangeSet
1.2281 04/06/05 15:11:03 Kris@mbuschel. +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris

bk-changeset-1.2281
Kris@mbuschel.|ChangeSet|20040605221103|34377
ChangeSet
1.2281 04/06/05 15:11:03 Kris@mbuschel. +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into mbuschel.:C:/home/Kris/petsc/petsc-dev

src/sys/src/dll/dl.c
1.25 04/06/05 15:11:02 Kris@mbuschel. +0 -0
Auto merged

python/PETSc/Configure.py
1.221 04/06/05 15:11:02 Kris@mbuschel. +0 -0
Auto merged

makefile
1.114 04/06/05 15:11:01 Kris@mbuschel. +0 -0
Auto merged


Hg-commit: 96d824178353de4a7b1d502c3cd44da6eb239379

show more ...


# 517b764f 03-Jun-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2276.18.3
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603174352|12362
ChangeSet
1.2276.18.3 04/06/03 12:43:52 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@pe

bk-changeset-1.2276.18.3
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603174352|12362
ChangeSet
1.2276.18.3 04/06/03 12:43:52 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev


Hg-commit: d1d2c338b8a96ca72cddc6c99bc33ca1499da61e

show more ...


# 1302d50a 03-Jun-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2276.20.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603174342|16275
ChangeSet
1.2276.20.1 04/06/03 12:43:42 barrysmith@barrysmith-57.mcs.anl.gov +48 -0
replace 1 in seter

bk-changeset-1.2276.20.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603174342|16275
ChangeSet
1.2276.20.1 04/06/03 12:43:42 barrysmith@barrysmith-57.mcs.anl.gov +48 -0
replace 1 in seterrq( with correct code

src/snes/utils/damgsnes.c
1.36 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/snes/mf/snesmfjdef.c
1.12 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/snes/mf/snesmfj.c
1.39 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/snes/interface/snes.c
1.49 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/partition/impls/scotch/scotch.c
1.11 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/partition/impls/pmetis/pmetis.c
1.14 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
replace 1 in seterrq( with correct code

src/mat/partition/impls/party/party.c
1.8 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/partition/impls/chaco/chaco.c
1.10 04/06/03 12:43:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/matfd/fdmatrix.c
1.24 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/impls/sbaij/seq/sro.c
1.9 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/mat/impls/sbaij/seq/sbaijfact2.c
1.38 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/mat/impls/sbaij/mpi/mpisbaij.c
1.97 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +215 -214
replace 1 in seterrq( with correct code

src/mat/color/color.c
1.19 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
replace 1 in seterrq( with correct code

src/ksp/utils/damg.c
1.33 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
replace 1 in seterrq( with correct code

src/ksp/pc/interface/precon.c
1.49 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
replace 1 in seterrq( with correct code

src/ksp/pc/impls/spai/src/dspai.c
1.9 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/pc/impls/shell/shellpc.c
1.19 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
replace 1 in seterrq( with correct code

src/ksp/pc/impls/pbjacobi/pbjacobi.c
1.13 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/ksp/pc/impls/mg/mg.c
1.31 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/pc/impls/lu/lu.c
1.29 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/pc/impls/is/pcis.c
1.21 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/pc/impls/ilu/ilu.c
1.33 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/ksp/pc/impls/hypre/hyppilut.c
1.54 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
replace 1 in seterrq( with correct code

src/ksp/pc/impls/composite/composite.c
1.20 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
replace 1 in seterrq( with correct code

src/ksp/pc/impls/cholesky/cholesky.c
1.27 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/pc/impls/bjacobi/bjacobi.c
1.29 04/06/03 12:43:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/ksp/pc/impls/asm/asm.c
1.33 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
replace 1 in seterrq( with correct code

src/ksp/ksp/interface/itfunc.c
1.50 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/qcg/qcg.c
1.17 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/preonly/preonly.c
1.11 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/lgmres/lgmres.c
1.27 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/gmres/gmres.c
1.46 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/fgmres/fgmres.c
1.34 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/cgne/cgne.c
1.16 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/ksp/ksp/impls/cg/cg.c
1.25 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/dm/da/src/gr2.c
1.24 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +8 -8
replace 1 in seterrq( with correct code

src/dm/da/src/gr1.c
1.11 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/dm/da/src/daview.c
1.21 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/dm/da/src/dalocal.c
1.22 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +7 -7
replace 1 in seterrq( with correct code

src/dm/da/src/daload.c
1.9 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/dm/da/src/dainterp.c
1.19 04/06/03 12:43:37 barrysmith@barrysmith-57.mcs.anl.gov +44 -45
replace 1 in seterrq( with correct code

src/dm/da/src/dagtol.c
1.13 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/dm/da/src/dadestroy.c
1.20 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/dm/da/src/dacorn.c
1.14 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
replace 1 in seterrq( with correct code

src/dm/da/src/da2.c
1.48 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
replace 1 in seterrq( with correct code

src/dm/ao/interface/ao.c
1.15 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

src/dm/ao/impls/basic/aodatabasic.c
1.20 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
replace 1 in seterrq( with correct code

include/petscerror.h
1.32 04/06/03 12:43:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -1
new error code for user mistake


Hg-commit: de5a814873a6e14e4db6be03807e35fe02d19ab7

show more ...


# ecd4d7ee 21-Apr-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2149
barrysmith@barry-smiths-computer.local|ChangeSet|20040421021227|36533
ChangeSet
1.2149 04/04/20 21:12:27 barrysmith@barry-smiths-computer.local +6 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.2149
barrysmith@barry-smiths-computer.local|ChangeSet|20040421021227|36533
ChangeSet
1.2149 04/04/20 21:12:27 barrysmith@barry-smiths-computer.local +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/sys/src/viewer/impls/socket/send.c
1.23 04/04/20 21:12:26 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/seq/matptap.c
1.26 04/04/20 21:12:26 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiaij.c
1.127 04/04/20 21:12:26 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/ksp/interface/itfunc.c
1.46 04/04/20 21:12:25 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petscmat.h
1.124 04/04/20 21:12:25 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petschead.h
1.34 04/04/20 21:12:25 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: a95205ee1968aed80d818e27e80b32281bece3fa

show more ...


1...<<11121314