Fixed warnings in ksp/pc/impls/tfs and vec/pf/impls/constant/const.c (ISO C forbids conversion of object pointer to function pointer type)Hg-commit: 0b6935dd4751e4eb5aa9fde1a9d658824d21d78b
generally SETERRQXX does not belong on its own linealso fixed formatting issues in dgmres.c (ugh)Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
Carefully removed \t from src/ksp/*Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
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
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
added use of BLASDotu() where appropriate, fixes for complex where original author didn't handle it. Fixed wrong use of bblas in maxpy for threadsHg-commit: 9cf34ccedfe2cc536bab398b0abcbaa633e5a615
not stinking {} around SETERRQHg-commit: f601164082f593da87052a9248bdd8d6ef84f0c8
VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation processHg-commit: 465282368ed7696decd83c3d3b111f39348a7d40
namespaced LocalMult_TFS as PCTFSLocalMult_TFS for code clarityHg-commit: 481a726e8cc07aa65dd9babacdddfa64d20b53fc
since PC TFS only works on PETSC_COMM_WORLD have the create check this an error out otherwiseHg-commit: 46b24e92facb53824c26fc302cf193fbb6e25e5e
fts only works on PETSC_COMM_WORLD, note that in manual page. Since this code uses global variables it is unlikely to every be fixedHg-commit: 42dfba43b6973f67be921063a5fd96ed74c13d86
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
More namespacingHg-commit: 5b738a157bbc89eaf76e9ff775920af53c727732
Namespace variables in PCTFSHg-commit: cdd134c332da927bdb22e7489c85af82c3d48371
removed definition of specific machine constants in tfs.hput more "correct" machine constants into petscmath.hHg-commit: 5473102dc88e9b9b88dbc2eead8916daf2611023
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
123456789