| #
cc708ded
|
| 13-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed ftime from TSSolve() and added TSGetSolveTime()
Hg-commit: dd5658b5e51af8b3e1732c3368cf2c47376c68a6
|
| #
f9c1d6ab
|
| 06-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added TSComputeLinearStability() for Euler and theta, use it in graphics cleaned up formating in rosw and arkimex files
Hg-commit: 553e2c2ebaaa83a3a28c43188c2ab6f232784856
|
| #
8189c53f
|
| 27-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
tried to add -ts_monitor_sp_eig but doesn't work with FD Jacobian The logic in TS is too convoluted, we need to string out some cases and simplify TSComputeIJacobian() doesn't work in monitor with FD
tried to add -ts_monitor_sp_eig but doesn't work with FD Jacobian The logic in TS is too convoluted, we need to string out some cases and simplify TSComputeIJacobian() doesn't work in monitor with FD Jacobian yet clearly does work in the solver, why is that?
Hg-commit: 4be5ac85d54a2ba1c410266ef33e69e1f036536c
show more ...
|
| #
83a4ac43
|
| 23-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed TSMonitorSolution() and TSMonitorError() to TSMonitorDrawSolution/Error() and added TSMonitorDrawCtx with constructors
Hg-commit: 598d4c8ec0b37d233566f4c54c8dd4785dc9d98c
|
| #
3a471f94
|
| 20-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added -ts_monitor_error
Hg-commit: 4ea27c613d1468e115f4995110ae0f7648814b3f
|
| #
201da799
|
| 17-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added -ts_monitor_lg_snes_iterations and -ts_monitor_lg_ksp_iterations Not sure if they are the best because they include all the solves in rejected timesteps might also want some way of collecting o
added -ts_monitor_lg_snes_iterations and -ts_monitor_lg_ksp_iterations Not sure if they are the best because they include all the solves in rejected timesteps might also want some way of collecting only information only for the "good timestep"?
Hg-commit: 8c60508c9fe1674daeac372c544288221c333bf5
show more ...
|
| #
4f09c107
|
| 17-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
unified TSMonitorLGTimeStep, TSMonitorLGSolution, and TSMonitorLGError with options -ts_monitor_lg_timestep -ts_monitor_lg_solution -ts_monitor_lg_error
Hg-commit: 43cedf4e3cebe5486222c7e5ff62934523
unified TSMonitorLGTimeStep, TSMonitorLGSolution, and TSMonitorLGError with options -ts_monitor_lg_timestep -ts_monitor_lg_solution -ts_monitor_lg_error
Hg-commit: 43cedf4e3cebe5486222c7e5ff62934523974f90
show more ...
|
| #
a9f9c1f6
|
| 16-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code reuse: TSMonitorCtxCreate/Destroy() now shared by TimeStep, SolutionODE, and ErrorODE monitors instead of seperate create and destroy for each
Hg-commit: fe9ea0b6e1dd26ca3e5a42aabe2f614c529584c3
|
| #
0b039eca
|
| 16-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
TSMonitorLG -> TSMonitorTimeStep and TS LG monitors now take TSMonitorLGCtx context
Hg-commit: 1a12481183d42e4a7641d970258a2cad9142bb64
|
| #
7409a5d9
|
| 13-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1f84ea5027320c05402ba98ef10122ba1abdcd07
|
| #
1c8a10a0
|
| 13-Oct-2012 |
Jed Brown <jed@59A2.org> |
Missing declaration of TSComputeSolutionFunction()
Hg-commit: f2b18284843c4be8606cc4f8e0831aa4311e435e
|
| #
ef20d060
|
| 12-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
TSView() calls TSAdaptView() for Rosw
Hg-commit: c2ac2edba4e196dd423c4a3387c3087b8469aeaf
|
| #
b3603a34
|
| 11-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added crude -ts_monitor_solutionode, PetscDrawLG now checks for resized window PetscDrawLG now uses correct color for marker for curve
Hg-commit: ccc5785cacfae53634cb1be3a0d409bab0c13881
|
| #
a80ad3e0
|
| 11-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
-ts_monitor_solution and -ts_monitor_draw now create private draw window instead of using common
Hg-commit: 8be320aece161ad7864be14c71303784f1c836df
|
| #
f8963224
|
| 03-Oct-2012 |
Jed Brown <jed@59A2.org> |
Switch TSAdaptType, TSGLAdaptType, and TSGLAcceptType from #defines to typedefs
Hg-commit: aba3894216342fca2def0ab3437e0a202dcb01af
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
955f0f29
|
| 13-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 48ee48d92725930312eaed4c66f9246114844f4c
|
| #
b14e8830
|
| 13-Aug-2012 |
Jed Brown <jed@59A2.org> |
Merge from petsc-3.3
Hg-commit: a246759f6a519deef2eb2988ed29ecfe7e2deddd
|
| #
b8123dae
|
| 10-Aug-2012 |
Jed Brown <jed@59A2.org> |
Add TSSetPreStage() and move call to TSPreStep() into stepping routines
TSPreStage(ts,stage_time) is a hook called before starting to evaluate a stage.
The call to TSPreStep() has been moved into t
Add TSSetPreStage() and move call to TSPreStep() into stepping routines
TSPreStage(ts,stage_time) is a hook called before starting to evaluate a stage.
The call to TSPreStep() has been moved into the TSStep_X implementations because it is called again after a step is rejected. This allows prestep hooks to do things like Monte-Carlo sampling over the time interval (dependent on the length of the time step), the result of which will appear as a continuous source term during the time step.
Hg-commit: c5d083c79bbad0900afc1d94d1490cb90cadff0c
show more ...
|
| #
0873808b
|
| 10-Aug-2012 |
Jed Brown <jed@59A2.org> |
Add TSAdaptSetCheckStage()
This allows implementation- and user-defined hooks to determine whether a step should be rejected early due to solvers struggling or some rapidly changing physics.
Hg-com
Add TSAdaptSetCheckStage()
This allows implementation- and user-defined hooks to determine whether a step should be rejected early due to solvers struggling or some rapidly changing physics.
Hg-commit: 8a36386d5432b19dd88e49fe420728f998d2c064
show more ...
|
| #
f3bf607b
|
| 10-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 5d40997985620b0ab10e66197464bd8588e8f80b
|
| #
6c6b9e74
|
| 09-Aug-2012 |
Peter Brune <brune@mcs.anl.gov> |
Make TSDMDA Actually work and modify ex26 to use it.
Hg-commit: 6bd57420a6bce390ff650c80bc919b11c414de61
|
| #
24989b8c
|
| 09-Aug-2012 |
Peter Brune <brune@mcs.anl.gov> |
TSDM: DM hooks for TS that look like SNESDM
Hg-commit: 9044db07be14c14c5b3cf55e6b55587892080a4d
|