Commit Graph

2106 Commits

Author SHA1 Message Date
Yorik van Havre
3cc1a327ce Updated master translation files 2019-02-08 19:16:21 -02:00
luz.paz
cb4a0adf71 Misc. typos
Found via `codespell`
2019-02-08 11:01:24 -02:00
Bernd Hahnebach
1629761522 FEM: mechanical result object, add comment in regard of read only 2019-02-06 10:10:46 -02:00
Bernd Hahnebach
79be27eab6 FEM: result tools, small code improvements 2019-02-06 10:10:46 -02:00
Bernd Hahnebach
2b030af536 FEM: import tools, code improvements 2019-02-06 10:10:46 -02:00
Bernd Hahnebach
8e089f6864 FEM: import tools, some comments 2019-02-06 10:10:46 -02:00
Bernd Hahnebach
41c4b7fe10 FEM: inout tools, add some comment in the regard of NaN 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
3c5dc350a9 FEM: guiobject, fix forgoten defs on code refactor in commit 993e20f fixes #3814 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
193a5cf472 FEM: material task panel, fix assignment and cancel by material editor 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
6bf8d8f34f FEM: material task panel, check for None instead of not 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
976687ac66 FEM: material task panel, some comments 2019-02-04 22:18:54 -02:00
Yorik van Havre
95dda429eb Updated translations 2019-02-01 13:54:10 -02:00
Bernd Hahnebach
ee851d777d FEM: materials task panel, fix: if material editor was canceled the material params were set to 0 2019-02-01 11:27:48 -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
234ae6a8f8 FEM: result tools, typo 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
3084184198 FEM: result tools, improve stats handling 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
ea36ef60fd FEM: import tools, displacement abs, move calculation and adding into result tools 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
1c91cec685 FEM: frd reader, delete duplicate data container 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
11d11737b0 FEM: result reading, use stress tuple for filling all stress properties 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
1f20da40b7 FEM: import tools, move stats calculation into result tools 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
3cb8bdf825 FEM: import tools, remove duplicate code, node numbers attribut has been set already 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
3d7b916fb4 FEM: frd reader, move span calculation into fill result 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
a929075f15 FEM: frd reader, rename frd reading def 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
ed643deb70 FEM: result reader, better identifier name 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
6b63e3d08b FEM: Z88 result reader, typo in error message 2019-02-01 11:27:48 -02:00
luz.paz
66e1fedd1a FEM: Fix grammar 2019-01-30 11:08:03 -02:00
qingfengxia
9a99bfc622 FEM: constraint fluid boundary, fix bug of the delayed redrawing for BoundaryType changed 2019-01-24 14:19:49 +01:00
Bernd Hahnebach
ebe79a9671 FEM: result and mesh, add compact result and mesh, workaround for issue #2873 2019-01-20 18:40:53 +01:00
wmayer
4156a32ad7 add convenience functions to get element type to id and vice versa 2019-01-20 17:58:30 +01:00
wmayer
450c1bcff9 fix crash when accessing invalid group 2019-01-20 17:57:08 +01:00
Bernd Hahnebach
93d8347537 FEM: file ending, use FCStd in FEM strings 2019-01-20 00:32:19 +01: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
1e32082ee1 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
1b6beb23ad FEM: white space 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
532390f1ba FEM: tetgen exporter, code formating pep 8 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
3a31e099dc FEM: code formating, space in block comment 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
a5632e11cc FEM: file types, sort them for im- and export 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
b437fe5330 FEM: solver settings, sort setting 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
ce4fd53610 FEM: cmake, sort solver modules 2019-01-20 00:32:17 +01:00
wmayer
46804085c9 simplify handling of locale specific with InputField from Python 2019-01-17 02:57:00 +01:00
wmayer
d01b8babc2 Add new display mode Wireframe & Nodes to FEM 2019-01-16 10:19:14 +01:00
wmayer
12acebafee issue 0003624: FEM, GUI, mesh VP, element colors 2019-01-15 21:29:47 +01:00
wmayer
d729dee35b fixes 0003683: FEM, GUI, incorrect display of constraints symbols on reference shapes 2019-01-15 11:01:45 +01:00
Bernd Hahnebach
c36aea86c5 FEM: vtk tools, some comments, white spaces and changes from message to log 2019-01-14 18:10:34 +01:00
Stefan Tröger
7beba7501d FEM: vtk Post, ensure correct data visuliation with non-continious node id's, workaround for issue #3617 2019-01-14 18:10:22 +01:00
Bernd Hahnebach
61d7c23b5a FEM: toolbarnames, fix wrong name for utilities toolbar 2019-01-14 18:10:12 +01:00
Bernd Hahnebach
d067cb64e4 FEM: netgen mesh obj, make it a norecompute obj 2019-01-14 18:09:55 +01:00
Bernd Hahnebach
19826213ee FEM: code formating, flake8, make line breaks before binary operator, it really reads better :-) 2019-01-05 12:17:51 +01:00
wmayer
e1d0591752 fix flake8 issues suggested by cclauss 2019-01-04 15:30:17 +01:00
Bernd Hahnebach
d4c86acfd4 FEM: ccx tools, better error handling on run ccx 2019-01-04 15:28:17 +01:00