| #
35aa4fcf
|
| 06-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added MatSeqBAIJ revised new data structure routines for LU,ILU factorization and triangular solve
Hg-commit: c4a7098a8d6ce33e8222598d9a08f5a3621980fd
|
| #
65460251
|
| 06-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PETSC_USE_SINGLE etc to PETSC_USE_SCALAR_SINGLE to make clearer that this variable is related to defining the scalar type
Hg-commit: 091ca03e9ad7a91d59048671631a058ed1b9044d
|
| #
572f72c7
|
| 05-Nov-2009 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8
|
| #
cd72454c
|
| 03-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b2d8a3646d4d7887f0367e78a0b8ef8801c228fe
|
| #
6506fda5
|
| 02-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added blocksize=6
Hg-commit: b456a8aae7ffdb5b9246c4bce32fecbccfa3dda4
|
| #
78bb4007
|
| 02-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
More work on LU Factorization for SeqBAIJ (bs = 4,5)
Hg-commit: 696cdf54277fddf256b57895f8d3582a4e463630
|
| #
0c4413a7
|
| 02-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
More additions to LU Factorization routines for SeqBAIJ revised new data structure
Hg-commit: fb82142a973a8cebd23a58c2488660e01c01bdda
|
| #
1a83e813
|
| 02-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added LU factorization for MatSeqBAIJ (bs = N) Natural Ordering
Hg-commit: 4a96c280b1e85887d93b3abcf93bed2520836590
|
| #
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
|
| #
13f67399
|
| 12-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: f9060934f8e0e6959b179bb6f04fe194516fd0f3
|
| #
bef36659
|
| 12-Oct-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added newdatastruct MatLU Numerical factorization routines for bs = 6,7 Merged all numerical foctorization routines for bs = 6 in baijfact7.c Merged all numerical factorization routines for bs = 7 in
Added newdatastruct MatLU Numerical factorization routines for bs = 6,7 Merged all numerical foctorization routines for bs = 6 in baijfact7.c Merged all numerical factorization routines for bs = 7 in baijfact5.c
Hg-commit: ea969c1104fc2846a4dffd77a446309d01e23183
show more ...
|
| #
0deeaf61
|
| 12-Oct-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added newdatastruct Mat LU Numeric factorization routines for bs = 5
Hg-commit: df5d6e89aa8a78091a92818217477b30920fac80
|
| #
209027a4
|
| 12-Oct-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added newdatastruct LU Numeric factorization routines for bs = 4
Hg-commit: 8d416c753bf22147c3641a93db7d5e831c86cd82
|
| #
eac640c0
|
| 12-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 6b27853b537b6336367f1ea6a83b25a59aa8ed0f
|
| #
359bf53f
|
| 12-Oct-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Bug fix
Hg-commit: 210a4327002cdead6777adb5e087f5eec4fa4a11
|
| #
17542729
|
| 11-Oct-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added MatLUFactorNumeric_SeqBAIJ_3 for Natural and other orderings Merged all LU numeric factor routines in baijfact13.c Removed baijfact14.c
Hg-commit: de119c5b3af3cf87701b6aa3a3d245e9fb9c1b8e
|
| #
7f53bb6c
|
| 09-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in matrix factorization routines
Hg-commit: e3157dcb727e97065d26a2e291f5377eb89fd848
|
| #
4c000e2e
|
| 05-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct() implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()
Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4
add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct() implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()
Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4311
show more ...
|
| #
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
|
| #
098c0d8d
|
| 24-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a7710b011ce3f2c4ac169ab040d429403a541f7f
|