You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should likely use e formatting rather than floats for printing the mesh (e.g. here we are printing a time-mesh which has cells on the order of 1e-6)
The text was updated successfully, but these errors were encountered:
In the time-domain EM experiment, we use a discretize.TensorMesh to store the time steps as a 1D mesh. So to capture the early times, we often use time-steps on the order of 1e-6s
We should likely use
e
formatting rather than floats for printing the mesh (e.g. here we are printing a time-mesh which has cells on the order of 1e-6)The text was updated successfully, but these errors were encountered: