Page 1 of 1

ElmerGrid

Posted: 24 Jul 2017, 12:56
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;

Re: ElmerGrid

Posted: 24 Jul 2017, 13:46
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