We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bab46 commit c0e26acCopy full SHA for c0e26ac
Exec/unit_tests/diffusion_test/Prob.cpp
@@ -30,6 +30,9 @@ void Castro::problem_post_simulation(Vector<std::unique_ptr<AmrLevel> >& amr_lev
30
#ifdef TRUE_SDC
31
// if we are fourth-order, we need to convert to averages
32
if (sdc_order == 4) {
33
+ auto domain_lo = castro.geom.Domain().loVect3d();
34
+ auto domain_hi = castro.geom.Domain().hiVect3d();
35
+
36
FArrayBox tmp;
37
38
for (MFIter mfi(*analytic); mfi.isValid(); ++mfi) {
0 commit comments