Skip to content

Commit 43ff6f2

Browse files
committed
Fix --disable-amr builds
1 parent 091bdd3 commit 43ff6f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/vector_fe/vector_fe_ex3/vector_fe_ex3.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ int main (int argc, char ** argv)
9494
// Make sure the code is robust against nodal reorderings.
9595
MeshTools::Modification::permute_elements(mesh);
9696

97+
#ifdef LIBMESH_ENABLE_AMR
9798
// Make sure the code is robust against mesh refinements.
9899
MeshRefinement mesh_refinement(mesh);
99100
mesh_refinement.uniformly_refine(infile("refine", 0));
101+
#endif
100102

101103
// Make sure the code is robust against solves on 2d meshes rotated out of
102104
// the xy plane. By default, all Euler angles are zero, the rotation matrix

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy