| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
d5f3da31
|
| 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is
Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
|
| #
73a00fbb
|
| 10-Mar-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040
|
| #
0d2fba3e
|
| 09-Mar-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5
|
| #
b3866ffc
|
| 08-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed support for using Matlab LU and ILU solver from PETSc with Matlab engine. Also can put and get AIJ matrices to Matlab.
Hg-commit: cd41245d5e93414eca3b705e03c23057c94be31f
|
| #
8638ae8f
|
| 19-Feb-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 9bb765ad4a224cc4a92c83ab8c7fa94c067177f4
|
| #
fe97e370
|
| 19-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed public interface for MatILUDTFactor*, this will now be handled by regular MatILU/ICCFactor* interface
Hg-commit: b130c3ab430985359fffc88a9c93110f07b98d13
|
| #
5a38e5a7
|
| 31-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 898478a0151d5f67146abb1cee13f10aa05ed307
|
| #
bb4dd2d8
|
| 30-Jan-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 65b55d57390316757706c6fb7580f526a9be562f
|
| #
f75d6de4
|
| 30-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
I screwed up the fix
Hg-commit: 1512839750b62b8cdb9463f64013ddeddea6e5ef
|
| #
62179229
|
| 30-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fix for Matlab
Hg-commit: 387e233fe3b685b7cfd97b2e3923310c76964764
|
| #
0e12234d
|
| 30-Jan-2009 |
Satish Balay <balay@mcs.anl.gov> |
[PETSC #18960] Error Compiling Petsc with matlab [From Hong]
Hg-commit: 72977afac42cf0c4aa328863580cd0283583f1bd
|
| #
41c8de11
|
| 09-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed up linearsolvertable.html for new approach to external direct solvers, fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc
Hg-commit: 559872e478fd5924356bb412b
fixed up linearsolvertable.html for new approach to external direct solvers, fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc
Hg-commit: 559872e478fd5924356bb412b1d4573c23d52501
show more ...
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
7c4f633d
|
| 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -I$PETSC_DIR from make system and changed the corresponding #include "src/dsdsdsds" to "../src/sdsdsds" in the source code
Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
|
| #
9e5a995e
|
| 26-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c
|
| #
0c85ee0b
|
| 24-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e
|
| #
35bd34fa
|
| 23-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get the same information. It's a dirty solution...
Added MatFactorGetSolverPackage(), also properly printed with -mat_view_info and -ksp_view
Hg-commit: d45534d976bbd57e4a4d4c4173150bb1403ccc76
show more ...
|
| #
156180f9
|
| 29-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix and cleanup for MatILUDTFactor_Matlab()
Hg-commit: 692869e924a6f33933129b3079ba8ffd6f1d8b3b
|
| #
0481f469
|
| 28-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.
Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf
|
| #
4d86989b
|
| 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 705586efcbf3a013a2d07f190256fbe745d46d34
|
| #
404197b7
|
| 26-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161
|
| #
f0523c5f
|
| 26-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for Matlab engine
Hg-commit: 2a705c037dc12432cb824bb7e7b0622de017b03f
|
| #
fd5f9c01
|
| 01-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819
|
| #
5c9eb25f
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
basic transistion to new model for external direct solvers all tests pass
Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52
|