History log of /petsc/src/ts/interface/ts.c (Results 1251 – 1275 of 1763)
Revision Date Author Comments
# 25cb2221 12-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

added to TSStep() documentation that it may overstep final time set with TSSetDuration()

Hg-commit: ef7e41477b24a19ad09c58587c7789770a92c7aa


# 88c05cc5 10-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

documentation for -1 step in TSMonitor

Hg-commit: 0cc987c6440b0a0b89061c56f216f0e7314531fd


# c0587a06 07-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: edb5cb80074b9621ebcbc11845b7c1a95d17530d


# de06c3fe 07-Nov-2012 Jed Brown <jed@59A2.org>

Document change to -ts_monitor_solution, update examples

Hg-commit: 227f175daa1a06a113ecef4a7ab224aa1fd2dcd7


# 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


# b5abc632 30-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

added TS monitor options to users manual
consistently us F((t,u,u_t) for IFunction and G(u,t) for RHSFunction() in ts.c

Hg-commit: 8b3ee49a2e6fe00fdd7a0fc12b96fc9c641cbf2d


# 0910c330 29-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

added a couple TS special cases to manual
changed state vector x to u in ts.c
fixed formating of variable declarations in ts.c

Hg-commit: 16134453163530f1edc928e2e3235b65af9637b8


# 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 ...


# 1ae185ea 24-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

clean up ex1.c of TS examples from Numerical Solutions of Time-Dependent Advection-Diffusion-Reaction Equations

Hg-commit: cdd2d6ba823172bfc955152ad4345483f418f0fb


# 99fdda47 24-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed option name -ts_monitor_solution_initial to -ts_monitor_draw_solution_initial

Hg-commit: 3fc3ee996d1579133d49e0f1c49cbacdcd4ebb9b


# 3fbbecb0 24-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fix PetscDrawSave() to not save initial clear window
fix TSMonitorDraw/LG*() to handle howoften to draw properly

Hg-commit: c61cafe4b3a8ce5bc58929b41c70a8b36bbe2c8d


# 0dcf80be 23-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

TSMonitorDrawSolution() and TSMonitorDrawError() now can display every n iterations
similar to TSMonitorLGSolution() and TSMonitorLGError() etc

Hg-commit: c31afe9e25026029db810734e29db9305edf72b2


# 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 ...


# 1d1e9da1 17-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

unified -ksp_monitor_lg_residualnorm -ksp_monitor_lg_true_residualnorm -ksp_monitor_lg_range
KSPMonitorLGResidualNorm() KSPMonitorLGTrueResidualNorm() KSPMonitorLGRange()

Hg-commit: 565d0ee12e1edf8f

unified -ksp_monitor_lg_residualnorm -ksp_monitor_lg_true_residualnorm -ksp_monitor_lg_range
KSPMonitorLGResidualNorm() KSPMonitorLGTrueResidualNorm() KSPMonitorLGRange()

Hg-commit: 565d0ee12e1edf8ffcc5d5f4f8e2e150a6762493

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 ...


# 3923b477 16-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

TSMonitorTimeStep, TSMonitorSolutionODE and TSMonitorErrorODE now support argument indicating how often to plot

Hg-commit: 77732a3cf36aa6516b4b98adc8cb6edf8b5a234d


# 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


# 8704b422 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed mdestroy() in TS context to proper monitordestroy()

Hg-commit: 65c50c6c2819f29b28f6986c417e46e317326497


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 58ff32f7 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed flaw in display axis values in LG plots; TSMonitorSolutionODE() now supports any size vector

Hg-commit: b3164ca3cb66800f0751b60f2750d63e05f4fbdf


# e3efe391 14-Oct-2012 Jed Brown <jed@59A2.org>

Complex fixes for TS monitors

Hg-commit: ee4850cdcd5163e0d3152082c97433ef9a890104


# 7409a5d9 13-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f84ea5027320c05402ba98ef10122ba1abdcd07


1...<<51525354555657585960>>...71