-ts_monitor_draw now plots timestep as function of time instead of time as function of iterationHg-commit: b02417a7b092eea1ef13c9556b123b3e7df1b65b
Some documentation/references for TSMonitorErrorODE()Hg-commit: 32d6c837d646ceff263db4631899f1ef239a12f5
TSView() calls TSAdaptView() for RoswHg-commit: c2ac2edba4e196dd423c4a3387c3087b8469aeaf
added PetscDrawLGAddCommonPoint() to simplify TSMonitorSolutionODE()Hg-commit: e670828f5d0ddd5b883b0212b9797472ed3ea5d9
added PetscOptionsVec()Hg-commit: e3a7deff021839e60b7ec9e05ed883d54076a9fa
added crude -ts_monitor_solutionode, PetscDrawLG now checks for resized windowPetscDrawLG now uses correct color for marker for curveHg-commit: ccc5785cacfae53634cb1be3a0d409bab0c13881
-ts_monitor_solution and -ts_monitor_draw now create private draw window instead of using commonHg-commit: 8be320aece161ad7864be14c71303784f1c836df
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
TSMonitorLG and KSPMonitorLG should set coordindate labels and top labelsHg-commit: e0ce9a8f337620975a05983b96ee83436e3cffdf
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
added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is tempor
added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is temporary code until TSadapt is done for ThetaHg-commit: a402eff3a6a90261e34fe9653f60ff1d7f83657b
show more ...
Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactoredHg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7
Fortran bindings for some TS routinesModified from patch sent by Blaise Bourdin.Hg-commit: 22c370214d740376aab7ab55a4671817174645ea
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
Make TSDMDA Actually work and modify ex26 to use it.Hg-commit: 6bd57420a6bce390ff650c80bc919b11c414de61
small bugfix in ts.cHg-commit: db418307e3cc8e4fa7596ff4b9c94f026633cd72
TSDM: DM hooks for TS that look like SNESDMHg-commit: 9044db07be14c14c5b3cf55e6b55587892080a4d
added PetscCheckPointer to PetscValidPointer macrosfixed passing wrong comm to seterrq() what a waste of time tracking down Dmitry's bugHg-commit: 0ba7dad6944951e121539c3d28c1b69474df0172
backout all chmod stuff in bf971ba58125[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
removed a spurious call to MatSetBlockSize.Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
Close memory leak when vector tolerances are usedHg-commit: c54aa281b8914709b9b7987867aef3daa2d53903
Rename TSGetNonlinearSolveIterations and TSGetLinearSolveIterations to TSGetSNESIterations and TSGetKSPIterationsHg-commit: cf7a145cacfd3985d7708cda775242b06f4fa36e
1...<<41424344454647484950>>...60