| 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 |
| 41df41f0 | 25-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed compile errors
Hg-commit: 7ab4578a70302650f6bef425fa2d82f24616bb34 |
| ff2c26e0 | 24-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked like they could be done automatically
Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72 |
| 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 ...
|
| 2877fffa | 22-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
set MatView_<external_package>() in MatGetFactor_<external_package>()
Hg-commit: aec55a7005d8bae13dd5d9d1bf137fae1e1741f9 |
| 58e7c4b3 | 15-Sep-2008 |
Satish Balay <balay@mcs.anl.gov> |
#18274 compile fixes
Hg-commit: ea65c94d496cc0831ce85a3aed400e9fa8c941df |
| 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 ...
|
| 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 ...
|
| 70e08fbd | 06-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed memory leak with Cholesky and ICC for SBAIJ and BAIJ matrix where symbolic factor code still created the matrix which overwrote previously created on in MatGetFactor()
Hg-commit: 004365b23b
fixed memory leak with Cholesky and ICC for SBAIJ and BAIJ matrix where symbolic factor code still created the matrix which overwrote previously created on in MatGetFactor()
Hg-commit: 004365b23b932dc789fc52b26934cbf91e4431b7
show more ...
|
| cf12db73 | 05-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
cannot have I as a variable name in PETSc !!!!! because complex.h in C uses it for i.
Hg-commit: 0b1b705549da3f45ed33ac435fda344af5a35c27 |
| 43244d56 | 26-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MAT_SOLVER_PETSC and put its use in to replace "petsc"
Hg-commit: fb5c62a1c792f5910ab22585ae231ff32b4b671f |
| e631078c | 25-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added missing extern c for some MaGetFactor_xxx removed bunch unused variables
Hg-commit: 95407373c569558193655cc2e23b071536b3da2a |
| 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 |
| 8cf70c4b | 24-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
some const fixes for cxx build
Hg-commit: fc2d3774b05d20d5cba19490dfbb10320972bf9e |
| 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 |
| 356650c2 | 19-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added const modifier to some blas and fortran kernal function prototypes that were needed after recent additions of const to variables in various petsc routines. petsc-maint 17862
Hg-commit: 352b
added const modifier to some blas and fortran kernal function prototypes that were needed after recent additions of const to variables in various petsc routines. petsc-maint 17862
Hg-commit: 352bfef823533ed82fb86ac3a1dff827c6d78047
show more ...
|
| 725b52f3 | 11-Jun-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
add MatSeqBAIJSetPreallocationCSR
Hg-commit: e56bf89af2b2fb3cdf10f48e1841cdee9d52c145 |
| b8d659d7 | 11-Jun-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fixes for MatMPIBAIJSetPreallocationCSR
Hg-commit: 8fb3efbfea02cfee9436b93864e4fdf8c5911ac1 |
| a27a9864 | 06-Jun-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix error checking using ancient macro PETSC_OPT_g
Hg-commit: c54306812277785e06078ffc1fa45a44f93736f3 |
| 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 ...
|
| 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 |
| 9189402e | 04-Apr-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
initialize idx in the interface MatGetRowMaxAbs() instead of MatGetRowMaxAbs_xxx()
Hg-commit: 97c7a21b689e8f747918fb86b44687c6e389e8b9 |
| f29e339b | 01-Apr-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for the case MatGetRowMaxAbs(A, ,PETSC_NULL)
Hg-commit: 2c47f1741852d205f2c6393c18a2b5e6d266e527 |
| c78e9cdc | 28-Mar-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
initialize idx=0 as complained in the nightly tests
Hg-commit: 2595a879280f92ef82dff1e09f564ec6145daa53 |