Commit Graph

84 Commits

Author SHA1 Message Date
Bernd Hahnebach
cba29e6ce6 FEM: unit tests, some defs to open the FreeCAD test files 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
546cadebb8 FEM: frd reader, rename frd reading def 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
b8172a1047 FEM: test suite, use FCStd instead of fcstd, as it is what FreeCAD does on saveing a file 2019-01-20 00:32:19 +01:00
Bernd Hahnebach
2e6dac1871 FEM: code formating, flake8 2019-01-04 15:28:16 +01:00
Bernd Hahnebach
0d8388a47a FEM: code formating, pep8 2018-12-20 12:00:04 -02:00
Bernd Hahnebach
08ce5a6123 FEM: objects module, add vtk post processing objects 2018-12-17 09:38:23 -03:00
Bernd Hahnebach
41e56ef9d0 FEM: unit tests, add FEM_VTK check and reactivate vtk mesh test 2018-12-17 09:38:23 -03:00
Bernd Hahnebach
cc0ea5571e FEM: unit tests, deactivate vtk mesh test, because travis runs without vtk 2018-12-14 22:53:48 +01:00
Bernd Hahnebach
150bcfcd77 FEM: mesh api, import of Abaqus inp mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
b441c0d3e8 FEM: mesh api, import of z88 mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
fffd4d49c4 FEM: unit tests, add tetra10 vtk mesh read and write test 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
44e8f9e9bf FEM: unit tests, reactivate new z88 mesh reader test and mesh reading 2018-12-13 23:21:54 +01:00
Bernd Hahnebach
5dee2fdfb3 FEM: unit tests, temporary deactivate new z88 mesh reader test and mesh reading 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
ce75653955 FEM: unit tests, rename test tools to utils to distinguish between test modules 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
ab6a3b34fc FEM: unit tests, small code improvement in mesh 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
b26a873920 FEM: unit tests, add import status print 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
13441b6535 FEM: unit tests, improve mesh tetra10 test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
8bb994dff8 FEM: unit tests, z88 tetra10 read write test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
f998547f8a FEM: unit tests, comment in ccxtools test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
0ac6451517 FEM: inp mesh reader, add def to return the FemMesh only (no Document obj) 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
e40ce74f27 FEM: unit tests, extend the FEM is derived from test to more Trues 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
f3cee72436 FEM: utils, get rid of duplicate defs 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
f9dd5f2b6f FEM: utils, rename isOfTypeNew to is_of_type 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
e06a541fec FEM: utils, rename typeOfObj to type_of_obj 2018-12-06 08:53:58 -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
72d6c48bba FEM: unit tests, better name for unit test FreeCAD file names 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
5ccd715e3f FEM: unit tests, rename common class 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
0ed87a5775 FEM: code formating, flake8 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
d436630f5b FEM: equation objects, add some comments for linear and nonlinear equation 2018-08-29 11:02:43 -03:00
Bernd Hahnebach
26a255b384 FEM: common test module, some comments 2018-08-29 11:02:43 -03:00
Bernd Hahnebach
9c628b8700 FEM: calculix writer, do not write integration point results into dat file, because we do not have a reader for this ATM 2018-06-05 14:28:25 -03:00
Bernd Hahnebach
eb1acda987 FEM: unit tests, add some comment 2018-05-23 17:59:29 +02:00
luz.paz
6e64b4f75d Misc. typos 2018-05-19 12:06:34 -04:00
Bernd Hahnebach
e21c34a562 FEM: unit tests, add various tetra10 mesh element tests 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
5e79d4b44e FEM: unit tests, move mesh tests in own test module 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
7e6792e4ee FEM: unit tests, remove German comment made for bernd only 2018-02-24 10:47:09 -03:00
Bernd Hahnebach
b2cd2e0d39 FEM: unit tests, add ccx tools multi material test 2018-02-21 14:33:45 +01:00
Bernd Hahnebach
c9dc78e8a6 FEM: unit tests, small code improvements in solver frame work test 2018-02-08 09:46:40 +01:00
Bernd Hahnebach
650a42ecf8 FEM: unit tests, reactivate Elmer test 2018-02-08 09:46:40 +01:00
Bernd Hahnebach
f7e0c42c07 FEM: unit tests, add some example code to run FEM unit tests 2018-02-08 09:46:40 +01:00
Bernd Hahnebach
d3bc866a96 FEM: unit tests, recreate ccx tools results, due to changes in frequency model the results have changed 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
5012abf75b FEM: unit tests, ccx tools frequency, delete not used document objects 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
0652802b85 FEM: unit tests, move frequency ccx tools test in own def 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
7ce2d4bc57 FEM: unit tests, ccx tools move base name declaration 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
76bf21b798 FEM: unit tests, recreate ccx tools results 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
347adfa9fd FEM: unit tests, fix ccx result creation def 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
6d9775fb5e FEM: unit tests, improve imports and dir definitions 2018-02-07 19:03:48 +01:00