SimPEG.electromagnetics.time_domain.Simulation3DElectricField.time_mesh#

property Simulation3DElectricField.time_mesh#

Time mesh for easy interpolation to observation times.

The time mesh is constructed internally from the t0 and time_steps properties using the discretize.TensorMesh class. The time_mesh property allows for easy interpolation from fields computed at discrete time-steps, to an arbitrary set of observation times within the continuous interval (\(t_0 , t_\text{end}\)).

Returns:
discretize.TensorMesh

The time mesh.