Execute Time Step
Class: kwave.toolbox.ThermalSolver Package: kwave.toolbox
Iteratively update solution for given number of time steps.
Syntax
executeTimeStep(obj, Nt, dt)
Description
Iteratively updates the solution for the temperature field for the given number of time steps and time step size.
Input Arguments
Nt- (integer) Number of time steps.dt- (numeric) Size of each time step.