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

Method setSourcePressures

src/IB/IBStandardSourceGen.cpp:243–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241} // getSourceLocations
242
243void
244IBStandardSourceGen::setSourcePressures(const std::vector<double>& P_src,
245 const Pointer<PatchHierarchy<NDIM>> /*hierarchy*/,
246 const int level_number,
247 const double /*data_time*/,
248 LDataManager* const /*l_data_manager*/)
249{
250 d_P_src[level_number] = P_src;
251 return;
252} // setSourcePressures
253
254void
255IBStandardSourceGen::computeSourceStrengths(std::vector<double>& Q_src,

Callers 1

interpolatePressureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected