| 783ef271 | 25-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add icc(0) with matorderings under new data structure
Hg-commit: 5b99ce0799b371a259538425a489fed8c02ef64a |
| c760cd28 | 25-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
finished MAT_SHARED_NONZERO_PATTERN for MatDuplicate_SeqSBAIJ()
Hg-commit: 6b08b2ef797929b991322cb1faecd54bba1dc198 |
| 5f44c854 | 24-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
support icc(0) with new datastructure
Hg-commit: 167d592268ba59b7046ee8a733239adc59cae028 |
| a492ac7d | 22-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fixes for MatRelax_AIJ with flop count when no zero initial guess and passing PETSC_NULL when should pass in 1. (This is already fixed in petsc-dev but should be fixed in 3.0.0
Hg-commit: 70028a
bug fixes for MatRelax_AIJ with flop count when no zero initial guess and passing PETSC_NULL when should pass in 1. (This is already fixed in petsc-dev but should be fixed in 3.0.0
Hg-commit: 70028ad51299b48effba84a6e0a427b77d04d800
show more ...
|
| 9f863219 | 22-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
flop rate for MatRelax_SeqAIJ() with no zero initial guess that did not get copied over properly from 3.0.0 patch
Hg-commit: a97d04c697768e1ef46f8b5c9126ffd197311166 |
| 894a2336 | 21-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatSolve_SeqAIJ_newdatastruct()
Hg-commit: 53150c4714a09b59bbb97c42e24abdda887c2740 |
| 70319c84 | 18-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatLUFactorSymbolic_SeqAIJ_newdatastruct()
Hg-commit: f200fccfeabc1a15087bc06a9bc6cbc3abcd7109 |
| ce3d78c0 | 18-Sep-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
MatLuFactorSymbolic_SeqAIJ_newdatastruct: Need to fix the memory error
Hg-commit: 094afb1681ce16b67b854caf2518c8292aac3f36 |
| f61a948a | 16-Sep-2009 |
Lisandro Dalcin <dalcinl@gmail.com> |
MatILUDTFactor_SeqAIJ(): handle PETSC_DEFAULT for dt/dtcol/dtcount
Hg-commit: 1eee87f02a77284ee716e88ff431844f42488f85 |
| 12b5cbf3 | 15-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv PetscFreeSpaceContiguous_newdatastruct() from aij files into freespace.*
Hg-commit: 3af95641839072d4a1c681049c89fefe2ddfe79c |
| 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 ...
|
| 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 |
| 6516239f | 10-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatILUFactorSymbolic_SeqAIJ_newdatastruct()
Hg-commit: 7dd2067f276ab0f1775bb43f07b89134f66b4e2b |
| f77e22a1 | 04-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize ilu(0) with natural ordering under new data structure for seqaij format
Hg-commit: d2c3366c0b8ad46d496f63268358e87ba5fd2b15 |
| 887ee2ca | 01-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed Eisentat preconditioner for AIJ and SBAIJ to work for all omega, instead of just omega== 1
Hg-commit: d40d325f2fcbde49d908cb600d0aae362304a789 |
| 5d8b2efa | 27-Aug-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize superlu interface
Hg-commit: 6f6dcc69f34628b8f0a3c22fcc1dadec27d38ab5 |
| 5c99c7da | 26-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added "" around compiler string passed to hypre.py CC That worked, but now I am running into errors when comfiguring hypre. I believe that it is a matter of not having quotes around the TAU C compil
added "" around compiler string passed to hypre.py CC That worked, but now I am running into errors when comfiguring hypre. I believe that it is a matter of not having quotes around the TAU C compiler specification in the hypre configure arguments, i.e.
CC=/autofs/na2_proj/geo002/petsc-dev/bin/taucc.py -cc=cc -pdt_parse=/ccs/proj/geo002/xt5/pdtoolkit-3.14.1/x86_64/bin/cxxparse -tau_lib_dir=/ccs/proj/geo002/xt5/tau-2.18.2p4/x86_64/lib
I have quotes around this argument in the petsc configure arguments. Do I need to add brackets like you do with comma delimited lists? Other options?
Hg-commit: 32644898bea493c42c01be0928b3a26c980ff151
show more ...
|
| cffbb591 | 25-Aug-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add ilu to superlu interface
Hg-commit: 44f8116ee7cfa3f5d6126cb13d7dbd34164cc91f |
| 6cf45366 | 21-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
declaration of variable in middle of code fixed compiler thinks unassigned variable is used
Hg-commit: 06a80d222b8e590542ebe9d1e05b7d1c89275aef |
| e57ff13a | 21-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
updated docs on valgrind now working on Apple fixed bug in MatLUFactorNumeric_SeqAIJ() introduced recently that was detected by valgrind where rs was set by diagonal value before diagonal value set.
updated docs on valgrind now working on Apple fixed bug in MatLUFactorNumeric_SeqAIJ() introduced recently that was detected by valgrind where rs was set by diagonal value before diagonal value set.
Hg-commit: 97a474b9225457a9d1d75ffa0ae73b1b5bab2a0a
show more ...
|
| 0c4e8012 | 19-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed Contributed by: in documentation and source for PETSc developers
Hg-commit: 19546b65bd4769308070770659a516cb6b59906a |
| b2843cf1 | 10-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit for some reason I forgot
Hg-commit: 1c3e42f78e384fba2d4d7edc3762fd0165dc814e |
| b022a5c1 | 07-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed output files to have additional line for norm type PRECONDITIONED now allows PetscInitialize() and PetscFinalize() to be called multiple times
Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b
fixed output files to have additional line for norm type PRECONDITIONED now allows PetscInitialize() and PetscFinalize() to be called multiple times
Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b2c
show more ...
|
| d278edc7 | 27-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added some const for MatLUFactorNumeric_SeqAIJ() removed unneeded PetscMemzero() from MatLUFactorNumeric_Inode()
Hg-commit: 8be1cbc808e68ff9bc17b9c57369422bd8f474e1 |
| 982c0cc0 | 27-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
optimized MatLUFactorNumeric_Inode() still slower than MatLUFactorNumeric_SeqAIJ() so turn off its use
Hg-commit: 3c8c90a4c6f063d3568b379100f358b50beac934 |