| #
1d6018f0
|
| 08-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
Support for dynamically embed Python and use petsc4py
Hg-commit: a45d78b8f61d623c0579617c9e88faa63956e4c1
|
| #
b5e56a35
|
| 06-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij removed unused variables from pastix.c pastix works for me for seqaij and mpiaij, but not sbaij
typo fix in superlu.c
Hg-commit: b237a
added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij removed unused variables from pastix.c pastix works for me for seqaij and mpiaij, but not sbaij
typo fix in superlu.c
Hg-commit: b237a972f2bdea6c2b81622f0e7da4bfe20b13c3
show more ...
|
| #
8452f6a8
|
| 03-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 156f88747aa27143072a47aadcbab5829f0d3b0b
|
| #
7d96f2b1
|
| 02-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 84ca21d373912d16176dfeb2d83f6e46557d8c01
|
| #
cdfaad1a
|
| 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: ea23c2b63df157f9d93cd835b6ff9e071dbbd828
|
| #
b6806ab0
|
| 02-Dec-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MAT_SOLVER_PLAPACK into MatSolverPackage
Hg-commit: ebf37befbcd1c93578b3edf115b205068610be73
|
| #
3bf14a46
|
| 02-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
[PETSC #18678] Added PaStiX solver
Hg-commit: 664c8b2bc5caaa64879e3b935e66c898d4101618
|
| #
28b2fa4a
|
| 13-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added a new option - MAT_UNUSED_NONZERO_LOCATION_ERR indicates when unused space has been allocated
Hg-commit: d10d5d18ac9b373ad66e42b56d03063833c579c1
|
| #
b82387b3
|
| 06-Nov-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 1160f0bdc7289fb8582bad2a2d875a9bdab45d7d
|
| #
f75843d2
|
| 06-Nov-2008 |
Satish Balay <balay@mcs.anl.gov> |
remove duplicate prototypes [patch from Jed Brown]
Hg-commit: 70b58442b5eb3a97a5a4161861bd95faa77c90e9
|
| #
667c2cab
|
| 03-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 23362bf2b1f5f3828bd823a4ef27b9d92b214cc3
|
| #
7973ad04
|
| 01-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_VIEWER_BINARY_NATVE - did we really need both PETSC_VIEWER_NATIVE and PETSC_VIEWER_BINARY_NATIVE? especially since they both worked for binary viewers.
Hg-commit: a9ea4d838b2b41a712e
removed PETSC_VIEWER_BINARY_NATVE - did we really need both PETSC_VIEWER_NATIVE and PETSC_VIEWER_BINARY_NATIVE? especially since they both worked for binary viewers.
Hg-commit: a9ea4d838b2b41a712e9283e038fdfbf98b87828
show more ...
|
| #
2966e336
|
| 30-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b21f1d9be4eabb0bcd8bf0e8f6b9017c8df1d44f
|
| #
34a03471
|
| 30-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 21a5b8c1e8dc0339c25993a6366fec34498a45f7
|
| #
85317021
|
| 30-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved much of the PC_Factor methods inside the individual ilu/lu/icc/cholesky files into a single copy in the factor directory fixed output from some example tests that do -ksp_view to contain the
moved much of the PC_Factor methods inside the individual ilu/lu/icc/cholesky files into a single copy in the factor directory fixed output from some example tests that do -ksp_view to contain the new solver package information that is now printed
Hg-commit: f303c70be042abf5c2b17ed52c7a90c376106dc8
show more ...
|
| #
eccdcbdc
|
| 30-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: fed3f0475c4939936354d3b4df5a86f70ba26a8e
|
| #
6d7c1e57
|
| 30-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatCompositeSetType() MatComposite can now do multiply in addition to add
Hg-commit: 4c5e06c87351afd0630cd1b00305dc0ca4344355
|
| #
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 ...
|
| #
cb7ce15b
|
| 22-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed the fields global_rows,local_rows,global_columns, local_columns from MatInfo, use MatGetSize and MatGetLocalSize() for them
Hg-commit: 78d941d9001c5868c11be1ce407f40043f4c6761
|
| #
0e8af3ca
|
| 14-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added MatPartitioningGetEdgeCut()
Hg-commit: 4d132a3aaf18f6a1f05fa1f6bf5d9a2ff4b39b36
|
| #
e7e45bfe
|
| 02-Oct-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge
Hg-commit: 4ce41ec671603b3855f0eec1c3fc7254a50c8b77
|
| #
dddc040d
|
| 01-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bf59f2c1a10db5ae6995f3b6d04d7c27a6b97294
|
| #
c87e5d42
|
| 01-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added MatGetRowMinAbs()
Hg-commit: 641ef60822bb7bdb01f8731c75ca4e57cbd2fc5b
|