History log of /petsc/src/mat/impls/aij/seq/aijfact.c (Results 651 – 675 of 1040)
Revision Date Author Comments
# e3da4fb2 29-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 22d6d0d21d24b37da4849a56904255487a4a5412


# fd531716 29-Nov-2006 Hong Zhang <hzhang@mcs.anl.gov>

add MatForwardSolve and MatBackwardSolve for sbaij (bs=1) with matrix ordering

Hg-commit: 769ec928e76bcc7b60e7ae409613c9bb49f5cf64


# 5e45c6bb 18-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d


# b635d36b 18-Sep-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of ICC with matrix reordering

Hg-commit: 2caff8019d2d61254847978e7e1708344ee7a876


# dbbb2e4e 18-Sep-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge

Hg-commit: b4226bd5eff2eb5bfd76a421c2cde3b06bac9f58


# 6592d6af 17-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 1019f25bd33357b3e4eeb8f302f1514faa263b82


# 52b579fc 16-Sep-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for cholesky numeric factorizatio and solve

Hg-commit: a7a098cc07dfdacd983700b98a3b540630e7fbc2


# 3ab47c1a 15-Sep-2006 Barry Smith <bsmith@mcs.anl.gov>

auto + manual merge

Hg-commit: f4c0ae99f4c7f22f95c234827fc2a705aadd8925


# 780bab13 06-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: b98642ecc6900fa8cb1f159ee513cdf7d9c17743


# c6b1f410 06-Sep-2006 Hong Zhang <hzhang@mcs.anl.gov>

remove unused variable in MatLUCheckShift_inline()

Hg-commit: eba400123870ccad9d9be876e89293f941863320


# 0dddd2dd 06-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: c765565dcdd0c58194e27f9e02bf5a8f2654e77b


# 3f4a7eee 05-Sep-2006 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: d697eba33f510cfef55aa92fd79e4b17f36b5e70


# b051339d 05-Sep-2006 Hong Zhang <hzhang@mcs.anl.gov>

code cleanup for MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()

Hg-commit: b3cd8ba5d6158aa0bd34877d8f382e008229c6ed


# 137fb511 05-Sep-2006 Hong Zhang <hzhang@mcs.anl.gov>

add support for inplace ilu(0) with matrix ordering


Hg-commit: d9f4c9638333cfdaabaecf89110119b5c57642e0


# 514cead7 30-Aug-2006 Matthew Knepley <knepley@mcs.anl.gov>

Hg-commit: 072d56deb40dfc3b289e7776565d4531c7fc2806


# 9bfd6278 28-Aug-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of cholesky factorization with reordering for seqaij matrix


Hg-commit: b4b752b5a31797ea5a849cd6dbe758f544a8d7b7


# cd5cdab5 25-Aug-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 5cfcd929929eaa42280234001c6a258bcbf6c7b0


# 3580417c 25-Aug-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.


Hg-commit: 593332d17369b9a3bdbc0c53f9f89ac3bbda5dda


# 35baf27e 24-Aug-2006 Satish Balay <balay@mcs.anl.gov>

fix bus error on solaris64

Hg-commit: 7c270396d4da0b287681de8414dbcd4ccba1f07c


# 5c8c9132 28-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 83b81368b2a2917e947d52dc09879584a74a99ad


# 09f38230 25-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b8588dc3d1c171daa90229be953d2b7fd710d008

show more ...


# e6b907ac 28-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared
a common block of records. Updated code to use
this.


Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08


# 38877d5b 22-Apr-2006 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.4266
hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712
ChangeSet
1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0
raise the error flag when user provides fill<1.0

bk-changeset-1.4266
hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712
ChangeSet
1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0
raise the error flag when user provides fill<1.0

src/mat/interface/matrix.c
1.218 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +6 -5
raise the error flag when user provides fill<1.0

src/mat/impls/aij/seq/matmatmult.c
1.93 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1
undo the previous change on fill < 1.0

src/mat/impls/aij/seq/aijfact.c
1.142 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -4
undo the previous change on fill < 1.0

src/mat/impls/aij/mpi/mpiptap.c
1.31 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1
undo the previous change on fill < 1.0


Hg-commit: 049df65c402b247c6fedbed2415d206360ddd16f

show more ...


# bfb15611 21-Apr-2006 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.4265
hzhang@shakey.mcs.anl.gov|ChangeSet|20060421145238|40269
ChangeSet
1.4265 06/04/21 09:52:38 hzhang@shakey.mcs.anl.gov +4 -0
set fill=1.0 when user provides fill<1.0

src/mat

bk-changeset-1.4265
hzhang@shakey.mcs.anl.gov|ChangeSet|20060421145238|40269
ChangeSet
1.4265 06/04/21 09:52:38 hzhang@shakey.mcs.anl.gov +4 -0
set fill=1.0 when user provides fill<1.0

src/mat/impls/aij/seq/matmatmult.c
1.92 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -0
set fill=1.0 when user provides fill<1.0

src/mat/impls/aij/seq/aijfact.c
1.141 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +4 -0
set fill=1.0 when user provides fill<1.0

src/mat/impls/aij/mpi/mpiptap.c
1.30 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -0
set fill=1.0 when user provides fill<1.0

src/dm/da/src/daview.c
1.27 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -1
typo


Hg-commit: c0cb3c63ef176cc28528caf6584e91bba28723c5

show more ...


# f3a39bec 18-Apr-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4263
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819
ChangeSet
1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0
matrix.c, aijfact.c, lu.c, ilu.c, icc

bk-changeset-1.4263
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819
ChangeSet
1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0
matrix.c, aijfact.c, lu.c, ilu.c, icc.h, icc.c, cholesky.c:
PCView_factor shows actual fill ratio

src/mat/interface/matrix.c
1.217 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +1 -1
PCView_factor shows actual fill ratio

src/mat/impls/aij/seq/aijfact.c
1.140 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +4 -1
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/lu/lu.c
1.53 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +9 -4
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/ilu/ilu.c
1.66 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +12 -2
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/icc/icc.h
1.10 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +1 -0
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/icc/icc.c
1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +18 -1
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +9 -4
PCView_factor shows actual fill ratio


Hg-commit: 7d1e3cb8dc9dd8dde2346330e6d71d613bc01825

show more ...


1...<<21222324252627282930>>...42