History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1651 – 1675 of 2495)
Revision Date Author Comments
# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


# 3ceee098 29-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7c4e5bfcddfc925f88778c73d07402950f612cbe


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

fixes for complex numbers with MatGetFactor()

Hg-commit: 96c21a6619637c708bd5d6c3d6564fc075f37818


# 3c215bfd 24-Jul-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added serial Matrix Market viewer for Victor

Hg-commit: 53d1dd22a0cddf60a141e80d6db4930f75e8b6bb


# 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


# 16371a99 25-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

finished DMCompositeSetCouplingLocations()

Hg-commit: 9d5d83d727cc4011e5d969b7d13e16863d53517a


# bb3a11f2 25-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7b085f52e6c2d343ae89db49ad968a4545ff05dc


# 8cf70c4b 24-Jun-2008 Satish Balay <balay@mcs.anl.gov>

some const fixes for cxx build

Hg-commit: fc2d3774b05d20d5cba19490dfbb10320972bf9e


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


# 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


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

again I was checking *matout vs A when reuse was MAT_INITIAL_MATRIX so *matout
was not initialized and valgrind chocked

Hg-commit: a294f51766ee1fb1e137fa155a98da00d66ab152


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


# 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


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

use inline macro for axpy in matmatmult_seqdense_seqaij

Hg-commit: 49374d36d16f5fca103086181eef609f1c83ab57


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

added MatMatMult_SeqDense_SeqAIJ

Hg-commit: fde6ee0a7b5f82fe794d25ff9d5075b047d1db23


1...<<61626364656667686970>>...100