History log of /petsc/src/mat/impls/aij/seq/inode.c (Results 376 – 400 of 500)
Revision Date Author Comments
# 209c9182 14-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5a14361e615c8fbd98392f718d541fc07fc3843


# 0e95ead3 14-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

kce macros with inline function MatPivotCheck() for inplace cholesky

Hg-commit: c46e84321e39b233830f8f272ecba27158678374


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

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


# 505c8c26 01-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9f87cbb6cbd59d1bd4113536eae89172f479116a


# eca579c0 28-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Fixed compiler warnings

Hg-commit: dbf6c6706229220a13a0fc25897a044a832e3e41


# 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


# be31f397 28-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e25d9bf20f68f6544016b82f3b3b1a741039323c


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

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# 9f522e40 27-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed MatPivot inline functions

Hg-commit: 96fda1411c1c008d01356d7491bf638c8a286e1f


# af8c88b6 24-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 76530b3bd33348a33ed1676aa7af10e463910250


# 9877982a 21-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added block size 4 for Seq_AIJ inode numeric factorization

Hg-commit: fb0ae27903735e2d7eabeb07dcdad2e5be49f6f2


# 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


# 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


# 006ab1e1 14-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: eeeb49c948c5872b4f73f66250b1299d414157c6


# 0e7a5c2b 14-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

cleanup and optimization of MatLUFactorNumeric_SeqAIJ_Inode()

Hg-commit: 185ff6e274e5756c12fb6a2f5f1f71b910313de1


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

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


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

checking zeros pivot in MatLUFactorNumeric_SeqAIJ_Inode()

Hg-commit: d6b41e01028eb03245fc80a69a9340dd9858525a


# 68785679 13-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqAIJ_Inode() for new data structure - now, works for node size 3, 4 and 5

Hg-commit: 9adbbffcb8a3baf31599de56b24adecb4552d916


# 3d33046d 12-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

turn off A->ops->lufactornumeric = MatLUFactorNumeric_SeqAIJ_Inode;
until it is done for all node sizes

Hg-commit: 8daeedc6736b8d47f961d0b4c366eeaf3e4ec0d1


# 28f1b45a 12-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqAIJ_Inode() for new data structure - only work for node size 1 and 2

Hg-commit: cdaccf2099d3f6738f85f3f51b90f3b64180a2d1


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

commit after merge

Hg-commit: 40f5feb5db7bdf1e87ef02d6dd53843f31cfbf80


1...<<11121314151617181920