Uncrustified parts of src/snes/*Hg-commit: c338118f302c917361be863cb61bfa992de8f769
generally SETERRQXX does not belong on its own linealso fixed formatting issues in dgmres.c (ugh)Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd
if, for, while, switch now have consistently a space prior to the opening parenthesis.Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
Carefully replaced more '){' by ') {', added checker scriptHg-commit: a0037010be00b56a68354d942365c8f8df63198a
Carefully removed \t from src/snes/*Hg-commit: 3f1255727749f701e123e1dcb12169d3fb72aa33
changed SNESLS and SNESTR to SNESNEWTONLS and SNESNEWTONTRupdated some example output to match correct -ksp_view when using gmres est eigenvaluesHg-commit: e0e8da70399f87273ad168b3126606d8167a2474
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
not stinking {} around SETERRQHg-commit: f601164082f593da87052a9248bdd8d6ef84f0c8
Added SNESSetInitialFunction and SNESSetInitialFunctionNorm to avoid redundant work while composing nonlinear solversHg-commit: bc1f6a469d5f148a18359ef9db72897c6019b77b
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
SNESReset_XXX does not need to mess with work vectorsHg-commit: 386f6e43210e955c03106668c7484128e96eb8cd
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
merge from 3.2Hg-commit: 136b1a81df3a1c609acad95fbce77ebeead8502d
Many fixes for // comments in C sourceHg-commit: 6087d5ff9c9480e0ff8b9d44422a6be84041fc11
changed SNESRICHARDSON to SNESNRICHARDSONHg-commit: 697b0447fe36f835db939ac8db289c880d74f9c7
more changes of Newton to SNESSNESView only prints inner snes if it used by outter snesHg-commit: c84e9c7c4e16141e1039a62c33518e578258767f
updates to Picard and NGRMRES, changed Newton Iterations in many places to SNES Interations cause Newton may not be usedHg-commit: c3d7930ffed88a623e0dcad5d3394aaf20b8e932
Make SNESView_XXX ignore viewer types it cannot handleHg-commit: bacd736a92cc499f3a02ce02ec27ea69a6f1ec33
Rearranging functionsHg-commit: a356e0f87b49559b79f8e483092ad0b2c115b23c
Compile fixesHg-commit: 6eb8dd660ab975f7076e5f8fefcde5c8aae6c780
Started a nonlinear FSHg-commit: 515fbbc807e4ece0ab725bd536bb574f390944a4
12345