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

Method BackwardTransform

Source/FieldSolver/SpectralSolver/SpectralSolverRZ.cpp:105–111  ·  view source on GitHub ↗

\brief Transform spectral field specified by `field_index` back to * real space, and store it in the component `i_comp` of `field_mf` */

Source from the content-addressed store, hash-verified

103/* \brief Transform spectral field specified by `field_index` back to
104 * real space, and store it in the component `i_comp` of `field_mf` */
105void
106SpectralSolverRZ::BackwardTransform (const int lev,
107 amrex::MultiFab& field_mf, int const field_index,
108 int const i_comp) {
109 ABLASTR_PROFILE("SpectralSolverRZ::BackwardTransform");
110 field_data.BackwardTransform(lev, field_mf, field_index, i_comp);
111}
112
113/* \brief Transform spectral fields specified by `field_index1` and `field_index2`
114 * back to real space, and store it in `field_mf1` and `field_mf2`*/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected