! * \brief Return the advection diffusion integrator used to evolve the conformation tensor. */
| 285 | * \brief Return the advection diffusion integrator used to evolve the conformation tensor. |
| 286 | */ |
| 287 | inline SAMRAI::tbox::Pointer<AdvDiffSemiImplicitHierarchyIntegrator> getAdvDiffHierarchyIntegrator() |
| 288 | { |
| 289 | return d_adv_diff_integrator; |
| 290 | } |
| 291 | |
| 292 | private: |
| 293 | void commonConstructor(const SAMRAI::tbox::Pointer<SAMRAI::tbox::Database> input_db, |
no outgoing calls
no test coverage detected