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

Method getHierarchyMathOps

src/IB/IBStrategy.cpp:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371} // getPressureHierarchyDataOps
372
373Pointer<HierarchyMathOps>
374IBStrategy::getHierarchyMathOps() const
375{
376#if !defined(NDEBUG)
377 TBOX_ASSERT(d_ib_solver);
378#endif
379 return d_ib_solver->d_hier_math_ops;
380} // getHierarchyMathOps
381
382void
383IBStrategy::registerVariable(int& current_idx,

Callers 10

computeForcingMethod · 0.45
fixMassLoss2PhaseFlowsFunction · 0.45
fixMassLoss3PhaseFlowsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected