| ef4ad70e | 08-Mar-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
added code for heavey edge matching coarsening algorithm. And a little cleaning up.
Hg-commit: 558a9426d78f6f52554523c1071ee394c83c196b |
| 49bb4cd7 | 05-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
Fixing the logic in the way off-diag matrices are obtained in PC_COMPOSITE_SCHUR
Hg-commit: 2ae0a87d9e7f0bc5efbb1c97c815ce9db6f3ab4e |
| 6901eb4f | 02-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e057c9a5703d1ac53929d0e2ebae799a21c57b0b |
| 6387841e | 02-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed snes ex22.c to create proper size matrix for matrix-free provided by user Note example still crashes for DMComposite reasons
Hg-commit: cd6f65d2983cf7013ea406c29eddca472523aead |
| 5f4ab4e1 | 02-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
Set the IS for columns
Hg-commit: de40a7380a8b799391d3044f531df421fda8f521 |
| 69b1f4b7 | 02-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are
Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3 |
| 0534fa05 | 02-Mar-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix warnings about uninitialized variable.
Hg-commit: 4c9f9e980e372d51031443c11d99b7c0890a4feb |
| c8a0d604 | 02-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Fixed bad merge, DO NOT DO THIS AGAIN
Hg-commit: 61388712f4d8b01aab1d5bb4c36fb563a3aae09b |
| 29499fbb | 01-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
Fixing a small mistake
Hg-commit: 160566797ae23de750f404729c7f082a4e7bfd48 |
| 5d4c12cd | 01-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional field
Moving the ISCreate portion of PCFieldSplitSetFields back to PCSetUp_FieldSplit since the info about vector/matrix layout may not be available depending on the PC object. Also adding additional fields for columns.
Hg-commit: 55721edbdaa2c3907466e667467c5f002c0aa071
show more ...
|
| 9fb9f47e | 01-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: 9d98f8e22bc0f4700d9ef0fc1c212995a73935ef |
| f9625363 | 29-Feb-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
small clean up.
Hg-commit: e403f26fc49d594b150f35cf6b25bf64027904cd |
| b5c4458e | 29-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: 6c72912bfe100ad9bfe05a9f85f900ec37b57a4e |
| 084a8fe3 | 29-Feb-2012 |
Jed Brown <jed@59A2.org> |
Fix reference counting bug in GAMG
Hg-commit: 13a530cb0cb3e1540db3686f970db2b2dc8c9576 |
| 4bcad425 | 29-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
There is no need to distinguish between the defaultsplit and more general cases. Fieldsplit currently breaks when used as part of pccomposite. A fix is on the way.
Hg-commit: c76a20712c0fd4a63472c53
There is no need to distinguish between the defaultsplit and more general cases. Fieldsplit currently breaks when used as part of pccomposite. A fix is on the way.
Hg-commit: c76a20712c0fd4a63472c53867c6e57c3bbfb9a1
show more ...
|
| d5280255 | 28-Feb-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
rearange gamg setup.
Hg-commit: df971b50c6877b214b78bdbc96936cdf907d0d99 |
| c782b122 | 28-Feb-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
fixed a little bug.
Hg-commit: a78fd63c509a9eca3a6da1a5ea49ed61f19a3138 |
| 84d3f75b | 28-Feb-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
modified test ex56 and makefile to show bug. rearanged GAMG setup code a little.
Hg-commit: 8d122fcede25d2a10886989a0ae61d922efb72cb |
| 6801f659 | 28-Feb-2012 |
Satish Balay <balay@mcs.anl.gov> |
revert 865986085596 [as 426b61bef658 got reverted - i.e restroe to 426b61bef658]
Hg-commit: c8ca2919ffd69e735fb8ff78a06e8be1b6c2c750 |
| 725b86d8 | 28-Feb-2012 |
Jed Brown <jed@59A2.org> |
Fix some compilation errors on Cygwin
Hg-commit: fd97cbc27dcc1af33b9a7181f9bf9744b366e0c5 |
| a684401b | 27-Feb-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
small fixes in matrix.c and formating in gamg.c.
Hg-commit: 0fe827189224d0ff0be354d217170aa530955643 |
| 3b03a366 | 27-Feb-2012 |
stefano_zampini <stefano.zampini@gmail.com> |
Major change in BDDC code: added support for MatNearNullSpace attached to Pmat. Added support for possible Dirichlet boundaries. Added MatIsSetLocalMat function to MATIS.
Hg-commit: edfae9e932e7add0
Major change in BDDC code: added support for MatNearNullSpace attached to Pmat. Added support for possible Dirichlet boundaries. Added MatIsSetLocalMat function to MATIS.
Hg-commit: edfae9e932e7add05360869aae109602fe25c8a3
show more ...
|
| 4d343eea | 25-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added DMCreateFieldIS() and used it in PC FieldSplit - Its named Create because it allocates the structures and hands them off
Hg-commit: 9b20da4e48454a41d1ba8295be242cba29048daf |
| b7bde157 | 25-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Put in initial Stokes FieldSplit preconditioners for ex62 - DMComplex in FieldSplit working - Small fix for PetscSection field names - Made ex62 test output more robust
Hg-commit: c6788f7acb985ac860
Put in initial Stokes FieldSplit preconditioners for ex62 - DMComplex in FieldSplit working - Small fix for PetscSection field names - Made ex62 test output more robust
Hg-commit: c6788f7acb985ac86046b1d59e3c2c0b797bc901
show more ...
|
| d2822287 | 24-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Moore work on DMComplex FieldSplit
Hg-commit: 1ef007167f3ca8d401a9e2d3f39554199c305fd9 |