Bernd Hahnebach
718466154a
FEM: unit test, fix comments
2020-02-03 08:46:27 +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
473c62249e
FEM: ccx unit tests, sort methods by abc
2020-01-19 13:41:10 +01:00
Bernd Hahnebach
f59a9e518c
FEM: ccx unit tests, remove numbers from test names
2020-01-19 13:41:10 +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
b8287fd42b
FEM: unit tests, solver framework, separate tests for each solver
2019-09-27 09:30:02 +02:00
Bernd Hahnebach
88a74994ce
FEM: unit tests, fix comments
2019-09-23 21:16:47 +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
a3b4996534
FEM: unit tests, get back all tests
2019-09-13 16:32:49 +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
cfaf98994f
FEM: unit test, add comment
2019-09-13 09:33:14 +02:00
Bernd Hahnebach
f48b05b7d1
FEM: unit test, reactivate test to create objects
2019-09-11 19:12:16 +02:00
Bernd Hahnebach
cc16842542
FEM: unit test, temporary deactivate some unit test, due to not working object creation on Windows
2019-09-11 11:55:28 +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
7d39c36176
FEM: unit test, run test with given order
2019-09-11 10:19:23 +02:00
Bernd Hahnebach
33f2aa8759
FEM: test main module, use single quotes instead of double ones
2019-09-05 22:32:54 +02:00
Bernd Hahnebach
a8c56deca8
FEM: gmsh tools, fix writing groups and reactivate unit test for solve frame work
2019-09-02 19:50:41 +02:00
Bernd Hahnebach
df473d3b70
FEM: unit test, temporary deactivate solver frame work unit test, due to some changes in gmsh tools
2019-09-02 19:23:46 +02:00
Bernd Hahnebach
9bb420caf4
FEM: code formating, commands, use double quotes instead of single ones
2019-08-16 08:33:12 +02:00
Bernd Hahnebach
b921b9a692
FEM: code formating, max line length in unit test module
2019-06-30 14:09:05 +02:00
Bernd Hahnebach
949a70a197
FEM: flake8 and lgtm, dummy usage of imports in unit test module
2019-06-30 14:08:55 +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
joha2
36aa8e3b30
FEM: added import/export of mesh as YAML/JSON
2019-06-08 22:24:48 +02:00
Bernd Hahnebach
d2eed64bd5
FEM: unit tests, main module, add some comments
2019-05-22 06:59:33 +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
luz.paz
659d17129a
FIx some user and non-user facing typos
...
Found via ` codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig* -L pard,wallthicknessOn`
codespell version 1.15.0.dev0
2019-05-12 16:59:26 +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
a0003da98c
FEM: unit tests, typo in comment
2019-03-19 14:15:15 -03:00
luz.paz
cb4a0adf71
Misc. typos
...
Found via `codespell`
2019-02-08 11:01:24 -02:00
Bernd Hahnebach
211fba1244
FEM: unit tests, some defs to open the FreeCAD test files
2019-02-01 11:27:48 -02:00
Bernd Hahnebach
a766705193
FEM: unit tests, add some comments to open test files in FreeCAD
2019-01-20 00:32:19 +01:00
Bernd Hahnebach
1b6beb23ad
FEM: white space
2019-01-20 00:32:17 +01:00
Bernd Hahnebach
6cdc0769e4
FEM: unit tests, delete wrong comment command
2018-12-12 08:47:33 -03:00
Bernd Hahnebach
b1bc04aaf4
FEM: unit tests, split common module into a new module for result tests
2018-12-12 08:47:33 -03:00
Bernd Hahnebach
d5cb367e4b
FEM: unit tests, rename test class names
2018-12-12 08:47:33 -03:00
Bernd Hahnebach
09ee8b867c
FEM: unit tests, mesh move tetra10 tests in separate class
2018-12-12 08:47:33 -03:00
Bernd Hahnebach
99a7bad13d
FEM: unit tests, extend commends to command for every module test
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
30b006fef0
FEM: unit tests, move object tests in separate test module and class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6f2f3f6d35
FEM: unit tests, better comments
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
c6f513857d
FEM: unit tests, rename common class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
bbd340bc1a
FEM: unit tests, add some comment
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f63d39a8fb
FEM: unit tests, move mesh tests in own test module
2018-03-27 12:29:13 -03:00
Bernd Hahnebach
fe39f310e4
FEM: unit tests, add some example code to run FEM unit tests
2018-02-08 09:46:40 +01:00
Bernd Hahnebach
e556259fa4
FEM: unit tests, move module fem common test module to common test module
2018-02-07 19:03:48 +01:00