FEM: examples, add ccxtools solver

This commit is contained in:
Bernd Hahnebach
2021-08-09 21:21:10 +02:00
parent d635f03a60
commit 4e6a09be37
40 changed files with 40 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ def get_information():
"meshtype": "face",
"meshelement": "Tria3",
"constraints": ["fixed", "force", "contact"],
"solvers": ["calculix"],
"solvers": ["calculix", "ccxtools"],
"material": "solid",
"equation": "mechanical"
}