| 413 | } // getCellWeightVariable |
| 414 | |
| 415 | int |
| 416 | HierarchyMathOps::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 | |
| 423 | Pointer<FaceVariable<NDIM, double>> |
| 424 | HierarchyMathOps::getFaceWeightVariable() const |
no outgoing calls