History log of /petsc/src/mat/impls/aij/seq/aijfact.c (Results 501 – 525 of 1040)
Revision Date Author Comments
# 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


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

Merge

Hg-commit: 8a8271760876e9baebcde5bfe347f3c1d80c7ab9


# 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


# ad1121b0 11-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2a3259cd910da602c6bdb6e34e8d68618d721bb0


# 577f553c 10-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b302d898bac3371c911f05e21d7060a1d1bc9432


# 6516239f 10-Sep-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatILUFactorSymbolic_SeqAIJ_newdatastruct()

Hg-commit: 7dd2067f276ab0f1775bb43f07b89134f66b4e2b


# 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


# 9a66462d 04-Sep-2009 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 6dc029a36a2a93988d9b0950e0a496c75b75e25f


# 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


# 9d124a3d 25-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22


# ea7ccfb4 24-Aug-2009 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: b384e8625b6324308f70798b433de65795605cb9


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


# 0230a03c 31-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154


# 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


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# b377110c 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

almost finishing moving fortran kernels and src/inline

Hg-commit: c6bafef5937b90c6da76d64375619b3f4d7bbc0d


# a4005a5d 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more moving fortran kernels

Hg-commit: 5ed9048967492d9347972f95e32e80dabb44f7ae


# c60f0209 16-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJ

Hg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc


# fe3d41f3 16-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 3e5cf1e37d7dabb9487162ad39bf74da7949ccd9


# be7314b0 15-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded inline spops.h file
removed unused macros from some inline files
moved axpy.h to include/private/petscaxpy.h
moved first Fortran kernels from central location to sys/utils/ftn-kernel

removed unneeded inline spops.h file
removed unused macros from some inline files
moved axpy.h to include/private/petscaxpy.h
moved first Fortran kernels from central location to sys/utils/ftn-kernels where it is used

Hg-commit: c9e7a1a8dc579cf824e1f087165c3df9932aefb9

show more ...


# bd1bc851 13-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

added university of florida sparse matrix collection reference

Hg-commit: c64940800a9b9c6ee85e50396354778dc8b71703


# 87809ed8 30-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after update

Hg-commit: df17fd3d852b740fe32e34e3fb98712419bdb07a


# da9f6218 27-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1ff26b513efc9d3508fbf9678f94768a85bf915e


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