History log of /petsc/src/mat/impls/aij/seq/inode2.c (Results 101 – 125 of 167)
Revision Date Author Comments
# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# d61e7eb3 14-Oct-2010 Jed Brown <jed@59A2.org>

Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)

Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 71f08665 02-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

more work on options database with Java GUI

Hg-commit: b0ad49ac4b2396d9fd7952b06ab0e7d87c1d6f2e


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# 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


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


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

commit after merge

Hg-commit: eeeb49c948c5872b4f73f66250b1299d414157c6


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

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 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


# 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


# 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


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

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

Hg-commit: 4e8b37569b76c26498e3fc898f358e622606706c


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

Merge

Hg-commit: 52d5c8c3e196361d5c4c5f4b6b71bf59b669a5fb


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

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

Hg-commit: ba5d621342e8a372332f34aeb3e9ca3c0f07589b


# 4108e4d5 29-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

changed _Inode to _SeqAIJ_Inode to make clearer the relationship between inodes and seqaij

Hg-commit: ad72f3aa29dc86f484fa9ca80f5a4b665e5507a3


# b022a5c1 07-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed output files to have additional line for norm type PRECONDITIONED
now allows PetscInitialize() and PetscFinalize() to be called multiple times

Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b

fixed output files to have additional line for norm type PRECONDITIONED
now allows PetscInitialize() and PetscFinalize() to be called multiple times

Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b2c

show more ...


# 0230a03c 31-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154


# 982c0cc0 27-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

optimized MatLUFactorNumeric_Inode() still slower than MatLUFactorNumeric_SeqAIJ() so turn off its use

Hg-commit: 3c8c90a4c6f063d3568b379100f358b50beac934


1234567