History log of /petsc/src/mat/impls/aij/seq/inode.c (Results 426 – 450 of 500)
Revision Date Author Comments
# 6cf45366 21-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

declaration of variable in middle of code fixed
compiler thinks unassigned variable is used

Hg-commit: 06a80d222b8e590542ebe9d1e05b7d1c89275aef


# 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


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

added some const for MatLUFactorNumeric_SeqAIJ() removed unneeded PetscMemzero() from MatLUFactorNumeric_Inode()

Hg-commit: 8be1cbc808e68ff9bc17b9c57369422bd8f474e1


# 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


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# c60f0209 16-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJ

Hg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc


# 1cec2a20 05-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 13c4ee66e6bd736c1a3c42fd00663fff1c898f67


# 938d4eb3 03-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

slight optimization to eisenstat with inode

Hg-commit: 3ac875a007606c99d2335a675455df74ec114698


# 89c6957c 03-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

finished seqaij eisenstat with inodes

Hg-commit: d454321e1ab1922c532ae1426b0478fc6c259095


# ca4a67af 20-Apr-2009 Jed Brown <jed@59A2.org>

commit after merge

Hg-commit: 584f88721eaca25d8f2b664f5a51113f73e035a0


# 93f867b0 18-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 223544d8a4f58609922ccab5787c1856a7378f15


# 8ff8987e 14-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 78e0b73dc53bd38fabef7c4756967606c17cd9a2


# dc0b31ed 13-Apr-2009 Satish Balay <balay@mcs.anl.gov>

make sure PetscLogDouble [or double precision] is used with PetscLogFlops()

Hg-commit: ffd276ade7628201e372c3edeb836ff72eec68e0


# ad1471ba 01-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 07349036822f6f1587b216c0375ab8a63c27eb25


# 3f6d85c9 21-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

updated to handle generation of fortran interface definitions if
--with-fortran-interfaces is used.

Hg-commit: 0baa789046fea4675ba0b102771a008c7623d68a


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 0481f469 28-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.

Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf


# e738e422 27-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

MatFactorInfo shiftnz should not be being changed in the factorization routines!

Hg-commit: 477e384c4c44d34ab430c7d747c476b9779c0d26


# 404197b7 26-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161


# 5d0c19d7 26-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

ISGetIndices() returns const array, it is not something that should be changed

Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257


# 85f097d7 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32


# 719d5645 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment o

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment of the MatSolve pointer is now done in the numeric factorization
(This is because only then do you know the right pointer that should be used)

Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4

show more ...


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


1...<<11121314151617181920