| 87d70a26 | 11-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Fixed SNESComputeObjective() being broken due to change in a8931f032682
Hg-commit: 5f99eae8d1ba4b3d3a2a4dfb1bb292ee7ab00cda |
| d724dfff | 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-co
fixed memory leak in fieldsplit fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings added DMDetSubDM_DA() asm should not error out if viewer not supported
Hg-commit: 8095385733ef37462f66a2a8905da608a080c694
show more ...
|
| 2d53ad75 | 09-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
more progress on serializing PETSc objects and function pointers yes Barry has lost his mind but this is too much fun to stop
Hg-commit: 70b547a30c706ea4b2828de11dd7962c0443a994 |
| 04d7464b | 04-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed SNESLS and SNESTR to SNESNEWTONLS and SNESNEWTONTR updated some example output to match correct -ksp_view when using gmres est eigenvalues
Hg-commit: e0e8da70399f87273ad168b3126606d8167a2474 |
| 0ed8ff1f | 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 2a806c33504e6113297f107774b7531cc57508d8 |
| f450aa47 | 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed virs and viss to vinewtonrs/ssls to clearly indicate the problem class they solve and the method used
Hg-commit: ef35ed902b9dfc111af13d202e31535b648342dc |
| c4646bac | 03-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
SNESView() calls snes->ops->view() in the viewdraw case
Hg-commit: ecf9aee8bc9ed77e30273673932cdff113676a66 |
| e87fab1b | 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed "diag" in PCFieldSplit to "A11" since diag is a confusing and wrong name for using A11
Hg-commit: 770b962c29d6d59f1aa83f6d1b8136e9df4c0303 |
| 95eabced | 03-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Picard should use "first matrix" to define right hand side, not preconditioner constructor matrix
Hg-commit: 9d9edca9844e6c7407477b6f6daea0e0fea504e9 |
| 89fd9faf | 02-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscDrawBoxedString() returns height and width
Hg-commit: d8250334932c8842de68cfc0077c9b184db5f077 |
| 72a02f06 | 02-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
snesview for draw no box for pcnone and ksppreonly with draw view
Hg-commit: 73c01445da9d2148e77c1d9138f73126800284d1 |
| 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 |
| 5358d0d4 | 29-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
converted DMKSP to be a PetscObject added correct __FUNC__ for vecscatter inline functions
Hg-commit: cd4882317a5574efc145953dcb89eb962dae9381 |
| 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 |
| 28a52e04 | 25-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
treat -snes_mf matrix just like any other matrix and pass MatMFFDComputeJacobian() to SNESSetJacobian() NOT 0!
Hg-commit: bb1880295e6b6ad9edf7a2a118ac5f25ee6fa1d9 |
| dd312018 | 25-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
need to keep DMSNESSetUpLegacy() still for now
Hg-commit: 4fa5c4ce4f73316e834e916c4c74df9a45cf790c |
| 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 ...
|
| 835c3ec7 | 21-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed DMSetInitialGuess() and friends
Hg-commit: 2cecbe41f93fa99a3a36752716984e3183c49741 |
| f2c2a1b9 | 20-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
TSSolve() did not properly handle null u argument more work on TSView() binary and TSLoad()
Hg-commit: 85c2341b3eb28d6cdaa697c3b1e99963abb9edbf |
| 55849f57 | 19-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added stubs for TS/SNES/KSP/PC Load and binary view, no working impls yet
Hg-commit: 7dfdadcaf4660e2aa05346cf920006cd46b990b6 |
| 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 |