Commit Graph

2166 Commits

Author SHA1 Message Date
Bernd Hahnebach
09ee8b867c FEM: unit tests, mesh move tetra10 tests in separate class 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
ea758ba4ac FEM: unit tests, improve mesh tetra10 test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
6f6d655ad0 FEM: unit tests, z88 tetra10 read write test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
a651e1429a FEM: unit tests, comment in ccxtools test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
d317f64f06 FEM: inp mesh reader, add def to return the FemMesh only (no Document obj) 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
5e9bfc012a FEM: import z88 mesh, delete duplicate code 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
deb7315174 FEM: z88 mesh import, get rid of not needed future import and debugg print 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
7d69f887bf FEM: in out modules, use console log instead of print 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
92e9b7cebd FEM: mesh api, export of z88 mesh file with Fem API 2018-12-12 08:47:33 -03:00
easyw
0577783b8e a minor py3 fix 2018-12-11 09:12:15 -03:00
Bernd Hahnebach
a737be92a6 FEM: solver run, fix method names 2018-12-10 20:56:41 -03:00
lorenz
ac720e3cba Fem: Elmer: rename function iterkeys -> keys 2018-12-08 11:27:22 -03:00
looooo
c2be67e812 py3: iteritems -> items, iterkeys -> keys 2018-12-08 11:27:22 -03:00
easyw
6f986a89c1 another py3 compatibility fix 2018-12-08 11:24:56 -03:00
easyw
173f7da07c first step vs py3 compatibility 2018-12-08 11:24:56 -03:00
Bernd Hahnebach
dceda1a073 FEM: ccx tools, simplify member collection 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
25de353599 FEM: solver frame work ccx and z88, simplify member collection 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
2d83f56fc7 FEM: utils, add some defs to collect analysis group member 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
ddb4c77b5b FEM: utils, rename get single member 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
986dc046d8 FEM: utils, rename get member 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
5c5b100b2f FEM: elmer writer, use class methond instead of utils method directly 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
c2e5df0e16 FEM: solver tasks, delete duplicate methods 2018-12-07 08:53:48 -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
9231c60e6e FEM: unit tests, extend the FEM is derived from test to more Trues 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
4d345e1853 FEM: utils, get rid of duplicate defs 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
57b9eddfb0 FEM: utils, improve method to return the obj type 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
80517c71b8 FEM: utils, rename isOfTypeNew to is_of_type 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
5407c894c5 FEM: utils, rename typeOfObj to type_of_obj 2018-12-06 08:53:58 -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
666ef18baf FEM: unit tests, better name for unit test FreeCAD file names 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
ab6f575ba8 FEM: ccx tools, move helper into fem utils module 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
87a52f12a6 FEM: calculix, fix obj type check 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
bf7e8d40cc FEM: z88, fix obj type check 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6379919c75 FEM: z88 writer, raise exception if element type is not supported by Z88 2018-12-06 08:53:58 -03:00
Bernd Hahnebach
19a548b834 FEM: results, initialize Stats with the appropriate lenght on obj. creation 2018-11-27 13:23:00 -03:00
Bernd Hahnebach
3ced344e20 FEM: results, fix stats setting 2018-11-27 13:23:00 -03:00
Bernd Hahnebach
bbee961239 FEM: special character, Python seams not to like the ü of Jürgen even it is an comment 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
f988ea32ad FEM: code formating, more format changes 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
bbcc6d0c34 FEM: code formating, flake8 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
3ff1293201 FEM: code formating, print function 2018-11-26 09:10:17 -03:00
luz.paz
912bce593b FEM: make file headers title use the same schema in all fem(gui)objects/
Cherrypicked from femtemp f3212888c50d
+ 2 femobject uniformity fixes

fem(gui)objects leftover header copyright fix
2018-11-26 09:10:17 -03:00
luz.paz
a1b811f171 FEM: solver, make uniform copyright and developer info
.
2018-11-26 09:10:17 -03:00
luz.paz
15e203881b FEM: solver, make file header title use the same schema in all solver modules
Made uniform all __title__ doxy \addtogroup blocks
2018-11-26 09:10:17 -03:00
Yorik van Havre
63bb7db4a6 Fixed coverity issues
184348 Bad use of null-like value
175794 Copy-paste error
172913 Copy-paste error
169506 Structurally dead code
169504 Bad use of null-like value
169013 Copy-paste error
2018-11-19 19:36:50 -02:00
Yorik van Havre
31b896ad07 Fixed coverity issues
184298 Bad use of null-like value
183849 Bad use of null-like value
183846 Bad use of null-like value
183845 Copy-paste error
183844 Bad use of null-like value
2018-11-19 19:17:56 -02:00
wmayer
e63fa8161a fix re-throwing an exception 2018-11-15 17:20:55 +01:00
wmayer
145cefb131 Replace Base::Exception with appropriate subclass 2018-11-14 17:19:30 +01:00
looooo
5a915d5db6 add function to retrive femmesh edges by a TopoDS_Edge 2018-11-09 11:11:59 +01:00