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

Method getCellWeightPatchDescriptorIndex

ibtk/src/math/HierarchyMathOps.cpp:415–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413} // getCellWeightVariable
414
415int
416HierarchyMathOps::getCellWeightPatchDescriptorIndex()
417{
418 if (!d_using_wgt_cc) resetCellWeights(d_coarsest_ln, d_finest_ln);
419 d_using_wgt_cc = true;
420 return d_wgt_cc_idx;
421} // getCellWeightPatchDescriptorIndex
422
423Pointer<FaceVariable<NDIM, double>>
424HierarchyMathOps::getFaceWeightVariable() const

Callers 15

mainFunction · 0.80
mainFunction · 0.80
spreadFluidSourceMethod · 0.80
interpolatePressureMethod · 0.80
integrateMethod · 0.80

Calls

no outgoing calls

Tested by 5

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64