FEM: examples, fix mesh information

This commit is contained in:
Bernd Hahnebach
2021-06-16 16:23:47 +02:00
parent 91424d5ca9
commit 2445bc980c
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Constraint Constact Shell Shell",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria3",
"constraints": ["fixed", "force", "contact"],
"solvers": ["calculix"],