History log of /petsc/src/mat/impls/baij/seq/baijfact7.c (Results 126 – 150 of 174)
Revision Date Author Comments
# 6506fda5 02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added blocksize=6

Hg-commit: b456a8aae7ffdb5b9246c4bce32fecbccfa3dda4


# f63685ca 02-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f0e3382643bd4135fa42c08d7b94eb913f3457e3


# 53cca76c 02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added LU Factorization routines for SeqBAIJ (bs = 5,6,7) revised new data structure

Hg-commit: ad40595957758cb87395a419e57cecf3cb98e770


# 93f77e54 13-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 88412ad8b612981f105e38f6ea356304b4b5dabb


# 93f67941 13-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f72b2cacc5dc579ef087855e5bc3094233293fa0


# b1646270 13-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replacement of while loops

Hg-commit: 733d6de1a7bfdbfd48d080d62d5b5362825a8081


# 13f67399 12-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f9060934f8e0e6959b179bb6f04fe194516fd0f3


# bef36659 12-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added newdatastruct MatLU Numerical factorization routines for bs = 6,7
Merged all numerical foctorization routines for bs = 6 in baijfact7.c
Merged all numerical factorization routines for bs = 7 in

Added newdatastruct MatLU Numerical factorization routines for bs = 6,7
Merged all numerical foctorization routines for bs = 6 in baijfact7.c
Merged all numerical factorization routines for bs = 7 in baijfact5.c

Hg-commit: ea969c1104fc2846a4dffd77a446309d01e23183

show more ...


# 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


# 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


# 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


# 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


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


# 5c9eb25f 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

basic transistion to new model for external direct solvers all tests pass

Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52


1234567