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
t0
andtime_steps
properties using thediscretize.TensorMesh
class. Thetime_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.