Volume meshing#71
Conversation
…t. Adds bool isVolume to options
…ending to pass the option
|
Initially I wanted to make "isVolume" a property of the mesh, and not of the options. However, the mesh is passed as an arguments a lot of times, and I thought that having to copy a new property when creating derived meshes was error-prone. Options are not modified after being passed to the mesher, and there the flag for volume filling is conserved along the process |
|
Additionally: I see there is the option "volumeGroups". However, the StaircaseMesher seems to be meant to work with a surface mesh as input. I have preferred keeping the mesher initialization almost the same, and instead checking during the "process" step whether the body should be treated as a volume |
|
@copilot check the action log and propose a solution to fix the vcpkg related compilation issue |
I checked the failed Actions runs ( |
…r into feature/volume_mesh
|
MIssing: test counting elements and checking there are more quads than w/o volume filling, and there no triangles, i.e., the volume is correctly filled |
No description provided.