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

Function AMREX_INLINE

Source/problems/problem_initialize_state_data.H:13–14  ·  view source on GitHub ↗

Initialize the simulation state data @param i x-index @param j y-index @param k z-index @param state simulation state (Fab) @param geomdata geometry data

Source from the content-addressed store, hash-verified

11/// @param geomdata geometry data
12///
13AMREX_GPU_HOST_DEVICE AMREX_INLINE
14void problem_initialize_state_data (int i, int j, int k, Array4<Real> const& state, const GeometryData& geomdata) {}
15
16#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected