History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 951 – 975 of 1525)
Revision Date Author Comments
# 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


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

Merge

Hg-commit: d08cd9807c22bb8c2eb753efdcc25ad0499b7dc7


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

much more corrections for MatScalar

Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53


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

Merge

Hg-commit: df9582c2f8253d21954d93b0a289f8091bee56ba


# 62bba022 02-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

started support for in-block shift for ILU

Hg-commit: eb0884a63911c1ee92e1267fbd4eb2e94fcb5b3d


# ef53ae97 30-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d0b58a41bb8e502d0c9a9eac659e0027a2abc643


# 97e5c40a 30-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

removed horrible _MatScalar macro code from BAIJ matrices that provided very crude
support for single precision matrices.

Hg-commit: f78eee6ffd3e8ccc40a301ff8b29aebaaed64435


# dbefa33d 28-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: bf61e6626fd829977ea46dc50931d6e9b988a6f6


# 0805154b 26-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All()
Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases
Added some error checking for overf

[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All()
Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases
Added some error checking for overflow for cast from PetscInt to PetscMPIInt

Hg-commit: 7540d46ad0a2abd61067805cfc8cb914325338a4

show more ...


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

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 975378fb 27-Nov-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 187e5058f9a274adb6a2720d5a9becda9fa839b7


# 6d3beedd 27-Nov-2007 Matthew Knepley <knepley@mcs.anl.gov>

Added 1,6, and 7 to MatRelax for SeqBAIJ
Removed some debugging prints

Hg-commit: 03a67f501887a154e5095b80cf2443d27897f07b


# eb0a9663 18-Nov-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f54d5a9a85d28e136f39c22009cb0415a15d86fc


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 12b58dce 13-Nov-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 247c6f8bd89760bef3ab77748fd043d3aa168b36


# 9985e31c 12-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

more error checking for MatCreateSeqAIJWithArrays(), that the columns are sorted
now provide ja in call to MatGetRowIJ() for SeqBAIJ matrix and not block compressed

Hg-commit: fe251f0a1a3e99589f8859

more error checking for MatCreateSeqAIJWithArrays(), that the columns are sorted
now provide ja in call to MatGetRowIJ() for SeqBAIJ matrix and not block compressed

Hg-commit: fe251f0a1a3e99589f8859e35604a2d9ff1b61ad

show more ...


1...<<31323334353637383940>>...61