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

Method CurrentCorrection

Source/FieldSolver/SpectralSolver/SpectralSolverRZ.cpp:177–181  ·  view source on GitHub ↗

* \brief Public interface to call the virtual function \c CurrentCorrection, * defined in the base class SpectralBaseAlgorithmRZ and possibly overridden * by its derived classes (e.g. PsatdAlgorithmRZ), from * objects of class SpectralSolverRZ through the private unique pointer \c algorithm */

Source from the content-addressed store, hash-verified

175 * objects of class SpectralSolverRZ through the private unique pointer \c algorithm
176 */
177void
178SpectralSolverRZ::CurrentCorrection ()
179{
180 algorithm->CurrentCorrection(field_data);
181}
182
183void
184SpectralSolverRZ::VayDeposition ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected