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 091bdd3 commit 43ff6f2Copy full SHA for 43ff6f2
examples/vector_fe/vector_fe_ex3/vector_fe_ex3.C
@@ -94,9 +94,11 @@ int main (int argc, char ** argv)
94
// Make sure the code is robust against nodal reorderings.
95
MeshTools::Modification::permute_elements(mesh);
96
97
+#ifdef LIBMESH_ENABLE_AMR
98
// Make sure the code is robust against mesh refinements.
99
MeshRefinement mesh_refinement(mesh);
100
mesh_refinement.uniformly_refine(infile("refine", 0));
101
+#endif
102
103
// Make sure the code is robust against solves on 2d meshes rotated out of
104
// the xy plane. By default, all Euler angles are zero, the rotation matrix
0 commit comments