| 5d00a290 | 02-Dec-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup plapack interface add tests of plapack
Hg-commit: 5db96fdc7032f1a8281dee68a37d333571b5b558 |
| 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 |
| 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 ...
|
| fe9eba3d | 22-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed last uses of global_rows etc with MatInfo removed cast with DMUMPS_REAL stuff in mumps.c, just caste with PetscScalar
Hg-commit: 282bdabaf64fcd1e9eff701c62fc11d77269675c |
| 85bd4cef | 01-Oct-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for plapack interface
Hg-commit: d8d81e6b8b95e36b19a80d166a2868fa11f09b60 |
| 449ba078 | 01-Oct-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatDuplicate_mpidense().
Hg-commit: 6f1c56c1f729c4f1e8b5fd2f06e97514487b4153 |
| 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 |
| 5d0c19d7 | 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
ISGetIndices() returns const array, it is not something that should be changed
Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257 |
| a093e273 | 24-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed PLAPACK factorization routine and MatLUFactorNumeric_SeqDense()
Hg-commit: e9145db1c6be7bd296c5d01a28784ce2ab772284 |
| 719d5645 | 24-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix 2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization the assigment o
1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix 2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization the assigment of the MatSolve pointer is now done in the numeric factorization (This is because only then do you know the right pointer that should be used)
Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4
show more ...
|
| c2586ae5 | 15-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 5597650a71e9f5d1292a3e28c4aa27800788964e |
| db4efbfd | 15-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set in the function table or in the getfactor moved assignment of solve() i
moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set in the function table or in the getfactor moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor
Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281
show more ...
|
| 9edd6df8 | 11-Sep-2008 |
Satish Balay <balay@mcs.anl.gov> |
add spaces to comment so that bfort ignores it.
Hg-commit: 65d0ba0951998a4968229fb246c61a6e7d3e9829 |
| d0f46423 | 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72
show more ...
|
| 7f6cc9d5 | 05-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge
Hg-commit: e1af96f3ec0cf9f5c1f85ab200a7e8fb6ed87c3b |
| a541d17a | 08-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
a.peyser@umiami.edu Subject: MPIDense row distribution on transpose. Date: September 4, 2008 10:06:36 PM CDT To: petsc-dev@mcs.anl.gov Cc: petsc-users@mcs.anl.gov Reply-To: petsc-dev@mcs.
a.peyser@umiami.edu Subject: MPIDense row distribution on transpose. Date: September 4, 2008 10:06:36 PM CDT To: petsc-dev@mcs.anl.gov Cc: petsc-users@mcs.anl.gov Reply-To: petsc-dev@mcs.anl.gov
used PETSC_DECIDE for local row/column layout of MatTranspose for MPIDense instead of using the transpose of the given layout, like all the other formats do.
Hg-commit: 799c15ac905a55d3ddab0c3b2506cd4f2f95ec94
show more ...
|
| 6c995c7d | 05-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of build error for plapack interface
Hg-commit: 94a1398421275d636088de875b94431016e1c88b |
| ab235cb6 | 01-Aug-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix build error in plapack interface - not done yet
Hg-commit: 9a683f443c215dbb914b207b92da0bbb12984ce4 |
| 207126cb | 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700 |
| 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 |
| a313700d | 24-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved the const out of XXType definitions and into the Set and Get Methods
Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999 |
| f0e3846d | 14-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
replace c++ style comments with c style
Hg-commit: 409221fc4b0988054f4fa7c997094d26ce9bdb50 |
| b24902e0 | 01-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73
show more ...
|
| 575ff022 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0abb3c3b0f4a77d6d1d68b240a2ff94021eabd3f |
| a542b6e8 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab |