Skip to content
Snippets Groups Projects
Commit c4de8fae authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] LIE; add hex20 to local data initializer.

parent 3c22b752
No related branches found
No related tags found
No related merge requests found
...@@ -155,6 +155,12 @@ public: ...@@ -155,6 +155,12 @@ public:
makeLocalAssemblerBuilder<NumLib::ShapeQuad9>(); makeLocalAssemblerBuilder<NumLib::ShapeQuad9>();
#endif #endif
#if (OGS_ENABLED_ELEMENTS & ENABLED_ELEMENT_TYPE_CUBOID) != 0 && \
OGS_MAX_ELEMENT_DIM >= 3 && OGS_MAX_ELEMENT_ORDER >= 2
_builder[std::type_index(typeid(MeshLib::Hex20))] =
makeLocalAssemblerBuilder<NumLib::ShapeHex20>();
#endif
// /// Simplices //////////////////////////////////////////////// // /// Simplices ////////////////////////////////////////////////
#if (OGS_ENABLED_ELEMENTS & ENABLED_ELEMENT_TYPE_TRI) != 0 && \ #if (OGS_ENABLED_ELEMENTS & ENABLED_ELEMENT_TYPE_TRI) != 0 && \
......
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