Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
Reformatted: "There should be a blank line before PetscFunctionBegin;"Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98
updated PetscBLASIntCast() to return an error codeHg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031
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
if, for, while, switch now have consistently a space prior to the opening parenthesis.Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb
show more ...
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
don't list unneeded /*I includes; they clutter the manual pagesHg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95
Minor doc fix for TSTHETAHg-commit: c6efebc337cc59328807cfe6c7be05b88f874b1c
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
removed all incorrect spaces before CHKERR...Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
Added time-step adaptivity for the theta method. It's currently switched off by defaulttill the error estimation is fixed.Hg-commit: 6fc333fb77ae6ce6c276a2f0b67f9b35e29d88e7
doc fix for TSBEULERHg-commit: 55c59199ebd6a5d9d6cfc1f961514d50e24c07e8
Changed ts_exact_final_time from boolean to enum.TSAdapt can now modify the final time step to stop exactly atthe given final time.Hg-commit: 2bbe8e4fc9d649fbb4ec4bc19259912d0788d4c2
Added support for subdomain SNES solves under TSHg-commit: f4fead50da1dbe8cf5ab910236516251b254ac31
fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632
Factor ts->time_step out of "shift" field and switch -ts_monitor_sp_eigTS implementations should not store the entire shift internally, andinstead should use ts->time_step directly. TSMonitorSPEig
Factor ts->time_step out of "shift" field and switch -ts_monitor_sp_eigTS implementations should not store the entire shift internally, andinstead should use ts->time_step directly. TSMonitorSPEig() computes the"steady-state" Jacobian by manipulating ts->time_step before callingSNESComputeJacobian().Hg-commit: 28c7df5560d100a222655100368151915451540f
added TSComputeLinearStability() for Euler and theta, use it in graphicscleaned up formating in rosw and arkimex filesHg-commit: 553e2c2ebaaa83a3a28c43188c2ab6f232784856
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
fixed formating of variable declarations messed up by putting const int XXXTypefixed DMDAGet/SetCoordinates() that matt did not removeHg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942
1...<<11121314151617181920>>...32