Commit Graph

34 Commits

Author SHA1 Message Date
Bernd Hahnebach
ddaaa5edf9 FEM: solver elmer unit test, small improvements 2020-07-01 21:44:09 +02:00
Bernd Hahnebach
f5dea7edc7 FEM: ccx constraint section print, add unit test 2020-06-24 09:22:09 +02:00
vocx-fc
2330eef823 FEM: fix failing unit test in Elmer meshing (SecondOrderLinear) 2020-05-30 23:30:10 +02:00
Bernd Hahnebach
0944b59947 FEM: unit tests, add test class to read old document objects 2020-05-22 01:15:50 +02:00
Bernd Hahnebach
c0aa89e7ae FEM: ccx input writer, splitted, improve heatflux constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b2dbd8c077 FEM: ccx input writer, splitted, improve pressure constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
8a7642142b FEM: ccx input writer, splitted, improve force constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
021c25a78f FEM: ccx input writer, splitted, improve node sets for fixed constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
11ef01fee1 FEM: ccx input writer, splitted, improve node sets for temperature constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b1623c4416 FEM: ccx writer, splitted writer, improve surface sets for tie and contact 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
3f399736db FEM: unit test, add ccx canti faceload hexa20 writing 2020-03-01 23:09:18 +01:00
Bernd Hahnebach
74c9ed8cdd FEM: fix unit tests because of 9c154f70 2020-03-01 14:56:53 +01:00
Bernd Hahnebach
a3d18bc01e FEM: change gravity in unit tests files to the new gravity constant 2020-02-27 11:48:37 +01:00
Bernd Hahnebach
0e37011803 FEM: constraint tie, get the faces data in writer base class 2020-02-19 17:56:47 +01:00
Bernd Hahnebach
4fcf01991a FEM: constraint tie, add input file writing unit test 2020-02-19 17:56:45 +01:00
Bernd Hahnebach
a2249c3c61 FEM: adapt unit tests on deleting of avg values 2020-02-18 17:44:05 +01:00
Bernd Hahnebach
bb189d540c FEM: thermomech bimetall, add it to the unit test 2020-02-06 23:36:47 +01:00
Bernd Hahnebach
7e01116206 FEM: node sets, return sorted with unique values 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
285d8547df FEM: constraint contact ccx writer, use name to identify constr data in writer file 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
230c1c9303 FEM: change example contact shell shell name 2020-02-01 16:37:15 +01:00
Bernd Hahnebach
3310d52f75 FEM: add contact solid solid unit test 2020-02-01 16:37:09 +01:00
Bernd Hahnebach
1550d26afa FEM: ccx writer, fix typo in contact surface writer 2020-01-29 08:37:42 +01:00
UR-0
02ebcd13cc FEM: ccx writer, delete space in input file 2020-01-27 18:13:47 +01:00
Bernd Hahnebach
785e4b1ef0 FEM: ccx unit tests, improve multiple material test name 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
085bce3774 FEM: ccx unit tests, add material nonlinear input file writing test 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
416eac6ced FEM: unit test, add shell contact inp file writing 2020-01-16 23:00:19 +01:00
Bernd Hahnebach
c251caa934 FEM: gmsh, small changes in comments and update of comments in unit test file 2019-12-17 22:41:42 +01:00
Bernd Hahnebach
97b6c3eb04 FEM: gmsh, new interpolation parameter, fix unit test 2019-12-17 22:41:33 +01:00
Bernd Hahnebach
12c31ab055 FEM: add gitattributes file to let git manage file endings and normalize them 2019-12-12 07:29:15 +01:00
Bernd Hahnebach
bc29bcf6fd 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
bad8f9a303 FEM: example thermomech flow1d, move mesh from unit tests to fem examples 2019-09-26 07:26:06 +02:00
Bernd Hahnebach
b1765cfddc FEM: example multimaterial, move mesh from unit tests to fem examples 2019-09-25 21:22:12 +02:00
Bernd Hahnebach
0f2fc08878 FEM: example thermomech spine, move mesh from unit tests to fem examples 2019-09-25 21:21:50 +02:00
Markus Hovorka
f96c805dbb 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