History log of /petsc/src/mat/interface/matrix.c (Results 2376 – 2400 of 3231)
Revision Date Author Comments
# b23e956f 05-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c252723983d2baef02ecb448e6a9a608900ee72f


# 9fe9fbd5 04-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

forgot new location of PLAPACK

Hg-commit: a79777415007179ca9ebf6ab22e7d1bfefbacf17


# fc73b1b3 04-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

nightly build fix mpiaij.c MatTranspose() fixed bugs introduced when added MatReuse flag

Hg-commit: 4455e171e4c2222a67c6f85b46baad0a0df0a8d8


# 600fe468 03-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

mv plapack source code for MPIDENSE out of its own directory
and fixed plapack test examples

Hg-commit: ff571251b49cc9991a8308a51ed4656908efeec4


# 355a108d 03-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 722da13b860c3b9cf8dd2bf1b0ceaab0718e3da5


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

added MatReuse as second argument to MatTranspose()

Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5


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


# 170fe5c8 02-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatMatMult_SeqDense_SeqAIJ

Hg-commit: fde6ee0a7b5f82fe794d25ff9d5075b047d1db23


# 7c54600c 01-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed ex15f.F that uses PCSHELL to also use PCShellSetSetUp() and PCShellSetDestroy()

Hg-commit: 303da9e00c1aec557afcb32664583af7c55b997f


# 7546e839 01-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added missing MatRestoreArrays() to MatMatSolve_Basic()

Hg-commit: 90218c2a7f566d5256fd9c1ba8637c1780e7268d


# d951c369 01-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatMatSolve_Basic() for when custom is not provided

Hg-commit: 83bf7edc043d16ce803ffeab8de597945fdf28e3


# 13f5280d 29-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 49631eb48ce7c77ba8a0a4dc2e650ce6218f89f7


# ab49fe9c 28-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Doc fix

Hg-commit: 70d7b4902d9e67a0d5cff0ff4173d92d880c1475


# fd087143 11-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d08cd9807c22bb8c2eb753efdcc25ad0499b7dc7


# dd882469 10-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

removed bdiag matrices

Hg-commit: 1be12c9db397a1bdabe3ea2eec11d0d6ffedb717


# 492ab028 06-Feb-2008 Peter Brune <brune@cs.uchicago.edu>

merge; quality metrics for hierarchy stuff

Hg-commit: ea8d0ad2402e34ff7ad19d90c3ac462f30d921bc


# 49d2556c 05-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df9582c2f8253d21954d93b0a289f8091bee56ba


# cb2b73cc 05-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

MatConvert() in place with the same matrix type will just return
imediately since no conversion is needed

Hg-commit: 7af6f817e522428ea0fc442bff37cf0840d984ab


# dd13b823 24-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ec992d8b0156f49343e3bf7657a2c44fffe08b23


# 500298ef 24-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 655c3810b2fb2baf42b140c520738b7e3f072712


# 28529972 23-Jan-2008 Satish Balay <balay@mcs.anl.gov>

bin/maint change & document generation fixes

Hg-commit: c5a68a49d49e55961cbc5dae45c83d2c22ef0fab


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 0229d381 21-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 4b796613330e0d9282b827b1e897b9d121013872


# d9fead3d 20-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

added a bunch of "const PetscScalar*" to arrays in numerically intensive routines
with the hope that compilers may optimize the code better.

Hg-commit: 8409352f96b7695fb8593bf882ff6a37117d6069


# 0757f6cf 17-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5b7ad62a8624e3746d2613bc0758bceeab96f16a


1...<<919293949596979899100>>...130