removed all mention of DMSetFunction/Jacobian() from the source code!Hg-commit: 2caa4c03fd39ecddf1173d6f856fe3042842966e
removed DMSetInitialGuess() and friendsHg-commit: 2cecbe41f93fa99a3a36752716984e3183c49741
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
add fortran interface for DMGetNamedGlobalVector and DMRestoreNamedGlobalVectorHg-commit: 3c63675dd01c7ed449b40301c83945610b47c73a
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
Renamed DMGetInterpolation(), DMGetInjection(), and DMGetColoring() to DMCreateInterpolation(), etc for semantic consistencyHg-commit: a45bcab2b329db85bdff728f3e039f094e2e00b9
Rename DMGetMatrix() to DMCreateMatrix()Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b
added DMSetFunction, DMSetInitialGuess, DMSetJacobian custom Fortran stubs and test exampleHg-commit: 35a4d8526d70f1b2df8f9a9047097da07997adf8
DMGetColoring() has character argument therefor needs custom Fortran stubsHg-commit: 56b840b9343c92b4d50f46be2c5c90ec38edb73d
Fix MANSEC in DMHg-commit: 0fb0bab0f9048f45fa9db15d944449946b222ec4
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
added MatFindZeroDiagonals()added docs about weakness of DMView(), DMDALoad() for DMDA and binary viewerHg-commit: 2c69111a371375ded3a523f97ab010afdba2995d
moved petscda.h and friends over to petscdm.h and friendsHg-commit: 52cf0c5c868ff2e52c7308123a3006fa1da5b856
finished transistion of DAXXX to DMDAXXXXHg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
update DACreateGlobal/LocalVector() for DM stylesome fixes for DM changes for C++Hg-commit: dc1db69a66d88b50748381ee7286b3e39b5fe60f
partial conversion of DA to new DM syntax and styleHg-commit: fc1d8cbf21c8369cb06f934b2976724f2e1219ba
123