.. _diffusion-time_poisson_interactive: diffusion/time_poisson_interactive.py ===================================== **Description** Transient Laplace equation (heat equation) with non-constant initial conditions given by a function, using commands for interactive use. The script allows setting various simulation parameters, namely: - the diffusivity coefficient - the max. initial condition value - temperature field approximation order - uniform mesh refinement The example shows also how to probe the results. In the SfePy top-level directory the following command can be used to get usage information:: python examples/diffusion/time_poisson_interactive.py -h :download:`source code ` .. literalinclude:: /../examples/diffusion/time_poisson_interactive.py