| 97 | } // getAdvDiffHierarchyIntegrator |
| 98 | |
| 99 | SAMRAI::tbox::Pointer<SAMRAI::pdat::CellVariable<NDIM, double>> getLevelSetVariable(int idx = 0) const |
| 100 | { |
| 101 | return d_ls_vars[idx]; |
| 102 | } // getLSVariable |
| 103 | |
| 104 | private: |
| 105 | SAMRAI::tbox::Pointer<AdvDiffHierarchyIntegrator> d_adv_diff_integrator; |
no outgoing calls
no test coverage detected