Volume Mesh Support for Prism and Pyramid Cell Types. Fixes #337#353
Volume Mesh Support for Prism and Pyramid Cell Types. Fixes #337#353nmwsharp merged 17 commits intonmwsharp:masterfrom
Conversation
|
@nmwsharp, please take a look at this when you have a chance and let me know what you think. For a simple test mesh comprising of a hex, two prisms, a pyramid and a tet, it produces results that look like this. I've tried to update the docs here, at least for cpp: nmwsharp/polyscope-docs#18 |
|
I am highly interested in this feature. Is further contribution needed? |
|
Just waiting on review/feedback. |
|
Hi, thanks for this and pardon the slow response, looking into it a bit now. One immediate question: I see that |
|
(fyi I may just push directly to this branch to resolve things and get it merged if I see obvious solutions to small problems) |
Co-authored-by: Copilot <copilot@github.com>
|
Merged! Note that I changed the indexing on the prism type from your version, because I felt it was inconsistent with the others. (The others all had a "bottom" face that is clockwise-inward wound). Let me know if anything doesn't seem right. Thanks for this! |

This PR tries to address this issue: #337