Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string formatting in print(mesh) #183

Open
lheagy opened this issue Aug 12, 2019 · 3 comments
Open

string formatting in print(mesh) #183

lheagy opened this issue Aug 12, 2019 · 3 comments

Comments

@lheagy
Copy link
Member

lheagy commented Aug 12, 2019

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)

image

@prisae
Copy link
Member

prisae commented Aug 13, 2019

Wow, in what case (method, frequency range) do you use cell widths of micro-meters?

@lheagy
Copy link
Member Author

lheagy commented Aug 13, 2019

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

@prisae
Copy link
Member

prisae commented Aug 13, 2019

Right, makes sense. Semi-analytical then I guess. 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants