Commit Graph

169 Commits

Author SHA1 Message Date
Bernd Hahnebach
5620122ae7 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
3f399736db FEM: unit test, add ccx canti faceload hexa20 writing 2020-03-01 23:09:18 +01:00
Bernd Hahnebach
4fcf01991a FEM: constraint tie, add input file writing unit test 2020-02-19 17:56:45 +01:00
Bernd Hahnebach
7f7693866f FEM: unit tests, fix comments 2020-02-18 08:19: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
6001172f5a FEM: unit test, fix comments 2020-02-03 08:46:27 +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
bfdb124dca FEM: ccx unit tests, sort methods by abc 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
4c786b56ab FEM: ccx unit tests, remove numbers from test names 2020-01-19 13:41:10 +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
506ab243e9 FEM: unit tests, solver framework, separate tests for each solver 2019-09-27 09:30:02 +02:00
Bernd Hahnebach
b2483c0a1d FEM: unit tests, fix comments 2019-09-23 21:16:47 +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
Bernd Hahnebach
94fdbd28c8 FEM: unit tests, get back all tests 2019-09-13 16:32:49 +02:00
Bernd Hahnebach
86930efea6 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
4ee5f34123 FEM: unit test, add comment 2019-09-13 09:33:14 +02:00
Bernd Hahnebach
c53d3074ae FEM: unit test, reactivate test to create objects 2019-09-11 19:12:16 +02:00
Bernd Hahnebach
84d92496b3 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
4f2313edbb FEM: unit test, add test to import Fem and FemGui 2019-09-11 10:19:43 +02:00
Bernd Hahnebach
8a2a59fe15 FEM: unit test, run test with given order 2019-09-11 10:19:23 +02:00
Bernd Hahnebach
791ca31552 FEM: test main module, use single quotes instead of double ones 2019-09-05 22:32:54 +02:00
Bernd Hahnebach
cab9145a81 FEM: gmsh tools, fix writing groups and reactivate unit test for solve frame work 2019-09-02 19:50:41 +02:00
Bernd Hahnebach
6c8163e091 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
2ed7936c11 FEM: code formating, commands, use double quotes instead of single ones 2019-08-16 08:33:12 +02:00
Bernd Hahnebach
fe91c44508 FEM: code formating, max line length in unit test module 2019-06-30 14:09:05 +02:00
Bernd Hahnebach
1a67ec6c26 FEM: flake8 and lgtm, dummy usage of imports in unit test module 2019-06-30 14:08:55 +02:00
Bernd Hahnebach
f7f9dfcdec FEM: concrete, rho calculation unit test 2019-06-16 18:29:32 +02:00
HarryvL
3950dc7a25 FEM: concrete results, new methods for calculating results for concrete materials 2019-06-16 18:29:32 +02:00
joha2
d78f5a1151 FEM: added import/export of mesh as YAML/JSON 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
1eca20de34 FEM: unit tests, main module, add some comments 2019-05-22 06:59:33 +02:00
Bernd Hahnebach
2046f81b1c 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
13af9ab884 FEM: unit tests, known material parameter unit test 2019-05-14 12:05:47 +02:00
Bernd Hahnebach
b753d771fc FEM: unit tests, add modul for material tests 2019-05-14 12:05:47 +02:00
luz.paz
8d5fbd947b 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
100ab0f7b6 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
26d59e4ca3 FEM: unit tests, typo in comment 2019-03-19 14:15:15 -03:00
luz.paz
4cfda0c3a5 Misc. typos
Found via `codespell`
2019-02-08 11:01:24 -02:00
Bernd Hahnebach
cba29e6ce6 FEM: unit tests, some defs to open the FreeCAD test files 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
d0d8b99302 FEM: unit tests, add some comments to open test files in FreeCAD 2019-01-20 00:32:19 +01:00
Bernd Hahnebach
969b8860f8 FEM: white space 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
5d105319d3 FEM: unit tests, delete wrong comment command 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
a3ea67ceae FEM: unit tests, split common module into a new module for result tests 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
8d88af3803 FEM: unit tests, rename test class names 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
9d39000e3a FEM: unit tests, mesh move tetra10 tests in separate class 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
93e179ba01 FEM: unit tests, extend commends to command for every module test 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
d40b23a142 FEM: unit tests, move object tests in separate test module and class 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
babd888668 FEM: unit tests, better comments 2018-12-06 08:53:58 -03:00