Commit Graph

137 Commits

Author SHA1 Message Date
Bernd Hahnebach
8eb00d7c9b FEM: ccx unit tests, improve prints 2019-09-26 07:26:23 +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
f70e31b111 FEM: move setup flow 1D thermomech example from unit tests to fem examples 2019-09-26 07:26:02 +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
e7bd900a94 FEM: move setup multimaterial example from unit tests to fem examples 2019-09-25 21:22:03 +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
Bernd Hahnebach
79dcd464b2 FEM: move setup thermomech example from unit tests to fem examples 2019-09-25 21:21:45 +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
Bernd Hahnebach
44e853c2f8 FEM: typo 2019-09-13 18:59:11 +02:00
Bernd Hahnebach
2797726880 FEM: test modules, use double quotes instead of single ones, all FEM done :-) 2019-09-13 18:59:02 +02:00
Bernd Hahnebach
d85e2bfebc FEM: unit tests, add a new test to make sure all FEM objects are available to add to a document 2019-09-13 12:58:26 +02:00
Bernd Hahnebach
86f0b320cd FEM: unit test, make it more obvisious when a new class starts 2019-09-13 12:58:17 +02:00
Bernd Hahnebach
8a913cded8 FEM: unit test, add test to import Fem and FemGui 2019-09-11 10:19:43 +02:00
Bernd Hahnebach
5d2aba070d FEM: unit test, add some print to distinguish the test classes 2019-09-11 10:19:33 +02:00
Bernd Hahnebach
c844d537f1 FEM: unit tests, fix round failure on windows by setting fix float numbers 2019-07-10 22:08:09 +02:00
Bernd Hahnebach
3678c7fa58 FEM: code formating, unit tests, objs 2019-07-05 23:07:56 +02:00
Bernd Hahnebach
6b047bbd0c FEM: unit tests, result stats, fix principal and shear stats 2019-07-05 22:46:31 +02:00
Bernd Hahnebach
e25cd0c034 FEM: unit tests, result stats, fix sabs for frequency results 2019-07-05 22:46:20 +02:00
Bernd Hahnebach
47c71b5db0 FEM: unit tests, result stats, fix compare method and reactivate tests 2019-07-05 22:46:10 +02:00
Bernd Hahnebach
9826c2c2ae FEM: unit test, fix stats compare calls and method, temporary deactivate some stats tests 2019-07-05 09:09:04 +02:00
Bernd Hahnebach
fda0e7706d FEM: unit test, delete not needed pass 2019-07-05 09:08:53 +02:00
Bernd Hahnebach
3889fb8155 FEM: unit tests, temporary deactivate one results stats test 2019-07-03 12:51:26 +02:00
Bernd Hahnebach
c28684d9db FEM: bare Python exceptions, fix the Import ones 2019-06-30 23:49:55 +02:00
Bernd Hahnebach
b8f0de88bb FEM: unit tests, set up documents without a try except 2019-06-30 23:49:47 +02:00
Bernd Hahnebach
2c9b774583 FEM: code formating in unit tests 2019-06-16 22:42:15 +02:00
luz.paz
9845c002ab Misc. source comment typo and whitespace fixes
Found via codespell
2019-06-16 20:47:07 +02:00
Bernd Hahnebach
99bca23ba1 FEM: concrete, rho calculation unit test 2019-06-16 18:29:32 +02:00
HarryvL
d3007258e7 FEM: concrete results, new methods for calculating results for concrete materials 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
ed006b82c3 FEM: reinforced material, add object, including all FEM object unit tests 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
8d7f50742a FEM: in out unit test, fix yml mesh test 2019-06-11 21:13:28 +02:00
Bernd Hahnebach
14debfd780 FEM: calculix writer and unit tests, fix reaction force writing 2019-06-11 10:37:08 +02:00
Bernd Hahnebach
cc3085c61e FEM: unit tests, temporary deactivat yaml mesh test 2019-06-11 10:37:08 +02:00
joha2
36aa8e3b30 FEM: added import/export of mesh as YAML/JSON 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
5cf697e610 FEM: unit tests, mesh element reader writer, simplify tests 2019-05-28 22:19:44 +02:00
Bernd Hahnebach
280cc1b011 FEM: code formating, line length < 100, there still where some left 2019-05-28 05:48:23 +02:00
Bernd Hahnebach
add659542b FEM: unit test, fix comment 2019-05-28 05:48:23 +02:00
Bernd Hahnebach
f77785c95c FEM: unit tests, objects, add some comments an new lines 2019-05-27 14:51:57 +02:00
Bernd Hahnebach
e774788dbd FEM: code formating, max line length < 100, fem test modules 2019-05-26 20:48:06 +02:00
Bernd Hahnebach
d3a4940d18 FEM: unit tests, test values and units of known quantities from all build in solid materials 2019-05-14 12:05:47 +02:00
Bernd Hahnebach
00ea489b7b FEM: unit tests, known material parameter unit test 2019-05-14 12:05:47 +02:00
Bernd Hahnebach
20b8c28ca6 FEM: unit tests, add modul for material tests 2019-05-14 12:05:47 +02:00
Bernd Hahnebach
0f40e11b98 FEM: unit tests, add a method to get all test methods, add them to test modul to simply copy them 2019-04-04 09:00:36 +02:00
Bernd Hahnebach
b5c9356ab6 FEM: elmer, use console print and delete not needed prints in unit test 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
5718eb4dcc FEM: unit tests, do not use join on module import test 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
3d784c5bd2 FEM: unit tests, add some comments 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
ec2a3d201b FEM: unit tests, add test for displacement abs 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
0d1c841437 FEM: input file writer, use join from os package 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
73813d112c FEM: unit tests, use join from os package 2019-03-31 11:18:10 +02:00
Bernd Hahnebach
c6b4ab0bce FEM: unit tests, fix von mises and principal stress calculations 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
123c4228c1 FEM: unit tests, solver frame work, typo in ccx solver test 2019-03-19 14:15:15 -03:00