| #
a77337e4
|
| 30-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some matscalar issues petsc-maint 16879 was setting an incorrect unneeded disply() in the vecscatter to all and 1
Hg-commit: dcadeaf97580ffbd976fbc9f4c06fb18fc72906e
|
| #
e44c0bd4
|
| 29-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so search did not locate next column MPIBAIJ and MPISBAIJ disassembly set column size to A->cmap.n when it should have been A->cmap.N added error checking for some (PetscMPIInt) casts
Hg-commit: a3c4121ea5c19e05c43e0d0492c8be7228c4775c
show more ...
|
| #
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 ...
|
| #
d52bd965
|
| 25-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 7cd12c7201a8945d6ec89d671a5231bdfbcdea0e
|
| #
54f21887
|
| 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580df
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580dfc1b89607bb4d01ced16bb86d
show more ...
|
| #
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
|
| #
bb8e7c9a
|
| 07-Dec-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 99b397520bc114a19d66bcd32c8d3aaf1a02c4c7
|
| #
cbcfb4de
|
| 07-Dec-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
trivial fix for nightly tests
Hg-commit: 38896df9107410b720cba2ccb0cd56a1b9de392a
|
| #
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 ...
|
| #
865bae8e
|
| 09-Nov-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 31603a991f8c9dbd9cd4c72b30a3514b55817b16
|
| #
7fe06243
|
| 07-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
t after merge
Hg-commit: 39a23f849d19621efbe30bce2419f57813cbd74a
|
| #
2b0b0f16
|
| 06-Nov-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 47eb9c42f06f9c3cc10b309bebce04eb8236cd91
|
| #
aa95bbe8
|
| 06-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
info on checking preallocation in MatXXXSetPreallocation() manual pages
Hg-commit: 7477a10cc44380fe6ef82cc19bde8e54ad70c23a
|
| #
ee118e76
|
| 03-Nov-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: add138ca58378b11ab468b4d12280d31f08b3481
|
| #
c2182d59
|
| 02-Nov-2007 |
Andy R. Terrel <aterrel@uchicago.edu> |
Applying merge
Hg-commit: 995e6fd6b1d37e1f1ffa46c69eefe5baca1b95cf
|
| #
58ebbce7
|
| 31-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
check for missing diagonals on icc symbolic factorization moved log registration of PC_ApplyOnBlocks to centralized location manual pages for snes missing seealsos
Hg-commit: c58a9e025e92941c1670726
check for missing diagonals on icc symbolic factorization moved log registration of PC_ApplyOnBlocks to centralized location manual pages for snes missing seealsos
Hg-commit: c58a9e025e92941c1670726d153686c531a11948
show more ...
|
| #
6f3d5618
|
| 31-Oct-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230
|
| #
5502a70f
|
| 25-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1c5a4a82dd7522bcfe57c9cae517d5c7e1708bc1
|
| #
2ee49352
|
| 25-Oct-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix memory leaks if MatXXXAIJSetPreallocation() is called multiple times
Hg-commit: 0a8d717f30c5e1feb4eb8e400f4c700b17239c47
|