discretize
discretize copied to clipboard
string formatting in print(mesh)
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)

Wow, in what case (method, frequency range) do you use cell widths of micro-meters?
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
Right, makes sense. Semi-analytical then I guess. :ok_hand: