MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / AMREX_INLINE

Function AMREX_INLINE

Source/problems/problem_initialize_mhd_data.H:14–17  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12/// @param geomdata geometry data
13///
14AMREX_GPU_HOST_DEVICE AMREX_INLINE
15void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected