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

Question : I couldn't find support for polyhedral cell types in OpenVKL. Is there any way I could use polyhedral cells data? Is there any plan for supporting it in future? #16

Open
kuldip-wagh opened this issue Jun 16, 2022 · 4 comments

Comments

@kuldip-wagh
Copy link

kuldip-wagh commented Jun 16, 2022

I couldn't find support for polyhedral cell types in OpenVKL. Is there any way I could use polyhedral cells data? Is there any plan for supporting it in future?

I have cells of tetrahedron, hexahedron, wedge, pyramid, polyhedral and mixed. Hence polyhedral seems to be important to have support in openVKL. I currently using unstructured type to have support for other 4 cell types.

@gregjohnson
Copy link
Contributor

Hello,
As you found, Open VKL doesn't currently support general polyhedral cell data, and at the moment we don't have plans to implement this. So at this point, you would need to represent your polyhedral cells through VKL's existing cell types -- for example by tetrahedralizing them.

Can you clarify your use case a bit more? Do you need support for general polyhedrons (i.e. arbitrary numbers of faces), or is there an additional fixed cell type that would work for your needs?

@kuldip-wagh
Copy link
Author

Hello,

I have polyhedral cells with NF faces, NP points where N is any generic number. Hence it can be considered as general polyhedron.

@kuldip-wagh
Copy link
Author

kuldip-wagh commented Feb 9, 2024

Hello,
Is there any news/update for polyhedral support? Any new plan?
@gregjohnson

@gregjohnson
Copy link
Contributor

Hello @kuldip-wagh , unfortunately we are not able to commit to developing this feature at this time, and therefore can't provide any timeline. However, we're open to accepting pull requests if this is a feature you / others are interested in contributing.

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