History log of /petsc/src/mat/impls/baij/seq/baijfact13.c (Results 126 – 150 of 182)
Revision Date Author Comments
# c20522c1 05-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 0b1cf8fb45a6a88b4ebf34ba127f0a69d77ef0de


# ae3d28f0 05-Jan-2010 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatSolve with new datastructure for baij matrices
- add MatSeqBAIJSetNumericFactorization_newdatastruct()
- mv "set matsolve ops" from symbolic factorization into numeric factorization

Hg-c

optimize MatSolve with new datastructure for baij matrices
- add MatSeqBAIJSetNumericFactorization_newdatastruct()
- mv "set matsolve ops" from symbolic factorization into numeric factorization

Hg-commit: 18525fecc25d5bb1ae58a4e4556153431186a7d2

show more ...


# fca92195 18-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed more PetscMallocN()

Hg-commit: 3c1037eb13b06583c4283e19775d04453a30484c


# ed692d31 10-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c63111c978465712b5eb2b59576540d814538917


# 511e68ac 09-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 52aa153efdcab3ef4453cbf6f3586a502f25f9c8


# c0c7eb62 08-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Clean up
- Removed MatSeqBAIJ symbolic and numeric factorization routines for new data structure version 1

Hg-commit: 5191ae5963661e08429326efecb8aebe4d2147a3


# 572f72c7 05-Nov-2009 Jed Brown <jed@59A2.org>

merge

Hg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8


# cd72454c 03-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b2d8a3646d4d7887f0367e78a0b8ef8801c228fe


# 0c4413a7 02-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

More additions to LU Factorization routines for SeqBAIJ revised new data structure

Hg-commit: fb82142a973a8cebd23a58c2488660e01c01bdda


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

commit after merge

Hg-commit: f0e3382643bd4135fa42c08d7b94eb913f3457e3


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

Added SeqBAIJ LU factorization routines with Natural Ordering for bs=2,3,4 (revised new data structure)

Hg-commit: a6e02cc316d3c462357b99f997079b49ffd57bdd


# 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


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

Merge

Hg-commit: 6b27853b537b6336367f1ea6a83b25a59aa8ed0f


# 17542729 11-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatLUFactorNumeric_SeqBAIJ_3 for Natural and other orderings
Merged all LU numeric factor routines in baijfact13.c
Removed baijfact14.c

Hg-commit: de119c5b3af3cf87701b6aa3a3d245e9fb9c1b8e


# 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


12345678