| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
075cc632
|
| 14-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed SNESObjective typedef insteading using SNESObjectiveFunction manual page
Hg-commit: 6dc0a8207aee7ba626ff7b41cca0db5faed5c2ae
|
| #
a853e81e
|
| 13-Jan-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175
|
| #
bf388a1f
|
| 13-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
began eliminating typedef functions in SNES, replaced with consistent naming of function pointer variables still a bunch more to go
Hg-commit: 390e5bc06391eaa29641487f59da6c1a75c5faa0
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
e69a9856
|
| 14-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9f676c76370eb40948cfa150c47aa20c9ad92122
|
| #
2bc4d0c4
|
| 13-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Fix missing copy in DMSNESCopy() (wat.)
Hg-commit: c1adf794522ea17fb935a3d941cd59cfce288c16
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
cfb93107
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 727f936a0f1c6b625147f403f99c75bf011be32e
|
| #
98da9c48
|
| 10-Dec-2012 |
Satish Balay <balay@mcs.anl.gov> |
nightlybuild: c++ compile fixes
Hg-commit: 8c24a156f824c8cb12093b4cbd2a1b79fe7c6136
|
| #
289dcd94
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d
|
| #
c7a10e08
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
prototypes for DMTSSetIFunction/JacobianSerialize()
Hg-commit: 9b8363a9f974144729fe12ba995bc9cb8742a17e
|
| #
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
|
| #
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
|
| #
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
|
| #
38aa3a79
|
| 28-Nov-2012 |
Jed Brown <jed@59A2.org> |
merge VTU viewer
Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948
|
| #
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
|
| #
bdbbd646
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 7aece89cbfcc2d8ec28613bbf68580206dd8ce11
|
| #
43208f3f
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d
|