Fixed a lot of warnings issued by nightly builds.Hg-commit: bb7830f8063713f2056fa10a7a6289debea1f614
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
commit after mergeHg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d
My first TS restart just 8 million other changes needed PETSc!TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt objectadded TSAdapt binary view and loadHg-comm
My first TS restart just 8 million other changes needed PETSc!TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt objectadded TSAdapt binary view and loadHg-commit: c5ab7de6c480df2d7b84dc349ac7871cdc85dcbe
show more ...
Added support for subdomain SNES solves under TSHg-commit: f4fead50da1dbe8cf5ab910236516251b254ac31
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
TSView() calls TSAdaptView() for RoswHg-commit: c2ac2edba4e196dd423c4a3387c3087b8469aeaf
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
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
Merge from petsc-3.3Hg-commit: a246759f6a519deef2eb2988ed29ecfe7e2deddd
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
Doc update for TSARKIMEX and TSROSWHg-commit: f044dd29b508a4a3f7e9b4f12b01ab2b5a8927f3
Made TSARKIMEX, ROSW, and Theta play nice with PCMG/FASHg-commit: b50b9a87e81c92864ed1fe3bad32085cc61be2a4
Rename TSGetNonlinearSolveIterations and TSGetLinearSolveIterations to TSGetSNESIterations and TSGetKSPIterationsHg-commit: cf7a145cacfd3985d7708cda775242b06f4fa36e
Add some fourth order Rosenbrock methods, grk4t and veldd4 perform well on the OregonatorHg-commit: 20a41cbd6a19ac2b1e752c37a8bb41ba21483a9a
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
namespace Mat utility functionsHg-commit: 2912dadb08982f5a3e4a9b22bd8b48ffa685bef3
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
check error codeHg-commit: fd55b48ed0f7479e5ceea522d9143a0746b061f3
doc fixes for TSROSWHg-commit: 826b26bdd0c0c809451bd839f11d0b2779fd26e2
Added some more dense output formulas for the Rosenbrock'sHg-commit: f803de376e5d34b816addab8f0322cfa6ca743e2
123456789