Adjusted check for NULL instead of PETSC_NULL, fixed remaining uses of PETSC_NULLHg-commit: 6aa0365770ae203a0249581a0e63fa289e95b4dd
Uncrustified src/mat/*.Hg-commit: 5c6f04286a6cfcd98361b2479b884c0041d95b73
Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e
generally SETERRQXX does not belong on its own linealso fixed formatting issues in dgmres.c (ugh)Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd
Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1
Carefully replaced more '){' by ') {', added checker scriptHg-commit: a0037010be00b56a68354d942365c8f8df63198a
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real casethe less #if def code duplication we have the betterHg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef
show more ...
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when usedHg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d
updated -mat_fd_coloring_view_xxx to new command line view paradigmHg-commit: 9f7a875793ac0d3f7720ee11405b90276d175511
} in wrong columnHg-commit: e8b75ee67d7393417953c78efba5a9be36b7e1e0
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
removed trailing blanks from source codeadded rule rmtrailingblanks accessible via make ACTION=remtrailingblanks treeHg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
moved -mat_null_space_test to end of MatAssemblyEnd() so it can be used with any matrixchanged KSPSetOperators() to get the null space from the pmat, instead of the amat, so that -snes_mf_operator c
moved -mat_null_space_test to end of MatAssemblyEnd() so it can be used with any matrixchanged KSPSetOperators() to get the null space from the pmat, instead of the amat, so that -snes_mf_operator can work when user provides a null space in the operatorHg-commit: 7153038d6b83108f5256f07a639d48762bde60bb
Fixes for the interaction of PCMG and TS w.r.t. hacks in MatFDColoringHg-commit: ea036b984a55f55ad28d0cc072122128a7d3812c
Better diagnosticHg-commit: c334af6ae4ab95af472080b3180da8c5bd53585d
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
stripped out lots of dead code that used DMMG, removed mention of DMMG from a bunch of placesHg-commit: 668fa41fe9b47969bce796864d43cfe1c187d1cf
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
revert a couple of changes from b4cea623b01dHg-commit: 314e9e175059a45d12615f8ae45faf34204b70df
commit after mergeHg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
Commit after mergeHg-commit: b4cea623b01d8e857f7c91e9640e63436803f551
Remove TSDefaultComputeJacobian{,Color}() and MatFDColoringApplyTS(); update all the examples that were still using the old styleHg-commit: 6677905c965471eda292ff1997e1a953222a27c5
Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()* Options are now only printed once for each object.* Man section and long description of each object is now available in
Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()* Options are now only printed once for each object.* Man section and long description of each object is now available in the class.Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c
12345678910>>...16