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

Function AMREX_INLINE

Source/problems/problem_source.H:4–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#define problem_source_H
3
4AMREX_GPU_HOST_DEVICE AMREX_INLINE
5void problem_source (int i, int j, int k,
6 GeometryData const& geomdata,
7 Array4<const Real> const& state,
8 Array4<Real> const& src,
9 const Real dt, const Real time) {
10
11 amrex::ignore_unused(i);
12 amrex::ignore_unused(j);
13 amrex::ignore_unused(k);
14 amrex::ignore_unused(geomdata);
15 amrex::ignore_unused(state);
16 amrex::ignore_unused(src);
17 amrex::ignore_unused(dt);
18 amrex::ignore_unused(time);
19
20}
21
22#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected