MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / setHypreMulti

Method setHypreMulti

Source/radiation/RadSolve.cpp:1098–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096// </ MGFLD routines>
1097
1098void RadSolve::setHypreMulti(Real cMul, Real d1Mul, Real d2Mul)
1099{
1100 if (hem) {
1101 hem-> cMultiplier() = cMul;
1102 hem->d1Multiplier() = d1Mul;
1103 hem->d2Multiplier() = d2Mul;
1104 }
1105}
1106
1107void RadSolve::restoreHypreMulti()
1108{

Callers 1

gray_accelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected