Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
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
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
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
changed #define char* XXXType to typedef const char* XXXTypeHg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
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
Add TSSetPreStage() and move call to TSPreStep() into stepping routinesTSPreStage(ts,stage_time) is a hook called before starting to evaluate astage.The call to TSPreStep() has been moved into t
Add TSSetPreStage() and move call to TSPreStep() into stepping routinesTSPreStage(ts,stage_time) is a hook called before starting to evaluate astage.The call to TSPreStep() has been moved into the TSStep_X implementationsbecause it is called again after a step is rejected. This allows prestephooks to do things like Monte-Carlo sampling over the time interval(dependent on the length of the time step), the result of which willappear as a continuous source term during the time step.Hg-commit: c5d083c79bbad0900afc1d94d1490cb90cadff0c
show more ...
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
name spaced a few static things in TS for clarityHg-commit: 473e5f9912fb4c60866bc5880cb577ae209d4411
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
PetscSqrtReal in tsHg-commit: b46c5bc5eb230552766df7b043210b60f5f03b9b
compile fix on opensolaris/c++Hg-commit: 5679c83163735aae321295c3f7bfa138a1666d47
doc fixes for ts [level info]Hg-commit: f078b57aa396dfb9d54d70ca355dc97f601a947b
Add Fortran interface to TSSSPSetType()Hg-commit: 6411e351d13fce1d543ae77a091e3a8a69a68eef
Forgot that typename is a C++ keywordHg-commit: 3e2ccd4cc21291e3f71432b263fcec61527acd11
Add TSSSP docs and programmatic interface for TSSSP{Set,Get}{Type,NumStages}Hg-commit: d11f44e88bfa0ed3db4008c2136ae18010343b5f
added interpolate to Euleradded hold to PetscViewerDrawadded plot of initial solution to TSMonitorSolutionHg-commit: f70262309e20040decd6fc0d1df7cdacb4be76bc
TSSSP doesn't actually use SNES so take it out of view and setfromoptionsHg-commit: 1647f210ce8b94fff29c41436ae4ac524236e251
each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNESHg-c
each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNESHg-commit: 7981d806d1e2750ccf6ed09ccef2533f81d6a48a
Make TSView_XXX ignore viewer types it cannot handleHg-commit: c21ff69c1cc0732cb766bd673e29a78b6a21a9aa
clear dynamic functionsHg-commit: 9f94449fc7d450602bb8f879ff5b8631c24461b7
1...<<111213141516