| d32f9abd | 12-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
correction to PCFIELDSPLIT to allow the blocksize to be set from the matrix block size previously some of the code was in place but PCSetFromOptions_FieldSplit() forced bs to be 1 if not set.
correction to PCFIELDSPLIT to allow the blocksize to be set from the matrix block size previously some of the code was in place but PCSetFromOptions_FieldSplit() forced bs to be 1 if not set.
Hg-commit: a022ef01b0485f84eb7c6e69a1b4c7bc789b1e9f
show more ...
|
| 31a0a2fd | 29-Jul-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in calling PetscStrallocpy()
Hg-commit: 34c1975360b8fcfa3da6181c3b10c443734e1771 |
| 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 |
| c7393fdb | 25-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatSolveType to MatSolverPackage
Hg-commit: 237da6d33a71fc726cd7c44ec309405456f8c5c8 |
| e690dd95 | 24-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed -pc_mat_solver_type to -pc_factor_mat_solver_type
Hg-commit: 310d7762c101124995adc6876886ba22fa9a871d |
| c62fe420 | 24-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added PCFactorSetMatSolverType()
Hg-commit: eb459177ef24a54b63ec70034319fe5ddf31ab25 |
| 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 |
| cf576665 | 16-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PCView_SOR now prints local iteration cound also added project of fixing XXGet/SetContext() for Fortran
Hg-commit: f72fb33f332963891e96950e3b699a92f281f3a6 |
| 2ae77aed | 12-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added flag for hypre boomeramg debug info seperate from print statistics
Hg-commit: 1f82a78609ce3814efcf5ad5426a7da60b3a2d83 |
| ce751d7e | 24-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e601a1d4489b52dd4b994bcbaede554178eb5e2c |
| 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 |
| e36ff184 | 20-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17844 PCFactorSetMatOrderingType() should use 'const MatOrderingType'
Hg-commit: 422b7dd730259aa6ded1cdcea230c8f65690d965 |
| 05dd20ce | 20-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
revert - as per #17875, #17872
Hg-commit: c00c266b6aa66a660cfd44ad80192b868efadea0 |
| bbff29e0 | 20-Jun-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
More fixes for MatOrdering
Hg-commit: dcde0c2606c4299cb7b215eb6d4190bf6be72e1e |
| 45fa4501 | 19-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b094826e5478ecc96e25cb0a3646768807141858 |
| 797d2ccb | 19-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
over reference counted vector in PCMG
Hg-commit: 931674f91712db08278257e6ef13c4d3ed8432f5 |
| c418f1ee | 19-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 29b1d3527c7e02e50b402d8643da29a34282c6ae |
| 4fdc791c | 19-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17858 fix memory leak
Hg-commit: 7c338cfe5286d1d7c3e1723c646a9bcd7da17f37 |
| a8e6722d | 22-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixes for PCMG_View
Hg-commit: bb8d1a8b1fc64fcd49a440897771cef504c931a1 |
| bf2bf45f | 22-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Indentation fixes
Hg-commit: 2592fb8ddc388d390c72bb7d22bd2771bf7b3736 |
| d792f543 | 15-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
More MG view output and update in Picard
Hg-commit: de10fa7e044dd3d576d6fe67beb5ace85a4e4c27 |
| 166c7f25 | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscEvent to PetscLogEvent Removed initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer needed
Hg-commit: b49d69f3756a139801bd445902e6aa5221450631 |
| a3bc4eb9 | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
working with calling sequence changes to PetscLogEventRegister(), PetscLogStageRegister(), PetscCookieRegister()
Hg-commit: ae944a5cd338f5f744aec5adb18d0222f70f5106 |
| 8cbcd9cc | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscLogEventRegister() returns event as final argument
Hg-commit: 48f3daa4669e948117ab4e8a2d02ec1f90b3dd53 |