MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / computeSourceStrengths

Method computeSourceStrengths

src/IB/IBStandardSourceGen.cpp:254–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252} // setSourcePressures
253
254void
255IBStandardSourceGen::computeSourceStrengths(std::vector<double>& Q_src,
256 const Pointer<PatchHierarchy<NDIM>> /*hierarchy*/,
257 const int level_number,
258 const double /*data_time*/,
259 LDataManager* const /*l_data_manager*/)
260{
261 Q_src = d_Q_src[level_number];
262 return;
263} // computeSourceStrengths
264
265void
266IBStandardSourceGen::putToDatabase(Pointer<Database> db)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected