| 97969023 | 09-Dec-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add procedual call MatMumpsSetIcntl() in mumps interface
Hg-commit: e6c7ac545edd2773fbcf63f23817ab0c66d89e60 |
| cb5198c7 | 02-Dec-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
clarified docs for MatGetSubMatrix() to make meaning of iscol clearer fixed PetscLayoutInitialize() typo in dev.html to PetscLayoutCreate().
Hg-commit: de24953d939043de14ce97cb27ba03f3dfea84f0 |
| 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 |
| 16cd7e1d | 25-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added viewer for factored Mat_SeqAIJ matrix with new data structure
Hg-commit: 3e4b70f85b42be51705563789af81c5f42989b6a |
| d8c74875 | 19-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
more PetscMallocN() corrections and added streams
Hg-commit: 064a03280dbddda9f26c26fc37639f97dc6e0a88 |
| d1dd32a2 | 11-Nov-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed checks
Hg-commit: 155935042e39f859256c2a2924d7825d8d3733be |
| 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 |
| 41c166b1 | 07-Nov-2009 |
Jed Brown <jed@59A2.org> |
MatSetBlockSize(): check arguments for BAIJ, doc fix
Hg-commit: 90ca53cce18f1135aa99498da55f8b44674ff9ae |
| 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 |
| 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 |
| eeffb40d | 03-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMult_SeqSBAIJ_1_Hermitian() and MatHermitianTranspose()
Hg-commit: 284b8e9149e7268648f12ec58fc3a6cb75e5468c |
| 181dd334 | 02-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
completed development and testing of PCREDISTRIBUTE
Hg-commit: 2029f199885411f50511995d906faa735ee54243 |
| 8ff23777 | 30-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
factor common options for PCSetFromOptions_ILU(), LU() etc into PCSetFromOptions_Factor() rename PCFactorSetPivoting -> PCFactorSetColumnPivot
Hg-commit: 9fc226d4711fc60f38c040374fd14f9fe3620f06 |
| 3f32332c | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fa85fd694d91559ab9b365c55f18d4a3bff0ef69 |
| d9a8e639 | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
typo fix
Hg-commit: 2e2ec79b34d68dcbd3fa3ab5d4e827cd5ea05c75 |
| 186bafed | 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163 |
| 0c3c4d68 | 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Put in missing CHKERRQ
Hg-commit: 6f36fd2afe926612979617e8a0d5e90837c3c4c1 |
| 4108e4d5 | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed _Inode to _SeqAIJ_Inode to make clearer the relationship between inodes and seqaij
Hg-commit: ad72f3aa29dc86f484fa9ca80f5a4b665e5507a3 |
| 41f059ae | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatRelax() to MatSOR() to match MatSORType and PCSOR
Hg-commit: e68531df6999d872cd12e8f3ab1ea488c58078d8 |
| b46d4c08 | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
merged MatPBRelax() into MatRelax()
Hg-commit: 3d344c76b2c09e12ace3895dd9377e291398b167 |
| 26283091 | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to PetscLayout
Hg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b |
| 7a2fc3fe | 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to be pointer to _p_PetscMap changed PetscMapInitialize() to PetscMapCreate() and also have it malloc the space
Hg-commit: 2d1edc265bc1b52b0bfe730b4711ac37a11744fd |
| b22b330c | 27-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatNullSpaceSetFunction() for Fortran changed the function calling sequence to take MatNullSpace as the first argument
Hg-commit: c93e4c0dfd121a1c0fc75ca12ee19bdc3ca15a07 |
| 95c3d536 | 23-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after pull of patch from 3.0.0 missing support for default fill for MatMatMultTranspose()
Hg-commit: 9dd2b012d6aaed531166ab1f30b9807d8500eeb8 |