Skip to content
Snippets Groups Projects
Commit 6b4bacab authored by wenqing's avatar wenqing
Browse files

[LIE/HM] Enable to use linear elements for M process.

parent 1a9aaaf1
No related branches found
No related tags found
No related merge requests found
...@@ -60,9 +60,9 @@ class LocalDataInitializer final ...@@ -60,9 +60,9 @@ class LocalDataInitializer final
return false; return false;
} }
// exclude 0D elements and linear elements // exclude 0D elements
return ElementTraits::Element::dimension >= 1 && return ElementTraits::Element::dimension >= 1 &&
ElementTraits::ShapeFunction::ORDER == 2; ElementTraits::ShapeFunction::ORDER >= 1;
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment