Integration of meshtaichi_patcher into Taichi
Concisely describe the proposed feature A clear and concise description of what you want. For example,
The MeshTaichi framework is now officially part of Taichi and can be installed by pip. However, to import the mesh generated by tetgen, the meshtaichi_patcher is still required, but the meshtaichi_patcher is not updated accordingly. Is it possible to integrate meshtaichi_patcher into Taichi?
Describe the solution you'd like (if any) Integrate meshtaichi_patcher into Taichi
Additional comments Add any other context or screenshots about the feature request here.
Hi, just dropping a line to inquire if meshtaichi_patcher integration is still happening?
I'm really looking forward for the mesh control features that return mesh object with specific relations, like:
mesh = Patcher.load_mesh(args.model, relations=['VV', 'VF', 'FV'])