| 54 | } |
| 55 | |
| 56 | void PeriodicExploration::with_refinement( |
| 57 | const std::string& algorithm, size_t order) { |
| 58 | m_refine_algorithm = algorithm; |
| 59 | m_refine_order = order; |
| 60 | } |
| 61 | |
| 62 | void PeriodicExploration::with_profile(const std::string& name) { |
| 63 | m_profile = WireProfile::create(name); |