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

Function ca_dercond

Source/driver/Derive.cpp:320–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319#ifdef DIFFUSION
320 void ca_dercond(const Box& bx, FArrayBox& derfab, int /*dcomp*/, int /*ncomp*/,
321 const FArrayBox& datfab, const Geometry& /*geom*/,
322 Real /*time*/, const int* /*bcrec*/, int /*level*/)
323 {
324
325 auto const dat = datfab.array();
326 auto const der = derfab.array();
327
328 fill_temp_cond(bx, dat, der);
329
330 }
331
332 void ca_derdiffcoeff(const Box& bx, FArrayBox& derfab, int /*dcomp*/, int /*ncomp*/,
333 const FArrayBox& datfab, const Geometry& /*geom*/,

Callers

nothing calls this directly

Calls 1

fill_temp_condFunction · 0.85

Tested by

no test coverage detected