We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee219ab commit ca3df68Copy full SHA for ca3df68
src/pgen/magnoh.cpp
@@ -77,10 +77,6 @@ void Mesh::InitUserMeshData(ParameterInput *pin) {
77
perturb = pin->GetOrAddReal("problem","perturb",0.0);
78
mphi = pin->GetOrAddReal("problem","mphi",1.0);
79
80
- // Add AMR condition based on density gradient
81
- if (adaptive==true)
82
- EnrollUserRefinementCondition(RefinementCondition);
83
-
84
return;
85
}
86
0 commit comments