| 1112 | } |
| 1113 | |
| 1114 | void |
| 1115 | WarpX::ComputeMaxStep () |
| 1116 | { |
| 1117 | if (m_zmax_plasma_to_compute_max_step.has_value()) { |
| 1118 | computeMaxStepBoostAccelerator(); |
| 1119 | } |
| 1120 | } |
| 1121 | |
| 1122 | /* \brief computes max_step for wakefield simulation in boosted frame. |
| 1123 | * \param geom: Geometry object that contains simulation domain. |
nothing calls this directly
no outgoing calls
no test coverage detected