History log of /petsc/src/mat/impls/baij/seq/baijfact2.c (Results 326 – 350 of 569)
Revision Date Author Comments
# f63685ca 02-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f0e3382643bd4135fa42c08d7b94eb913f3457e3


# 53cca76c 02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added LU Factorization routines for SeqBAIJ (bs = 5,6,7) revised new data structure

Hg-commit: ad40595957758cb87395a419e57cecf3cb98e770


# b2b2dd24 02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added SeqBAIJ LU factorization routines with Natural Ordering for bs=2,3,4 (revised new data structure)

Hg-commit: a6e02cc316d3c462357b99f997079b49ffd57bdd


# 93f77e54 13-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 88412ad8b612981f105e38f6ea356304b4b5dabb


# 93f67941 13-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f72b2cacc5dc579ef087855e5bc3094233293fa0


# b1646270 13-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replacement of while loops

Hg-commit: 733d6de1a7bfdbfd48d080d62d5b5362825a8081


# eac640c0 12-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 6b27853b537b6336367f1ea6a83b25a59aa8ed0f


# 7f53bb6c 09-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

fix memory leak in matrix factorization routines

Hg-commit: e3157dcb727e97065d26a2e291f5377eb89fd848


# d0f3b693 05-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9919bce1b21afcca5efc56a718d0fe91a04e9392


# b588c5a2 05-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqBAIJ_2_newdatastruct()

Hg-commit: 49ccea8d4791db7d82aa00ac08e7a4d4e691eb0c


# 4f5ae013 25-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 19411a10b3e1c1aaedb06105523862bd3572a0f0


# 783ef271 25-Sep-2009 Hong Zhang <hzhang@mcs.anl.gov>

add icc(0) with matorderings under new data structure

Hg-commit: 5b99ce0799b371a259538425a489fed8c02ef64a


# cd621086 19-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 148339b0d1e2fac081864ec646f45ac0937e058a


# 2302a36d 19-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 248d38165e90c6a4b866914e10f4cd494228d265


# 29b92fc1 18-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replaced while loops with for loops in MatSolve_SeqBAIJ_<bs>_newdatastruct routines
Replaced pointer++ notation with array indexing

Hg-commit: b4fbf631d6de706335546019b23efb288e9bf1ca


# 6464896e 18-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replaced while loop with for loop in MatSolve_SeqBAIJ_<bs>_NaturalOrdering_newdatastruct routines

Hg-commit: ad9b2ff056d66854a0d78a9c316c5ce9cc594d9d


# ce3d78c0 18-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLuFactorSymbolic_SeqAIJ_newdatastruct: Need to fix the memory error

Hg-commit: 094afb1681ce16b67b854caf2518c8292aac3f36


# 8f690400 13-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolve_SeqBAIJ_<bs>_newdatastruct routines for bs = 2...N
Fixed linking issue with PetscFreeSpaceContiguous_newdatastruct
Added test cases for new data structure

Hg-commit: c4df67b1f5fafce28

Added MatSolve_SeqBAIJ_<bs>_newdatastruct routines for bs = 2...N
Fixed linking issue with PetscFreeSpaceContiguous_newdatastruct
Added test cases for new data structure

Hg-commit: c4df67b1f5fafce2826457ab83b7b702fe8e2215

show more ...


# df961a86 11-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 8a8271760876e9baebcde5bfe347f3c1d80c7ab9


# 7fa3a6a0 11-Sep-2009 Hong Zhang <hzhang@mcs.anl.gov>

Add MatILUFactorSymbolic_SeqBAIJ_newdatastruct()
ILU(p) works for baij matrix now. Next, implement MatSolve for non-natural ordering.

Hg-commit: 0266bb75bef2e7d0fc654ca27018f9469c7e4067


# 16a2bf60 11-Sep-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatILUFactorSymbolic_SeqBAIJ()
ilu(0) works. ilu(p), p>0 is not done yet

Hg-commit: fca544fa7099605d92c6e4a4a1ba1211b5314d50


# 7e48e62b 08-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 87438658935f07f4d480aa09aeb41a071a074b16


# 7934d84b 05-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d83b18203f78c0b9905bdf8bc96cf8bfd4ebff57


# cee9d6f2 04-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolve Natural ordering routines with new data structure for bs = 2,3,4,5,6,7

Hg-commit: cf50a8af7b89ac881c3de178a4b43c433037203c


# 5aef685b 03-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 6c89f2e67a03d6d3e6db36b3186e4b41d4983aaf


1...<<11121314151617181920>>...23