| 70 | Mesh::Ptr get_mesh() { return m_mesh; } |
| 71 | MatrixFr get_vertices() const { return m_vertices; } |
| 72 | MatrixIr get_faces() const { return m_faces; } |
| 73 | MatrixIr get_voxels() const { return m_voxels; } |
| 74 | std::vector<MatrixFr> get_shape_velocities() const { return m_shape_velocities; } |
| 75 | VectorI get_face_sources() const { return m_face_sources; } |