| 644 | } // getCurrentCycleNumber |
| 645 | |
| 646 | double |
| 647 | HierarchyIntegrator::getCurrentTimeStepSize() const |
| 648 | { |
| 649 | return d_current_dt; |
| 650 | } // getCurrentTimeStepSize |
| 651 | |
| 652 | void |
| 653 | HierarchyIntegrator::preprocessIntegrateHierarchy(const double current_time, |
no outgoing calls
no test coverage detected