ElmerGrid

The graphical user interface of Elmer
Post Reply
sharath
Posts: 15
Joined: 14 Jul 2017, 09:20
Antispam: Yes

ElmerGrid

Post by sharath »

What is meant by the following Elements Types in ElmerGrid

case 13:
elmertype = 718;
break;
case 14:
elmertype = 614;
break;
case 20:
elmertype = 309;
break;
case 22:
elmertype = 312;
break;
case 24:
elmertype = 315;
break;
case 25:
elmertype = 320;
break;
case 26:
elmertype = 204;
break;
case 27:
elmertype = 205;
break;
case 28:
elmertype = 206;
break;
case 29:
elmertype = 520;
break;
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: ElmerGrid

Post by mzenker »

Hmmm, is this an extract of ElmerGrid code?
A quick research in the Documentation (Solver Manual) gives the information that element types are defined in elements.def, which lives in share/elmersolver/lib in the Elmer installation directory. But I didn't find elements with those numbers there. So there is a missing piece of information which I might have overlooked. The answer can certainly be found in the code of ElmerSolver and ElmerGrid. I cannot search further due to lack of time.

Peter, could you have a look into that case...?

Matthias
Post Reply