Skip to content
Snippets Groups Projects
Commit 0055268a authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[facetcoupling][gmshgridcreator] add handling of points in .msh file

parent 2b8d6b3f
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!380mixeddimension-facetcoupling
...@@ -188,6 +188,12 @@ public: ...@@ -188,6 +188,12 @@ public:
switch (elemType) switch (elemType)
{ {
case 15: // points
{
// do nothing for points
break;
}
case 1: // 2-node line case 1: // 2-node line
{ {
// the geometry type for lines // the geometry type for lines
......
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