History log of /petsc/src/mat/impls/baij/seq/baijfact2.c (Results 301 – 325 of 569)
Revision Date Author Comments
# bcf26ab6 18-Jan-2010 Jed Brown <jed@59A2.org>

merge ISCopy and -pc_asm_blocks

Hg-commit: 9f252e01cb909aa5d4c601af9ebadf1b4964b38f


# 1b3fe5dc 18-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6f9788a66abacd8965f2a9bbc8876116b47de1b8


# 32121132 18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added more MatSolveTranspose routines for Seq_BAIJ

Hg-commit: f13d32f4cd6265356616968eec994fe3c6f60964


# 8499736a 18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSolveTranspose_SeqBAIJ_<bs>_NaturalOrdering_newdatastruct for bs = 4,5,6,7,N

Hg-commit: 0de2322b663334f16acb4dfd1ef2be298db7a7c6


# 6929473c 18-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Started working on MatSolveTranspose_SEQBAIJ routines for new data strucuture
Removed newdatastruct version 1 routines for SEQ_AIJ and SEQ_BAIJ

Hg-commit: e76dcd365c649c8c1dd598bf1e7484134939b934


# 1a2fa96c 14-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 183a24e2aa0f61adbebcb5aaf32c8c3e94073ff6


# e15dd1e9 13-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2886946332d7399069f0d1de21c047a1298a075e


# a2d6a19a 12-Jan-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Replaced MatSolve seq baij newdatastruct version 1 routines with version 2.
Isolated newdatastruct version 1 routines using if defined(OLD_ROUTINE_TO_BE_REPLACED)

Hg-commit: 059ca6d593d6b5fbc883aaf1

Replaced MatSolve seq baij newdatastruct version 1 routines with version 2.
Isolated newdatastruct version 1 routines using if defined(OLD_ROUTINE_TO_BE_REPLACED)

Hg-commit: 059ca6d593d6b5fbc883aaf1fff18aa4ded9857d

show more ...


# 4b0cc578 10-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# 5c42ef9d 08-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatSolveTranspose_SeqBAIJ_N() for Richard Mills/PFLOTRAN

Hg-commit: c3976d13d4e84c11f6f16c7d924ff18d3dfdfc7f


# f8e37162 05-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after mreg

Hg-commit: 8574b661cf4bdadad2d65cc2823e64a3d1d0fe28


# 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


# b4a23efc 06-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6b72777609aa1bb6289ff3e854452580bfa725fb


# 35aa4fcf 06-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatSeqBAIJ revised new data structure routines for LU,ILU factorization and
triangular solve

Hg-commit: c4a7098a8d6ce33e8222598d9a08f5a3621980fd


# 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


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

Added blocksize=6

Hg-commit: b456a8aae7ffdb5b9246c4bce32fecbccfa3dda4


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

More work on LU Factorization for SeqBAIJ (bs = 4,5)

Hg-commit: 696cdf54277fddf256b57895f8d3582a4e463630


# 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


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

Added LU factorization for MatSeqBAIJ (bs = N) Natural Ordering

Hg-commit: 4a96c280b1e85887d93b3abcf93bed2520836590


1...<<11121314151617181920>>...23