| #
4653ab99
|
| 23-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
FieldSplit can now do nested splits from the command line - This uses DMCreateSubDM() - Here is an example for Stokes+Temperature -pc_fieldsplit_0_fields 0,1 -pc_fieldsplit_1_fields 2 which wor
FieldSplit can now do nested splits from the command line - This uses DMCreateSubDM() - Here is an example for Stokes+Temperature -pc_fieldsplit_0_fields 0,1 -pc_fieldsplit_1_fields 2 which works in SNES ex31
Hg-commit: 48b8d8e13a9ca8616a2bbcaab19f5e79f6f93a0f
show more ...
|
| #
5c0d651d
|
| 09-Jun-2012 |
Jed Brown <jed@59A2.org> |
fix fieldsplit indexing bug on reset
Hg-commit: 769fda0d533de7c6e032237e398671fef0a09e90
|
| #
10e9db80
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Pulled in changes from petsc-dev. make tests passing. Everything looks good.
Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25
|
| #
731c8d9e
|
| 27-May-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Split DMCreateDecomposition() into Field and Domain decompositions. Reenabled use of DM in ASM.
Hg-commit: 2e2ee6a01d1a543670ea1a565999371852551596
|
| #
16621825
|
| 27-May-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Splitting up DM decomposition into field and subdomain decompositions.
Hg-commit: 25ae1465cd37db36ff0f764d65ffd3f1bf1fc0cc
|
| #
7287d2a3
|
| 07-Jun-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
FieldSplit should forward DMs and prefixes to Schur solvers, use correct tab levels on their PCs, and handle reset correctly.
Hg-commit: a36eb42b26eeec4cdd64c76a892badd1985fede2
|
| #
c4eefb32
|
| 29-May-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 524cc2dc88d18c1b7907cb138b315383da8cd7dc
|
| #
e5996a9a
|
| 15-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
updated and merged from petsc-dev
Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f
|
| #
171dad80
|
| 11-May-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: cb1ab7bdadb003e0ed486eed4d0b810f20691705
|
| #
9d744e0c
|
| 10-May-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge
Hg-commit: e48d2ce77e2df1c158a16e0ba0b72c23f6b8f892
|
| #
a3df900d
|
| 10-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
FieldSPlit Change: Now preconditioning matrices can be attached to a FS IS - Better FS viewing - Fixed bug in FS MatSchurComplementUpdate() - Allow preconditioning Mats to be passed to DMMesh createF
FieldSPlit Change: Now preconditioning matrices can be attached to a FS IS - Better FS viewing - Fixed bug in FS MatSchurComplementUpdate() - Allow preconditioning Mats to be passed to DMMesh createFieldSplit
Hg-commit: e65437940315da9d5a1a76d44d1731b9cf8f9749
show more ...
|
| #
b02e2d75
|
| 10-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added PCFieldSplitGetType()
Hg-commit: 626a1fef5c74312e7f2b9637639c1ce41736ed88
|
| #
3e8b8b31
|
| 09-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
Better doc for FieldSplit
Hg-commit: 7af37839b074ff072a1adb1116c72fb2a58f334b
|
| #
0f188ba9
|
| 05-May-2012 |
Jed Brown <jed@59A2.org> |
Doc fix for -pc_fieldsplit_schur_precondition <self,user,diag>, repair some formatting
Hg-commit: 29b351f18c2eb014490c1350a75b2d55b7f22a4c
|
| #
e2b3a94e
|
| 05-May-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 61898f35c33396f8fa3d33e8ef2c21ee7ef16393
|
| #
ed1f0337
|
| 05-May-2012 |
Matthew G Knepley <knepley@gmail.com> |
FIELDSPLIT now looks for near null spaces in the IS defining the split DMMesh constructFieldSplit() now takes near null spaces and sets then in the IS
Hg-commit: 2ad289ac99e0db0a970c4d51fcd91b9580e7
FIELDSPLIT now looks for near null spaces in the IS defining the split DMMesh constructFieldSplit() now takes near null spaces and sets then in the IS
Hg-commit: 2ad289ac99e0db0a970c4d51fcd91b9580e7b934
show more ...
|
| #
9583d628
|
| 28-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
norm is a real number not a complex
Hg-commit: 1d36d068558494b2cba8ae03cc58e8ed8299fa27
|
| #
bdddcaaa
|
| 27-Apr-2012 |
Matthew G Knepley <knepley@gmail.com> |
Fixed FieldSplit to detect a constant null space in the blocks, now ex62 works fully - Normalized null space vector - Pushed down S^{-1} tolerance for ex62
Hg-commit: 7d9b5a448dfeae0624c1566357e15f6
Fixed FieldSplit to detect a constant null space in the blocks, now ex62 works fully - Normalized null space vector - Pushed down S^{-1} tolerance for ex62
Hg-commit: 7d9b5a448dfeae0624c1566357e15f674f896fd6
show more ...
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
2c9966d7
|
| 03-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
more ex50 snes non-DMMG test runs matching old ex19 test runs including one for BAIJ matrices
Hg-commit: f83b3b6c6fe6387792b93845fc602177b9a17b93
|
| #
939b8a20
|
| 01-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed setting of vector block sizes in PCFIELDSPLIT, if specific block sizes are needed and do not match the PC will error out with appropriate message
Hg-commit: cc05aac4b5fb70221085d430336343a45
removed setting of vector block sizes in PCFIELDSPLIT, if specific block sizes are needed and do not match the PC will error out with appropriate message
Hg-commit: cc05aac4b5fb70221085d430336343a4535bbfdb
show more ...
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
e7c4fc90
|
| 24-Mar-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Allow PCFIELDSPLIT to use DMCreateDecomposition by name.
Hg-commit: e4ca525c39fd35cca849d095040a2de0488f347b
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
c9c6ffaa
|
| 21-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename PCFieldSplitSetSchurFactorizationType() to PCFieldSplitSetSchurFactType() due to identifier length limitations.
Hg-commit: ead058767e37b81acf7afd3e4eb76c90acab9ea7
|