Skip to content

Adding support for 2dm files

Karsten Rink requested to merge rinkk/ogs:2dmImport into master

Adding support of *.2dm files to the current GMS interface.

I've added triangles, both regular and quadratic, and implicitely convert both to regular triangles.

(I've left out quads for now because I have no example using these. I also ignore quadratic elements at this point. If we need this later, it shouldn't be hard to add.)

Merge request reports