We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdc8cb commit abf3157Copy full SHA for abf3157
Exec/unit_tests/diffusion_test/Prob.cpp
@@ -22,12 +22,13 @@ void Castro::problem_post_simulation(Vector<std::unique_ptr<AmrLevel> >& amr_lev
22
23
auto domain_lo = castro.geom.Domain().loVect3d();
24
auto domain_hi = castro.geom.Domain().hiVect3d();
25
+ const auto coord_type = castro.geom.Coord();
26
27
// the state data
28
MultiFab& S = castro.get_new_data(State_Type);
29
30
// derive the analytic solution
- auto analytic = castro.derive("analytic", time, 1);
31
+ auto analytic = castro.derive("analytic", time, coord_type);
32
33
#ifdef TRUE_SDC
34
// if we are fourth-order, we need to convert to averages
0 commit comments