History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 876 – 900 of 1341)
Revision Date Author Comments
# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


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


# ced717cf 18-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Put in declaration

Hg-commit: 748ac7ff37777b63ec46b5c85764f0ade4cb7bf4


# c13d650d 18-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 59adc26dc31aedaa14c91f5588e900ec05086d8a


# 2871df6a 18-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for matrix factorization of seqdense mat

Hg-commit: ebc1a22ef9a9a29f65f307846b011e82628e83fe


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


# 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


# 9f4db6b0 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

couple of missing consts in examples
incorrectly set (*fact)->factor in MatLUFactorNumeric_SeqDense()

Hg-commit: d1e20d35fff7630c5bf8c0e251ee7f72adf81222


# e631078c 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

added missing extern c for some MaGetFactor_xxx
removed bunch unused variables

Hg-commit: 95407373c569558193655cc2e23b071536b3da2a


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# 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


# 392a8661 26-Jun-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178


# a313700d 24-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

moved the const out of XXType definitions and into the Set and Get Methods

Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999


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


# afe32971 14-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae11a6b927a8712ec9defa478ab02d4a67199ad7


# 5afd5e0c 09-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

completed rough tutorial

Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9


# 8ec6c7c1 08-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115


# cf08dd3e 04-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ef2e30e4b0d5f206690da0bed914794f88ef8c6f


# 26471541 04-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4d4bc0805daaa6d14bf59feeb68055599311ae83


# 9189402e 04-Apr-2008 Hong Zhang <hzhang@mcs.anl.gov>

initialize idx in the interface MatGetRowMaxAbs() instead of MatGetRowMaxAbs_xxx()

Hg-commit: 97c7a21b689e8f747918fb86b44687c6e389e8b9


# f3618155 11-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae910a8c341252193d05c7b6e3a1801bc7c73425


# d7957c25 07-Mar-2008 Hong Zhang <hzhang@mcs.anl.gov>

commit after merge

Hg-commit: 6b4ac957a41c4eebfcda210f0c39ba836b723840


# e9695a30 07-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX
had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set

Hg-commit:

fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX
had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set

Hg-commit: bdfca46607ae0c6b051c05f93f67da04e9fc248d

show more ...


1...<<31323334353637383940>>...54