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

Method restoreHypreMulti

Source/radiation/RadSolve.cpp:1107–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107void RadSolve::restoreHypreMulti()
1108{
1109 if (hem) {
1110 hem-> cMultiplier() = cMulti;
1111 hem->d1Multiplier() = d1Multi;
1112 hem->d2Multiplier() = d2Multi;
1113 }
1114}
1115
1116void RadSolve::getEdgeMetric(int idim, const Geometry& geom, const Box& edgebox,
1117 Vector<Real>& r, Vector<Real>& s)

Callers 1

gray_accelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected