Fix for C++ compile error.Hg-commit: 402a102607c5dd98c9eff5552aa5771591cc0d5c
silly code formatting problems; some people still need to read the style guideHg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1
DMPatch: More working tests- Now I can have parallel patches on subcommunicatorsHg-commit: d12900c9866f6e7fa48e4b44d809848d462c4316
began eliminating typedef functions in SNES, replaced with consistent naming of function pointer variablesstill a bunch more to goHg-commit: 390e5bc06391eaa29641487f59da6c1a75c5faa0
Build fixesHg-commit: 309c8cd1fe5e4ce4ea99ad84b3f2428573b73b07
DMPatch: First parallel tests working- Got recursive world communicator things goingHg-commit: eea52920cdb0695c3e89f2b848a8b35e5d76d02c
Don't cast to void* unless really necessary; initialize vectors (but still need to create the vectors)Hg-commit: 2912be0ec1b65fdbf10ac4a04b22c213e75aca61
DMPatch: Gearing up for real DMPatchSolveHg-commit: c14b72a63aeb57b39376f3eb929717a9f5ded153
Add interface declarations and close some DMPatch memory leaksHg-commit: fbf4c0a4aa604d3722dd159f068a48928cb72a71
DMPatch: Patch example does something reasonable in serial- Added patchSize to DMPatchHg-commit: 6cf390a82dee78521164132ce3c232ef7ca9e795
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
DMPatch: More workHg-commit: 63f4bb162916d687b7ba1a7083c0685bcfe21299
DMPatch docHg-commit: 4e9caac4cfb44c6fde0981289cbf138192372b84
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
DMPatch: Fixed warningsHg-commit: 7683a724bf7491fb78e50c30125ccf701f26aab9
DMPatch: Never push stuff in the middleHg-commit: 92fd379843d0d0eeb49fbadfb7f328bded30dfeb
DMPatch: More crapHg-commit: 65760a27a885e9b199dd39d3b47db15397e39105
changed #define char* XXXType to typedef const char* XXXTypeHg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
Doc: More on DMPatchHg-commit: 2d96c838817c7073a1546232eacb9c162f24ab60
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
add missing makefilesHg-commit: 485a8a0b9c066fec159b8503d2e90076c26e642e
Fix compiler warningsHg-commit: f2b9bb22c180667b682c8c3f01b369480609f0ac
DMPatch: Small fixHg-commit: e06750ba346dd39ffa3433000be022f6d49d32a9
DMPatch: New DM to handle systems too large for memoryHg-commit: 08ab05e0c3f60648f8c1cf61ea14279c974fcbc3
12345