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

Method volProductSum

Source/driver/sum_utils.cpp:168–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168Real
169Castro::volProductSum (const std::string& name1,
170 const std::string& name2,
171 Real time, bool local)
172{
173 auto mf1 = derive(name1, time, 0);
174 auto mf2 = derive(name2, time, 0);
175
176 BL_ASSERT(mf1);
177 BL_ASSERT(mf2);
178
179 return volProductSum(*mf1, *mf2, 0, 0, local);
180}
181
182Real
183Castro::volProductSum (const MultiFab& mf1,

Callers 1

Calls 2

isValidMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected