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

Different scaling factor calculations for triangular elements #1085

Open
jfussbro opened this issue Jun 17, 2024 · 0 comments
Open

Different scaling factor calculations for triangular elements #1085

jfussbro opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement Enhances already existing code

Comments

@jfussbro
Copy link
Contributor

Currently we have two different ways of calculating the scaling factor for curvature in triangular elements.
For a 2D triangle we currently do this:
grafik

And for all 3D elements with triangular faces we do this:
grafik

The 2D way might be better, because it is independent of the orientation of the element.
Maybe we have to adapt the scaling factor computation for 3D elements with triangular faces.

@holke holke added the enhancement Enhances already existing code label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances already existing code
Projects
None yet
Development

No branches or pull requests

2 participants