\brief Transform spectral field specified by `field_index` back to * real space, and store it in the component `i_comp` of `field_mf` */
| 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` */ |
| 105 | void |
| 106 | SpectralSolverRZ::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`*/ |
nothing calls this directly
no outgoing calls
no test coverage detected