Initialize the simulation state data @param i x-index @param j y-index @param k z-index @param B face-centered magnetic field in direction idir (Fab) @param idir direction of the face to fill (0=x, 1=y, 2=z) @param geomdata geometry data
| 12 | /// @param geomdata geometry data |
| 13 | /// |
| 14 | AMREX_GPU_HOST_DEVICE AMREX_INLINE |
| 15 | void problem_initialize_mhd_data (int i, int j, int k, |
| 16 | Array4<Real> const& B, const int idir, |
| 17 | const GeometryData& geomdata) {} |
| 18 | |
| 19 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected