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

[Development] Implement the possibility to specify an exponent for mesh stiffness based on element size #344

Closed
sblauth opened this issue Oct 27, 2023 · 0 comments · Fixed by #367
Assignees

Comments

@sblauth
Copy link
Owner

sblauth commented Oct 27, 2023

We could implement an exponent which can be used to define the stiffness of the mesh (in the linear elasticity equations) based on the volume of the mesh. Currently, this is done by using

max_T vol(T) / vol(T_k)

for element k (the largest cells recieve stiffness of about 1)
We could add an exponent p so that we use

(max_T vol(T) / vol(T_k))^p

instead. The largest cells would still get a stiffness of 1, but the smallest would scale with (1/vol)^p, which may increase the mesh quality.

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

Successfully merging a pull request may close this issue.

1 participant