Skip to content
Snippets Groups Projects
Commit f4d67b24 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix order node of high order prism

parent c51b04dc
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,10 @@ class MPrismN : public MPrism {
}
return "";
}
virtual void reverse()
{
Msg::Error("Reverse not implemented yet for MPrismN");
}
virtual void getNode(int num, double &u, double &v, double &w) const
{
const fullMatrix<double> &p = getFunctionSpace()->points;
......
......@@ -16,11 +16,11 @@ Circle(3) = {5,1,6};
Circle(4) = {2,1,3};
Circle(5) = {7,1,6};
Circle(6) = {4,1,3};
Line(7) = {1,5};
//Line(7) = {1,5};
Line(8) = {5,2};
Line(9) = {1,6};
//Line(9) = {1,6};
Line(10) = {6,3};
Line(11) = {1,7};
//Line(11) = {1,7};
Line(12) = {7,4};
Line Loop(17) = {2,-8,-1,12};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment