History log of /petsc/src/mat/impls/aij/seq/aijfact.c (Results 376 – 400 of 1040)
Revision Date Author Comments
# f4db908e 16-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

updated MatFactorInfo to use a PetscReal for shifttype so that it can be used from Fortran and Python

Hg-commit: 6c65af8d77207f21d4c5751ca2d8dacb3c75581f


# f2344125 15-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

finished code to reset to use inode numerical factorization when A matrix has inodes

Hg-commit: befacb4964c43f323dd7ac4768f52c6962c8da0f


# d3ac4fa3 15-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed setting of use of inode based factorizations to use the inode version if the A matrix has inodes, not the factored matrix.
this fixed nightly build errors in ex48.c

Hg-commit: 97e68eb8972d6986

fixed setting of use of inode based factorizations to use the inode version if the A matrix has inodes, not the factored matrix.
this fixed nightly build errors in ex48.c

Hg-commit: 97e68eb8972d69864d310d6decfa1cb189f25cb6

show more ...


# 4f81c4b7 15-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

added a couple of consts

Hg-commit: 0d6250d7d0b523bee950573750c6fdfe4124c707


# 59874860 14-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 78b12446 11-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40f5feb5db7bdf1e87ef02d6dd53843f31cfbf80


# 628f99d7 11-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added inode numerical factorization for old data structure.

Hg-commit: 0e33de6617cbfecc1f682ec57c27e0bdec8381ff


# 73a00fbb 10-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040


# 14d2772e 09-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

remove all shiftnz, shiftpd and shiftinblocks

Hg-commit: f1e8178d024009572475a411c3fa40df12abb777


# 7719970c 09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8587ef93efc43183df4baebe80078c6689b38c22


# b2a402fc 09-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace shiftpd, shiftnz and shiftinblocks with shifttype and shiftamount for aij format

Hg-commit: 1cd26b07bdfb78f94fba2f1959d0868ccbdc2121


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

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 182b8fba 08-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace info->shiftinblocks with info->shiftamount for baij and sbaij formats
Note: this is for bs>1 because we do not support nonzero and pd type of shift yet.
Update webpage "changes"

Hg-commit: 1

replace info->shiftinblocks with info->shiftamount for baij and sbaij formats
Note: this is for bs>1 because we do not support nonzero and pd type of shift yet.
Update webpage "changes"

Hg-commit: 1c49eff0b0ae3766e13c77f7681150e2ef3ff0d5

show more ...


# 61aae248 05-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 52cc1f4c2822dc9f5db7e58222a2be70ebf63958


# 915743fc 05-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

replace shiftpd, shiftnz, shiftinblocs with shifttype and shiftamount
only partially done for seqaij format.

Hg-commit: e8ba899db4d012e7c2e1e0b2afe23bf80c595415


# f260cef2 04-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 31ca09f90e95f74d0252526a0b10d8eb7d98a3b4


# d90ac83d 04-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

Add PCFactorSetShiftType() and PCFactorSetShiftAmount()

Hg-commit: 11b2d9da5dd711b89de2445adb08f29eaa980990


# bbd65245 02-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access.
Clean up of AIJ numeric factoriz

Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access.
Clean up of AIJ numeric factorization.

Hg-commit: a79ab0711770475f9db0d8993d0db3397444bcc6

show more ...


# 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


# 8638ae8f 19-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9bb765ad4a224cc4a92c83ab8c7fa94c067177f4


# 41b877b7 19-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1316ff1d495a390125af2f17d66dbed799c119dc


# fe97e370 19-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

removed public interface for MatILUDTFactor*, this will now be handled by regular MatILU/ICCFactor* interface

Hg-commit: b130c3ab430985359fffc88a9c93110f07b98d13


# 79df256e 18-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 963de4c7e1b78b903ce01907d35b2975da327295


# 0860e08c 18-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

trivial update

Hg-commit: a352144f8ea540a2a12afd802a4f72fe057b2a72


# 7b056e98 18-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

add cholesky factorization and MatSolve for sbaij matrix with new datastructure

Hg-commit: 071c6b7f61d7f1b0c56b32cc1c00a098d2ca5116


1...<<11121314151617181920>>...42