dt and dT at mesh_mover.cpp

Submitted by NielsD on Wed, 08/01/2012 - 08:56

Hi to all,

the content of these questions is the file mesh_mover.cpp.
Is the time dt the scale of the timstep choosen by user at the inputscript?
Is the time dT the total time the simulation is using at any specific point in simulation (dt*number of simulation step)?

Many thanks in advance.

Cheers, Niels

ckloss's picture

ckloss | Sun, 08/05/2012 - 14:19

Hi Niels,

yes - dt is the current time-step. dT is the total simulation time elapsed in the current (!!) run command. See fix_move_mesh.cpp for clarification.

Cheers, Christoph