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 40c323b commit d7dfd7aCopy full SHA for d7dfd7a
src/base/dof_map.C
@@ -610,11 +610,11 @@ void DofMap::reinit(MeshBase & mesh)
610
if (!vg_description.active_on_subdomain(elem->subdomain_id()))
611
continue;
612
613
- const ElemType type = elem->type();
614
-
615
FEType fe_type = base_fe_type;
616
617
#ifdef LIBMESH_ENABLE_AMR
+ const ElemType type = elem->type();
+
618
// Make sure we haven't done more p refinement than we can
619
// handle
620
if (elem->p_level() + base_fe_type.order >
0 commit comments