History log of /petsc/src/mat/impls/baij/seq/baijfact3.c (Results 251 – 275 of 343)
Revision Date Author Comments
# 8bfb2e2b 24-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLUFactorSymbolic_SeqBAIJ_newdatastruct: Memory bug fixed, no performance improvement?!

Hg-commit: 71e63303ca85bde65acefd2082bcf9625640a4b6


# faca2338 24-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLUFactorSymbolic_SeqBAIJ_newdatastruct: Need to fix memory bug

Hg-commit: fb37f7e06dc3545c0ba5212b7ea619b47cc21a55


# 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


# c7272abe 24-Mar-2009 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatLUFactorSymbolic_SeqBAIJ()
by copying MatLUFactorSymbolic_SeqAIJ() and modifying few lines.

Hg-commit: ae810338952d3b293d4478ced51a3ee63cc5bdb9


# 2fb98c32 21-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5e7946e6d6eb90bcf06e862f1ee74ac4524bdab6


# 3b4a8b6d 21-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

tried to print information about row (in original and permuted ordering) when zero pivot is detected.
From: Daniel_Marceau@uqac.ca
Subject: [PETSC #18931] Detected zero pivot in LU fac

tried to print information about row (in original and permuted ordering) when zero pivot is detected.
From: Daniel_Marceau@uqac.ca
Subject: [PETSC #18931] Detected zero pivot in LU factorization
Date: January 21, 2009 1:51:03 PM CST

Hg-commit: 5fb1f97b408f0336811a32c32d09aa19251f6e2a

show more ...


# 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


# 4d86989b 26-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 705586efcbf3a013a2d07f190256fbe745d46d34


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

Merge

Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161


# 7d18ce8f 26-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Small fix

Hg-commit: 6d24384f0713a1505d8b6b21bbd6c7835b436be3


# 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


# 41df41f0 25-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Fixed compile errors

Hg-commit: 7ab4578a70302650f6bef425fa2d82f24616bb34


# 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


# 58e7c4b3 15-Sep-2008 Satish Balay <balay@mcs.anl.gov>

#18274 compile fixes

Hg-commit: ea65c94d496cc0831ce85a3aed400e9fa8c941df


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


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

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


# b24902e0 01-May-2008 Barry Smith <bsmith@mcs.anl.gov>

initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead
most code does not yet run but all code should be using the new format.

Hg-commit: ac83415153993ee58dc4

initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead
most code does not yet run but all code should be using the new format.

Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


1...<<11121314