Commit Graph

30 Commits

Author SHA1 Message Date
Bernd Hahnebach
ad33755869 FEM: ccx input writer, splitted, improve heatflux constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
5146ec5432 FEM: ccx input writer, splitted, improve pressure constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
fe40f2d07e FEM: ccx input writer, splitted, improve force constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
da4dd0baba FEM: ccx input writer, splitted, improve node sets for fixed constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
e6215ccb9e FEM: ccx input writer, splitted, improve node sets for temperature constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
8eda47df6f FEM: ccx writer, splitted writer, improve surface sets for tie and contact 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
53edc755dd FEM: unit test, add ccx canti faceload hexa20 writing 2020-03-01 23:09:18 +01:00
Bernd Hahnebach
b40aaf921e FEM: fix unit tests because of a8b7daf7 2020-03-01 14:56:53 +01:00
Bernd Hahnebach
f57062b73f FEM: change gravity in unit tests files to the new gravity constant 2020-02-27 11:48:37 +01:00
Bernd Hahnebach
47c717431c FEM: constraint tie, get the faces data in writer base class 2020-02-19 17:56:47 +01:00
Bernd Hahnebach
7b6d44ded8 FEM: constraint tie, add input file writing unit test 2020-02-19 17:56:45 +01:00
Bernd Hahnebach
d3d7d8aa0e FEM: adapt unit tests on deleting of avg values 2020-02-18 17:44:05 +01:00
Bernd Hahnebach
c6ed136442 FEM: thermomech bimetall, add it to the unit test 2020-02-06 23:36:47 +01:00
Bernd Hahnebach
99ce8a55ff FEM: node sets, return sorted with unique values 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
3706b88975 FEM: constraint contact ccx writer, use name to identify constr data in writer file 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
ec192862b2 FEM: change example contact shell shell name 2020-02-01 16:37:15 +01:00
Bernd Hahnebach
dc554690cb FEM: add contact solid solid unit test 2020-02-01 16:37:09 +01:00
Bernd Hahnebach
2f0208ba06 FEM: ccx writer, fix typo in contact surface writer 2020-01-29 08:37:42 +01:00
UR-0
67d44305cd FEM: ccx writer, delete space in input file 2020-01-27 18:13:47 +01:00
Bernd Hahnebach
6ed85d5a8d FEM: ccx unit tests, improve multiple material test name 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
bcb7d3cdc4 FEM: ccx unit tests, add material nonlinear input file writing test 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
712758c3e5 FEM: unit test, add shell contact inp file writing 2020-01-16 23:00:19 +01:00
Bernd Hahnebach
82679b780d FEM: gmsh, small changes in comments and update of comments in unit test file 2019-12-17 22:41:42 +01:00
Bernd Hahnebach
7365bcbd6c FEM: gmsh, new interpolation parameter, fix unit test 2019-12-17 22:41:33 +01:00
Bernd Hahnebach
e680701037 FEM: add gitattributes file to let git manage file endings and normalize them 2019-12-12 07:29:15 +01:00
Bernd Hahnebach
ecbba498ba FEM: examples simple box static and frequency, move mesh from unit tests to fem examples 2019-09-26 18:30:20 +02:00
Bernd Hahnebach
9883b05c6f FEM: example thermomech flow1d, move mesh from unit tests to fem examples 2019-09-26 07:26:06 +02:00
Bernd Hahnebach
6fdd0685ac FEM: example multimaterial, move mesh from unit tests to fem examples 2019-09-25 21:22:12 +02:00
Bernd Hahnebach
5a84dc27cb FEM: example thermomech spine, move mesh from unit tests to fem examples 2019-09-25 21:21:50 +02:00
Markus Hovorka
e1b1014d36 FEM: Restructure python test modules/packages
There is a new split into app and gui tests. For this purpose two
packages where created: femtest.app and femtest.gui. Tests that don't
require the GUI up and running are inside the femtest.app package. Tests
that do require the GUI are inside the femtest.gui package. Also
underscores where added to the module names: testcommon to test_common.
2019-09-23 21:16:45 +02:00