removed typeid from PetscHeaderCreate() args since it is not know at create time anywayHg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
Uncrustified src/ksp/pc/*Hg-commit: b80b33e3b1d8943a898b18384bc7b2c1a3103a32
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
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
Carefully removed \t from src/ksp/*Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
keep PCView() from asking the matrix for size if it isn't allocatedHg-commit: 93042c652f9cbe457ee872e549d7c96a217598ca
PCView draw for bjacobi and fieldsplitHg-commit: b499b559716cd468e692b698c4a80232ec3d6dd5
PetscDrawBoxedString() returns height and widthHg-commit: d8250334932c8842de68cfc0077c9b184db5f077
snesview for drawno box for pcnone and ksppreonly with draw viewHg-commit: 73c01445da9d2148e77c1d9138f73126800284d1
Chebyshev estimater didn't set gmres options prefix in one branch, bad bad code duplicationadded preliminary KSP/PC draw viewingHg-commit: 8ad9adb6fba058f50293228f67e8a4144c20d79b
Remove unused variablesHg-commit: 0cabef41af4dc9e87b11f3e99891357220ec8403
TSSolve() did not properly handle null u argumentmore work on TSView() binary and TSLoad()Hg-commit: 85c2341b3eb28d6cdaa697c3b1e99963abb9edbf
added stubs for TS/SNES/KSP/PC Load and binary view, no working impls yetHg-commit: 7dfdadcaf4660e2aa05346cf920006cd46b990b6
root DMView() and DMLoad() handle classid and typenamePCView binary does NOT view matricesHg-commit: 8fd378babe626ea07f0585f9209c640de6c87424
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
prometheus: removed! 'pc_type gamg' is now the recommended alternative.Hg-commit: ef8575bcbd7e2ad4c250904c5800b190d8560983
fixed formating of variable declarations messed up by putting const int XXXTypefixed DMDAGet/SetCoordinates() that matt did not removeHg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
changed #define char* XXXType to typedef const char* XXXTypeHg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
1...<<11121314151617181920>>...23