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

Method getAdvDiffHierarchyIntegrator

include/ibamr/CFINSForcing.h:287–290  ·  view source on GitHub ↗

! * \brief Return the advection diffusion integrator used to evolve the conformation tensor. */

Source from the content-addressed store, hash-verified

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
292private:
293 void commonConstructor(const SAMRAI::tbox::Pointer<SAMRAI::tbox::Database> input_db,

Calls

no outgoing calls

Tested by

no test coverage detected