48 void update(
const DiffCoeffFunc& computeDiffCoeff)
50 for (
int phaseIdx = 0; phaseIdx < numPhases; ++ phaseIdx)
51 for (
int compIIdx = 0; compIIdx < numComponents; ++compIIdx)
52 for (
int compJIdx = compIIdx+1; compJIdx < numComponents; ++compJIdx)
53 diffCoeff_[getIndex_(phaseIdx, compIIdx, compJIdx)]
54 = computeDiffCoeff(phaseIdx, compIIdx, compJIdx);