| 371 | } // getPressureHierarchyDataOps |
| 372 | |
| 373 | Pointer<HierarchyMathOps> |
| 374 | IBStrategy::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 | |
| 382 | void |
| 383 | IBStrategy::registerVariable(int& current_idx, |
no outgoing calls
no test coverage detected