History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 926 – 950 of 1127)
Revision Date Author Comments
# 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


# 919dba87 07-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d28639f02d1a6d231853618d6c08c85125bb3df0


# 8c886bbe 03-Jul-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: fcff4d63cd1dd3eb7c07453ef54a4e5adee31f81


# ace3df97 01-Jul-2008 Hong Zhang <hzhang@mcs.anl.gov>

MatGetInertia() should not be used when PETSC_USE_COMPLEX

Hg-commit: fc1707c94fcad30241fdf2363b867a5d304e9826


# 57dddb05 02-May-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 53fec88fb9efe14d6431e28228b329636202254f


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


# 6a1dac61 26-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

removed last of MPICCommToFortran() and noted removal in changes file

Hg-commit: 6f2ed111e44f0f9ada85eaf203e06178fe2efe07


# 575ff022 25-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0abb3c3b0f4a77d6d1d68b240a2ff94021eabd3f


# 670ede15 23-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b37a875177bb6c6e4579cb2d8e5e2a537aaf9c8d


# 2750af12 23-Apr-2008 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of mumps interface: case of matfactorization without MatSolve().

Hg-commit: b6572bf4c6cf2da2751cf65afe7cf2f7e899b4a1


# d82e160e 17-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 80d7e671c40763a31200f5073df6097dfda2ffc1


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

Merge

Hg-commit: 892ed473e2e34c115b43d56298467211ba063909


# 79a82989 14-Apr-2008 Hong Zhang <hzhang@mcs.anl.gov>

bugfix as reported by [PETSC #17578] KSP blues

Hg-commit: 77279f7e1f3a5a9d8c49165e6e3c2659118e12a1


# 4a3bcbf4 02-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

changed some (very outdated) uses of code like
if (size == 1) {
MatSetType(mat,MATSEQ****)
else
MatSetType(mat,MATMPI****)
}
to simply use
MatSetType(mat,MAT****)

Made MatMatM

changed some (very outdated) uses of code like
if (size == 1) {
MatSetType(mat,MATSEQ****)
else
MatSetType(mat,MATMPI****)
}
to simply use
MatSetType(mat,MAT****)

Made MatMatMult****() manual pages a bit clearer

Hg-commit: 83bbcad2d4a668c5837dd6609fde0c812f94edce

show more ...


# ae0a16a2 20-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: cf3ef9581d2ceb86cc3b80185673d2d80a8faf5e


# ef318b3c 19-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0d772d7014ef64d82e1c9181c6197cb0244eb48b


# c349612c 19-Feb-2008 Hong Zhang <hzhang@mcs.anl.gov>

move the declarations up (see [PETSC #17326])

Hg-commit: c8143ae949b29220957d6bdd2c8246c21537d045


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 60f69c44 15-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54


# 781b3001 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e


# e0156e0b 11-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016


# 780a600e 05-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


1...<<31323334353637383940>>...46