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

Method locWgtSum

Source/driver/sum_utils.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Real
79Castro::locWgtSum (const std::string& name, Real time, int idir, bool local)
80{
81 auto mf = derive(name, time, 0);
82
83 BL_ASSERT(mf);
84
85 return locWgtSum(*mf, 0, idir, local);
86}
87
88Real
89Castro::locWgtSum (const MultiFab& mf, int comp, int idir, bool local)

Callers 1

Calls 2

isValidMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected