| #
f1301baf
|
| 25-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702
|
| #
10e9db80
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Pulled in changes from petsc-dev. make tests passing. Everything looks good.
Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25
|
| #
336babb1
|
| 24-May-2012 |
Jed Brown <jed@59A2.org> |
Use Chebyshev(2)/SOR as the default PCMG smoother, norms disabled, skip convergence test
Hg-commit: 234274ab894d8b2f56dc8997c6e19d966726c4cb
|
| #
eec35531
|
| 02-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
Make a new logging stage for PCApply_MG if -pc_mg_log is given
Hg-commit: f18fee1824cc7f3036264d3ed0554874d7b6622d
|
| #
a9db87a2
|
| 01-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added an optional stage for PCApply_MG since I cannot understand the MatMult() numbers without it
Hg-commit: ba95c49b8ac6efdea07e579e6a9f3ed9e26ca556
|
| #
01bc414f
|
| 26-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Initial design of DMAKKT: algegraic coarsening of KKT systems based on GAMG.
Hg-commit: 7a6b4668cbe739ac780e3e1d115967b4ccbdcf05
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
ad74a23b
|
| 08-Apr-2012 |
Jed Brown <jed@59A2.org> |
merge PGMRES
Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601
|
| #
98e04984
|
| 06-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed logic for when preconditioners for smoothers and coarse grid solver have new matrix built from DM and are set on the finest level from original matrix. Previous code was not properly forcing re
fixed logic for when preconditioners for smoothers and coarse grid solver have new matrix built from DM and are set on the finest level from original matrix. Previous code was not properly forcing recomputation of new matrix for nonlinear problem and hence building of new preconditioner
Hg-commit: c1d3ff4c3b5056debd6cc0575adcce295ca730b6
show more ...
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
2ee06e3b
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
The comm argument to DMCoarsen or DMRefine should not use PETSC_NULL, it should use MPI_COMM_NULL
Hg-commit: ebfd90d136e614e3f7e877dc536ab77f25382894
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
23c403bd
|
| 20-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 8c62da4270bb6cc4d6d6af2d0f9014680dd4b07f
|
| #
ccceb50c
|
| 20-Mar-2012 |
Jed Brown <jed@59A2.org> |
Use KSPGetDM() to ensure that a DM (possibly an empty DMShell) exists while configuring PCMG
Hg-commit: 4867ba0f779ee90d100de07b8b285e9745f292f4
|
| #
caa4e7f2
|
| 20-Mar-2012 |
Jed Brown <jed@59A2.org> |
More progress on dispatch for multi-level methods without special support in DM base
Hg-commit: 289472ac6fe2b34ca5d55e677d30c00c285f8aeb
|
| #
fe86f630
|
| 19-Mar-2012 |
Jed Brown <jed@59A2.org> |
Add KSPSetComputeRHS() and KSPSetComputeOperators(), pointers are cached in KSPDM which is composed with the DM
This follows the new model in SNES.
Update all examples to use the new interface. DMS
Add KSPSetComputeRHS() and KSPSetComputeOperators(), pointers are cached in KSPDM which is composed with the DM
This follows the new model in SNES.
Update all examples to use the new interface. DMSetFunction() and DMSetJacobian() should no longer be used with KSP.
Hg-commit: ca4323c0c0ed3cb566e4c6aa729880801d875c36
show more ...
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
8cf6037e
|
| 18-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
more information in PCMG manual page
Hg-commit: 99dc6c2d0c8e1623a7d4fb3772e2b422eb729543
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
ce4cda84
|
| 11-Feb-2012 |
Jed Brown <jed@59A2.org> |
Fix mg->galerkin==2 option to allow DM to exist without interfering with externally constructed hierarchy.
Hg-commit: 00f0b6ec72c348e5fb0cf8d2e02caa3fb1b74a58
|
| #
c88c5224
|
| 11-Feb-2012 |
Jed Brown <jed@59A2.org> |
Add PCMGGetRestriction(), PCMGGetInterpolation(), and PCMGGetRScale()
Hg-commit: 7cbbff69d6fc73da97a5f44fd84769d5981e0e46
|
| #
e3608de9
|
| 30-Aug-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
fixing my repo.
Hg-commit: a498a5255cac6a310f8d238d4b714b208023068b
|
| #
13fdb3ac
|
| 30-Aug-2011 |
Jose Roman <jroman@dsic.upv.es> |
Add explicit cast to make C++ compiler happy
Hg-commit: 3323d5c80976f90ffe05798be52094e9b25609cf
|
| #
09ebb075
|
| 30-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1e69c6a962c224fed3b44cc2330b390f9d91c58e
|
| #
c91913d3
|
| 30-Aug-2011 |
Jed Brown <jed@59A2.org> |
Add PetscBool argument to PCMGSetGalerkin(), fix reporting of Galerkin when PCMG is used via PCML.
Hg-commit: 10e08af7077029d7413061e446472ae36f219b62
|