| 0432fb14 | 07-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Removed DMSNESSet/Get/ComputeBlockFunction/Jacobian because it was a bad idea.
Hg-commit: a60bb2108ffa89b3a1629db4061d1e1655c19b0b |
| be081cd6 | 06-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
DMSubDomainRestrict and DMSubDomainHookAdd() added; replaces DMBlockRestrict() with less confusingly-named thing.
Hg-commit: 93f8970c2a945a730ce1c7b6c3d7e2da5a80d028 |
| 2219e2e3 | 05-Dec-2012 |
Satish Balay <balay@mcs.anl.gov> |
cleanup zda2f.c and move dmdasnessetjacobianlocal_(), dmdasnessetfunctionlocal_(), dmdagetownershipranges_(), dmdagetneighbors_() to corresponding ftn-custom source files.
Hg-commit: 32eee7b00cf9569
cleanup zda2f.c and move dmdasnessetjacobianlocal_(), dmdasnessetfunctionlocal_(), dmdagetownershipranges_(), dmdagetneighbors_() to corresponding ftn-custom source files.
Hg-commit: 32eee7b00cf956995e91d3252754892e1acc2c71
show more ...
|
| b4615a05 | 01-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
DMSNES is now stored directly in dm struct instead of accessed via PetscObjectQuery() Removing lingering use of PetscObjectQuery() with "DMKSP"
Hg-commit: 634888e4239430c33b192e40610fc933e575f7ec |
| 22c6f798 | 29-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
updated DMSNES to be a real boy, uhhh, a real PETSc object
Hg-commit: 120edb08eb7981a382ad3ceea1267705f59d8266 |
| 19f7a02a | 28-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed DMSNESSetUpLegacy() and friends; there is no legacy support in PETSc
Hg-commit: 12cdaa637ea9be457157f5f683c4c06075c74f83 |
| 942e3340 | 28-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()
Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632 |
| 74e1e8c1 | 28-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed all mention of DMSetFunction/Jacobian() from the source code!
Hg-commit: 2caa4c03fd39ecddf1173d6f856fe3042842966e |
| 7fe845e1 | 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out DMComputeFunction()
Hg-commit: a8a0c99ba749182b967839b595f0192cc1216053 |
| 5763e96a | 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
stripped out all DMSetLocalFunction/Jacobian implementation code
Hg-commit: 8237dc8a1d340b0dd4d6dbfeaeaac7e9df741b5f |
| b2270762 | 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed debugging code for DMSNESSetFunction/JacobianLocal()
Hg-commit: fc3b500b4793fa4f9a90ca01e4403f4be2ecc417 |
| ff35dfed | 27-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added DMSNESSetFunction/JacobianLocal() and converted Matt's examples that use DMSetLocalFunction/Jacobian() to use it left in #ifdef and print statements for debugging, will remove in next commit
H
added DMSNESSetFunction/JacobianLocal() and converted Matt's examples that use DMSetLocalFunction/Jacobian() to use it left in #ifdef and print statements for debugging, will remove in next commit
Hg-commit: 300db2374b8c49ea2431500382b080f85a3cf887
show more ...
|
| c97a5455 | 26-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed DMDASetLocalFunction/Jacobian() and all its related infrastructure
Hg-commit: 43e36d7ec8d718e8034f8b345d8bb9fc1f57609c |
| dcad5f1c | 25-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Added DMDASNESSetPicardLocal and updated ex15.c to use DMDASNESSetFunction/Jacobian/Picard() instead of DMDASetFunction/Jacobian/Picard()
Hg-commit: b174b7fb79390d7736e53f445649fc6b0ad254da |
| c9058dfb | 25-Nov-2012 |
Jed Brown <jed@59A2.org> |
Guard call to sdm->duplicate; add support for KSP
Hg-commit: d5619197e506fdb0622ba24b0e3c26ddbee596aa |
| 31092ba1 | 25-Nov-2012 |
Jed Brown <jed@59A2.org> |
DM implementations must use DMSNESGetContextWrite to modify. Oy, the pains of const typedef.
Hg-commit: 80c43abeb7b50913153480b432d0e6cb9d48d5ef |
| 0313d0e0 | 25-Nov-2012 |
Jed Brown <jed@59A2.org> |
copy inner TS contexts when resetting evaluation routines
Hg-commit: 026daea85c5c24fc64f04357af2f13afc6b23697 |
| 3de5108c | 24-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Why TF was DMRefineHookAdd() missing from DMSNESCopyContext() and DMKSPCopyContext() just TFWM seems like any context the coarsened DM gets the refined DM should also get anyways this fix got ex22.c
Why TF was DMRefineHookAdd() missing from DMSNESCopyContext() and DMKSPCopyContext() just TFWM seems like any context the coarsened DM gets the refined DM should also get anyways this fix got ex22.c (which uses grid sequencing) working again BTW: all this crap (especially with legacy support) is way to fragile
Hg-commit: 9313dec169093be08947ac27926875325e37b902
show more ...
|
| fdaff8d6 | 20-Nov-2012 |
Peter Brune <brune@mcs.anl.gov> |
Moved out change in f2f6ba387f4b to the rest of the DMSNES inteface I just broke.
Hg-commit: 38ad3497bc76b0798d74fb3533c718ac5a12489f |
| 1fdfe764 | 20-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
CHKERRQ() wasn't in needed {}
Hg-commit: f2f6ba387f4bcb34a104d0dfdfbde9a0ad9a00ff |
| 1821acd7 | 20-Nov-2012 |
Peter Brune <brune@mcs.anl.gov> |
Fixed SNESFAS segfault from erroneous copy of DMSNES context in SNESSetUpMatrices()
Hg-commit: f80d7c95ed86dceb0326d4c1e249fdcd8fc699e3 |
| e3c51ba2 | 20-Nov-2012 |
Jed Brown <jed@59A2.org> |
fix man page
Hg-commit: 5b3fc38ca2d60894f208305e9998e9db8fd6a576 |
| 081a7dcd | 20-Nov-2012 |
Peter Brune <brune@mcs.anl.gov> |
Small comment fix in DMSNESSetObjective()
Hg-commit: 21a36967452ba5487ad15ea534c43d1e794661af |
| 2d507118 | 03-Nov-2012 |
Satish Balay <balay@mcs.anl.gov> |
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variables
Hg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d |
| 2a4ee8f2 | 30-Oct-2012 |
Peter Brune <brune@mcs.anl.gov> |
SNES Objective interface in place
Hg-commit: bbf7093bce724808a9e5aa4439b2deaca0ac472f |