| 2ed38d0b | 22-Jan-2010 |
Jed Brown <jed@59A2.org> |
sbaij: avoid memory corruption on the end of a->diag
These uses were not updated when the malloc changed from size mbs+1 to mbs.
Hg-commit: 3c8b91a3a7d863a8bba3ec43ce3957023baa5816 |
| b98bf0e1 | 22-Jan-2010 |
Jed Brown <jed@59A2.org> |
MatSetValuesBlocked_SeqSBAIJ: don't silently drop lower-triangular entries
for consistency with MatSetValues_SeqSBAIJ
Hg-commit: 7caa8cec65de3a63a8f7a2d8b8d6b1162340194e |
| 75567043 | 16-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
correcting of 0 assignments to double to be 0.
Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543 |
| 0be760fb | 01-Dec-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable cholesky factorization with new data structure for seqaij format
Hg-commit: e48790f0df7ecb45919e5c3cbaf6d42481c0b54a |
| da93591f | 29-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_ARCH/conf/base and added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option
Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58 |
| 270e0e4f | 24-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e53821f6783bab6e6da73819955d892626fece60 |
| 533163c2 | 24-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of fixing to use PetscMallocN() for several files
Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01 |
| 293d3d0a | 23-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
trivial cleanup MatConvert_MPIAIJ_MPISBAIJ()
Hg-commit: 4579b24fd0e8a80a7bc9b54bb975eda60ada3c84 |
| 549719c3 | 23-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
fixed preallocation
Hg-commit: 1e2835e0460bf67f30560b2c94acdff24d9cfd70 |
| 87f3aed4 | 23-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatConvert_MPIAIJ_MPISBAIJ()
Hg-commit: 125dd352921196976cd2f65321582eceb27d991a |
| 4695d845 | 22-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
fixed typo
Hg-commit: 92e232b1d89c3b323024b46a114207d8c849365f |
| 1667e675 | 22-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
bug fix
Hg-commit: d3ed50630d8b31c6e7ee5ab2ea0141d45e548a18 |
| c4688eaf | 21-Nov-2009 |
Jed Brown <jed@59A2.org> |
Necessary MatConvert_MPIAIJ_MPISBAIJ prototype and fixed typo
Hg-commit: 52901a51df62c760ecf4921fbc533714e6b0a14b |
| 949f5904 | 20-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added MatMPAIJ to MatMPISBAIJ conversion routine Not tested yet!
Hg-commit: 3313a4e353eac0f5f831fe53666d5a82226c0f3a |
| d8c74875 | 19-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
more PetscMallocN() corrections and added streams
Hg-commit: 064a03280dbddda9f26c26fc37639f97dc6e0a88 |
| 74ed9c26 | 19-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
updated more files to use PetscMallocN() instead of single malloc with ugly operations
Hg-commit: 06b9e8a2056c1ddd773610bbb1de775ec9eddee0 |
| 6363de48 | 12-Nov-2009 |
Jed Brown <jed@59A2.org> |
MatSetBlockSize for SBAIJ
Hg-commit: 51786ee77a329efe5929ae68b197479011aa0015 |
| 71fd2e92 | 11-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added check on PetscValidScalarPointer() to all the MatSetValues_() routines to check for non-double aligned
Hg-commit: 1f2e574d0828af632142de782d665f4dded95c8f |
| e37c4368 | 06-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: dab6e8ec0fe71ad4fe0f4bf2ee374ce51b18f40d |
| 65460251 | 06-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PETSC_USE_SINGLE etc to PETSC_USE_SCALAR_SINGLE to make clearer that this variable is related to defining the scalar type
Hg-commit: 091ca03e9ad7a91d59048671631a058ed1b9044d |
| 471cc821 | 04-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable implementation of MatConvert_MPIAIJ_MPISBAIJ(), but not implement yet.
Hg-commit: 065c7b7b3610a870ce9c1e9da3227b798622944a |
| 7625e91f | 04-Nov-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: b723e36a33b01b236644b171b2ed49e502be881c |
| 633214b2 | 04-Nov-2009 |
Satish Balay <balay@mcs.anl.gov> |
remove execute permissions from sourcefiles
Hg-commit: 51e6d6c8360e0f44051ea90e634ee2c0b115205d |
| 547795f9 | 04-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add support MatMult() for Hermitian matrix in mpisbaij format add MatMultHermitianTranspose() and MatMultHermitianTransposeAdd()
Hg-commit: bd3ee2c07764767e1715e99fb8df83bd35b221a3 |
| 0bc54ff2 | 03-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
simplified setting the MatMult pointer for SBAIJ when Hermitian matrix
Hg-commit: a11735c5870dd2175637eee7b3edf780eaa4f6ff |