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

Make Peierls approximation more efficient #5945

Open
bobmyhill opened this issue Jun 26, 2024 · 0 comments
Open

Make Peierls approximation more efficient #5945

bobmyhill opened this issue Jun 26, 2024 · 0 comments

Comments

@bobmyhill
Copy link
Member

Most of the calculations in the approximate Peierls rheology are operating on constants, e.g.:

c_cutoff = std::pow(p.stress_cutoff/p.peierls_stress, p.glide_parameter_p);

Doing these calculations millions of times is inefficient and we should just store the derived parameters instead.

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

No branches or pull requests

1 participant