History log of /petsc/src/mat/impls/baij/seq/baijfact5.c (Results 101 – 125 of 186)
Revision Date Author Comments
# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


# 96b95a6b 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

namespace Mat utility functions

Hg-commit: 2912dadb08982f5a3e4a9b22bd8b48ffa685bef3


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 5a586d82 20-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

removed many unused variables
small amount of reformating
added use of all arguments in MPIUNI call to prevent complaints about unused values

Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec


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

Merge.

Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040


# 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


# 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


# 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


# 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


# 1b3fe5dc 18-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6f9788a66abacd8965f2a9bbc8876116b47de1b8


# 32121132 18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added more MatSolveTranspose routines for Seq_BAIJ

Hg-commit: f13d32f4cd6265356616968eec994fe3c6f60964


# 8499736a 18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolveTranspose_SeqBAIJ_<bs>_NaturalOrdering_newdatastruct for bs = 4,5,6,7,N

Hg-commit: 0de2322b663334f16acb4dfd1ef2be298db7a7c6


# 1a2fa96c 14-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 183a24e2aa0f61adbebcb5aaf32c8c3e94073ff6


12345678