simpeg.simulation.BaseTimeSimulation.time_mesh#
- property BaseTimeSimulation.time_mesh#
Time mesh for easy interpolation to observation times.
The time mesh is constructed internally from the
t0andtime_stepsproperties using thediscretize.TensorMeshclass. Thetime_meshproperty 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.TensorMeshThe time mesh.