| 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 |
| 5c07ccb8 | 04-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added event counter for multiphysics example functions added improved coloring for dmcomposite that uses coloring from each dm
Hg-commit: b0839793e9d9d172f285b78009462ff96493f231 |
| dfef70bd | 02-May-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: rm PCMGSetR() from the coarse grid level
Hg-commit: d968c0bef3a924d1a091b06b7e42f9bcc531fb61 |
| 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 ...
|
| 2616f682 | 01-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
windows complex compile fix
Hg-commit: 45d8fe9e755b8a6fd7448b3400be3f54251fd7b5 |
| 0f77fa87 | 30-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added insertion of PCMGSetR() on the finest level if user did not supply it Re: [PETSC #17661] BUG in PCSetUp_MG()
Hg-commit: dbe88d790cb53903f26a67bb0d4e8d46be992345 |
| 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 |
| 4aa34b0a | 23-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898d508418
show more ...
|
| 1f5c2bcc | 21-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -np to -n for option used to pass number of processes to mpiexec in PETSc makefiles etc
Hg-commit: 32818c3c1dacc61b71d5dc1de8d364ff38c269b9 |
| f00c4f15 | 21-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f6a969948fc774d5db3e1848efc811933f343dde |
| 75c9b3aa | 21-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: b68b27929454e18ca27dad77c1dec5e007d71381 |
| c5ae99e3 | 21-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17603 fix doc for -pc_spai_epsilon
Hg-commit: 4041e315297924392e621df063c868e57b40bf4c |
| 9989ab13 | 20-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started MatSetSolverType() infrastructure.
Hg-commit: 8ba8e80901ec8496a4baa9ba293294cc72711bb3 |
| 1ab39975 | 19-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to DMMG SNES version to set fields of fieldsplit preconditioner automatically from DM's of DMComposite
Hg-commit: 7c117592b22f4e93b6aa0c4550550a9bdd25b497 |
| cdb490c6 | 29-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to DM, DMComposite and Sliced
Hg-commit: bf307f7fefd57ac3343a863e15a1a665ae98ec9f |
| 16913363 | 29-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for fieldsplit to handle IS
Hg-commit: d177ee36aa4e933ad74ecdae07ad84051d6fe968 |
| 30f3528e | 27-Mar-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: d6f3e7774c72ccb230d682909167fdcfea4e2872 |
| 68210224 | 27-Mar-2008 |
Satish Balay <balay@mcs.anl.gov> |
ML requires defining HAVE_CONFIG_H
Hg-commit: 9f936c68813b2fda7ab87a4930a1372ec1a5fa21 |