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

Method getLevelSetVariable

include/ibamr/LevelSetUtilities.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
104private:
105 SAMRAI::tbox::Pointer<AdvDiffHierarchyIntegrator> d_adv_diff_integrator;

Callers 5

tagLSCellsFunction · 0.80
fixMassLoss2PhaseFlowsFunction · 0.80
fixMassLoss3PhaseFlowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected