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

spatial/r3: Add Tetrahedron type #1808

Open
soypat opened this issue May 26, 2022 · 0 comments
Open

spatial/r3: Add Tetrahedron type #1808

soypat opened this issue May 26, 2022 · 0 comments

Comments

@soypat
Copy link
Contributor

soypat commented May 26, 2022

What are you trying to do?

Create tetrahedral meshes and manipulate them. This is common, but not limited to, finite element analisis, CFD.

type Tetrahedron [4]Vec

How does Gonum not allow you to achieve your goal?

Missing a tetrahedron type that complements r3.Triangle's functionality. It should be well integrated with r3.Triangle to ensure coherence i.e. Calling Normal on a face of the tetrahedron should point outwards.

Are you able to help contribute the feature?

Yes.

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

1 participant