Skip to content
Snippets Groups Projects
Commit 78536aca authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Dmitry Yu. Naumov
Browse files

[Num/Fem] add Line3 to LowerDimShapeTable

parent 6bfa40f0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
#include "NumLib/Fem/ShapeFunction/ShapeHex20.h"
#include "NumLib/Fem/ShapeFunction/ShapeHex8.h"
#include "NumLib/Fem/ShapeFunction/ShapeLine2.h"
#include "NumLib/Fem/ShapeFunction/ShapeLine3.h"
#include "NumLib/Fem/ShapeFunction/ShapePrism15.h"
#include "NumLib/Fem/ShapeFunction/ShapePrism6.h"
#include "NumLib/Fem/ShapeFunction/ShapePyra13.h"
......@@ -29,6 +31,11 @@ namespace NumLib
template <typename SF>
struct LowerDim;
template <>
struct LowerDim<NumLib::ShapeLine3>
{
using type = NumLib::ShapeLine2;
};
template <>
struct LowerDim<NumLib::ShapeQuad8>
{
......
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