| 13ff0d3f | 07-Jan-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
set ops->solvetranspose in MatLUFactorNumeric_SeqAIJ_newdatastruct() add test for Shri's MatSolve_SeqAIJ_newdatastruct()
Hg-commit: bd234b5d527cb3740304b821c5133aa810dc3627 |
| d1fa9404 | 06-Jan-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added MatSolveTranspose routine for SeqAIJ with new data strucuture
Hg-commit: fc189bba3206155f57d27eae424d2f3b029bff10 |
| 0089a975 | 06-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after pull of patch for 3.0.0 MatDuplicate_SeqAIJ() that used n for rows and cols
Hg-commit: abdaa2496820259fa512da5e937c955b3304a35d |
| 4b6263ac | 06-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix, MatDuplicate_SeqAIJ() always used n for row and column size
Hg-commit: 2c3bc72940064c661e6e22d4c86afbdbd6c45ecb |
| d6e78c31 | 05-Jan-2010 |
Satish Balay <balay@mcs.anl.gov> |
fix c syntax
Hg-commit: 4672fb4f25cd35737bf755182c0ee87d59ee9544 |
| 7b394798 | 25-Dec-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge from release
Hg-commit: e68deefce83a763f408358290234a210cf6f116f |
| fd3f55cb | 25-Dec-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed a potential overflow
Hg-commit: f4ec4e8399780c463817a9f7c0e231622548321c |
| 98a93161 | 04-Dec-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add zeropivot scheme into MatCholeskyFactorNumeric_SeqAIJ_newdatastruct() add tests for zeropivot
Hg-commit: f74e515775ce67b6ee1299fe8b514a586091f929 |
| 1bfa06ea | 02-Dec-2009 |
Jed Brown <jed@59A2.org> |
Fix Malloc2 being freed separately, several places in aijfact.c
Hg-commit: dc4b97252ef8c05e96f0897a653d9100136e7940 |
| 0be760fb | 01-Dec-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable cholesky factorization with new data structure for seqaij format
Hg-commit: e48790f0df7ecb45919e5c3cbaf6d42481c0b54a |
| c5546cab | 30-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatCholeskyFactorNumeric_SeqAIJ() enable icc with levels>1 for newdatastructure
Hg-commit: b92cb12183865283d31284b3ce1fac4fb26ecafe |
| a6df321f | 30-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
minor cleanup
Hg-commit: 0a9e2825748d691ce9f8a33c26957e18dc8f1c7c |
| 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 |
| 4b6ac393 | 18-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in MatApplyPAPt_Numeric_SeqAIJ_SeqAIJ()
Hg-commit: 1e2e9d16b86452988278fcf55d0ad6fbfb9fc531 |
| 23bdbc58 | 17-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
inserted a few more PetscMallocN() to replace horrible manual multi-mallocs
Hg-commit: ae671dcefc77b91e214e2edb3ba1693fff38f861 |
| 0e83c824 | 17-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed a few more places that should have PetscMallocN() instead of currently ugly management.
Hg-commit: 0dd122d345dd22def0c7686de6381caf4ec39aa9 |
| 1df811f5 | 12-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatILUFactor_SeqAIJ_newdatastruct() A new factored matrix replaces original matrix, not a truely in-place ILUFactor yet.
Hg-commit: 91b0681184393e3d9164d75f2c8c31b1eb5b6b4b |
| 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 |
| b4f5729f | 08-Nov-2009 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Clean up - Removed new data structure version 1 Symbolic and Numeric factorization routines for MatSeqAIJ
Hg-commit: 49f3a6caefdf2814d1fb782701a069ba7f00b53f |
| 41c166b1 | 07-Nov-2009 |
Jed Brown <jed@59A2.org> |
MatSetBlockSize(): check arguments for BAIJ, doc fix
Hg-commit: 90ca53cce18f1135aa99498da55f8b44674ff9ae |
| 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 |
| eeffb40d | 03-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMult_SeqSBAIJ_1_Hermitian() and MatHermitianTranspose()
Hg-commit: 284b8e9149e7268648f12ec58fc3a6cb75e5468c |
| 8a76ed4f | 30-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
update comment for icc new data structure
Hg-commit: 4d53f40c553e8523666a783015a61ddd97feda1d |
| 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 |