MCPcopy Create free account
hub / github.com/BLAST-WarpX/warpx / ComputeMaxStep

Method ComputeMaxStep

Source/Initialization/WarpXInitData.cpp:1114–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114void
1115WarpX::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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected