SimPEG.electromagnetics.time_domain.Simulation3DCurrentDensity.time_mesh#
- property Simulation3DCurrentDensity.time_mesh#
- Time mesh for easy interpolation to observation times. - The time mesh is constructed internally from the - t0and- time_stepsproperties using the- discretize.TensorMeshclass. The- time_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.TensorMesh
- The time mesh.