History log of /petsc/src/mat/impls/baij/seq/baijfact.c (Results 276 – 300 of 553)
Revision Date Author Comments
# 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


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# 3d9f221d 16-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 7ee90c9fc4e24460081863af2032eae821ef1740


# 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


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

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 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


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

continue removing shiftnz, pd and zeroinblocks

Hg-commit: 836d618b16800edff7c580b2f0b8996c07da773a


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


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


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

minor optimizations

Hg-commit: 4a570cebd663afe68731947c7f673dc9ac7b0c48


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

Merge

Hg-commit: 9bb765ad4a224cc4a92c83ab8c7fa94c067177f4


# 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


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

Removed '_newdatastruct' from baij factorization routine names

Hg-commit: 6f0ced87ba79222f8c423261340442021c304ff7


# eaada2e5 06-Feb-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 52d5c8c3e196361d5c4c5f4b6b71bf59b669a5fb


# 298ee4f9 06-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1ed440fccc33225168af45e807cdd0ffaf00829e


# 0a3c351a 05-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

rename matfactor and matsolve routines as Matxxx_inplace for Cholesky factorization with aij format

Hg-commit: ba6d9a8f15047432bab9738f57075948805312da


# 06e38f1d 05-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

rename origianl matfactor and matsolve routines as Matxxx_inplace() for seqbaij format

Hg-commit: eab6b706212864f1073da2de830f89b4a0cd33e1


# 7c8d163b 27-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 577f8e905a53f5af388774ffd68ecb7c31bdd5b2


# e60cf9a0 26-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed a bunch of assignments of integer to 0. mistake I made a few days ago adding the .

Hg-commit: cc599b11a9988dfcfd6326b284afa5d15897575c


# 81054ded 20-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e36a50bca8e87bc226893cd35acbcf1194d9a5c7


# bcf26ab6 18-Jan-2010 Jed Brown <jed@59A2.org>

merge ISCopy and -pc_asm_blocks

Hg-commit: 9f252e01cb909aa5d4c601af9ebadf1b4964b38f


1...<<11121314151617181920>>...23