History log of /petsc/src/mat/impls/baij/seq/baijfact3.c (Results 176 – 200 of 343)
Revision Date Author Comments
# cdb44a51 26-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f073afb985c264bd0c7e18eaa3075d3a35476b5d


# 9263d837 25-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for '-info' on symbolic factors of seqaij and seqbaij

Hg-commit: 41490de758658578892e5d280be602bca7ba96a9


# 05772624 07-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8eb1b0a369f9ab4b13dd8ccc92d9c82da0822d87


# ad8e3b70 07-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 534539781f71eb6ba71ef89f4c82d23acf24e8e4


# a186ada9 04-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d5d6271688b0e7608ca3883cc177d4942a399f4c


# d4fa2fe0 04-Jun-2010 Satish Balay <balay@mcs.anl.gov>

merge from 31

Hg-commit: 78406bb109eb556c04ba9d90bce7f9c1e325ea78


# aef85c9f 04-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed fill ratio info for LU and ILU symbolic factorization

Hg-commit: 2961d4506892ae277442f08cdf7184f639800872


# 38ac12d0 18-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 21e7ded60f3a6445efe814bafc0f27b9582c1c26


# 93cf5eb5 18-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: aca5ed378a5658ef7df14846128d98fb472f8dd7


# 6ba06ab7 18-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace ilu default shifttype SHIFT_NONZERO to SHIFT_INBLOCKS because
shift_nonzero is not supported for baij matrices with bs>1.

Hg-commit: 37f8548c89a6fe45f638d5fe8955616b04085d1f


# b23f91a4 18-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008


# 048b5e81 18-May-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added factorization routines for BAIJ block size 1 (new data structure).
Inode with block size 4 was not being used in MatLUFactorNumeric_SeqAIJ_Inode.Fixed this.

Hg-commit: 5e4d1d7488fdaab08536c98c

Added factorization routines for BAIJ block size 1 (new data structure).
Inode with block size 4 was not being used in MatLUFactorNumeric_SeqAIJ_Inode.Fixed this.

Hg-commit: 5e4d1d7488fdaab08536c98c8a456ca9fc016047

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 2169352e 01-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

rm experimental opitons -ilu_old, -lu_old, -icc_old and -cholesky_old

Hg-commit: e25276c2118f44eb65dcf1bd810ce885fdad676e


# 766f9fba 28-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

minor optimizations

Hg-commit: 4a570cebd663afe68731947c7f673dc9ac7b0c48


# 04dafc9e 27-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a19ca34e4732c146f9d8ad6c6af30b2d85aed4de


# 29a97285 27-Feb-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added factorization routines for PFLOTRAN (bs = 15)

Hg-commit: eaa7fd22035039828989a882d57eb90ba101b1c9


# 0f7f7f63 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e6ba8abd0e0ae08ef7ef76c6ec1fd36b7cdeede8


# 2b0b2ea7 24-Feb-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolve and MatLUFactorNumeric routines for bs = 15 (for PFLOTRAN)...Not finshed yet!

Hg-commit: c6f29b1f8b31c9318adb9276d2c03d027b29b796


# 4dd39f65 11-Feb-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed '_newdatastruct' from baij factorization routine names

Hg-commit: 6f0ced87ba79222f8c423261340442021c304ff7


# 8b1456e3 11-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

cleanup - preparing for removing "_newdatastruct" from MatSolve() routines

Hg-commit: 4e8b37569b76c26498e3fc898f358e622606706c


# 4fccaf36 11-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after update

Hg-commit: f2e478fe76fc8445a2c0a8b26f9dd666314c7f67


12345678910>>...14