| 66 | |
| 67 | |
| 68 | void PhantomMeshGenerator::generate() { |
| 69 | initialize_wire_network(); |
| 70 | convert_parameters_to_attributes(); |
| 71 | tile(); |
| 72 | trim_irrelavent_edges(); |
| 73 | convert_attributes_to_parameters(); |
| 74 | inflate(); |
| 75 | } |
| 76 | |
| 77 | std::vector<MatrixFr> PhantomMeshGenerator::get_shape_velocities() const { |
| 78 | if (m_with_shape_velocities) { |