Commit Graph

2088 Commits

Author SHA1 Message Date
Bernd Hahnebach
de5fcf7c19 FEM: result reading, use stress tuple for filling all stress properties 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
a3612b4ac9 FEM: import tools, move stats calculation into result tools 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
e18ed72bdf FEM: import tools, remove duplicate code, node numbers attribut has been set already 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
36c7d8740f FEM: frd reader, move span calculation into fill result 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
ea60b65518 FEM: result reader, better identifier name 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
9604920b1e FEM: Z88 result reader, typo in error message 2019-02-01 11:27:48 -02:00
luz.paz
13622cd0b8 FEM: Fix grammar 2019-01-30 11:08:03 -02:00
qingfengxia
672b15a8da FEM: constraint fluid boundary, fix bug of the delayed redrawing for BoundaryType changed 2019-01-24 14:19:49 +01:00
Bernd Hahnebach
82d92280af FEM: result and mesh, add compact result and mesh, workaround for issue #2873 2019-01-20 18:40:53 +01:00
wmayer
e385ed7809 add convenience functions to get element type to id and vice versa 2019-01-20 17:58:30 +01:00
wmayer
76c9540009 fix crash when accessing invalid group 2019-01-20 17:57:08 +01:00
Bernd Hahnebach
2a208f9da4 FEM: file ending, use FCStd in FEM strings 2019-01-20 00:32:19 +01: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
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
969b8860f8 FEM: white space 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
37389601e7 FEM: tetgen exporter, code formating pep 8 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
90f4869cac FEM: code formating, space in block comment 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
4b7ddfe407 FEM: file types, sort them for im- and export 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
769632f33b FEM: solver settings, sort setting 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
3c0193b796 FEM: cmake, sort solver modules 2019-01-20 00:32:17 +01:00
wmayer
0cc8efa105 simplify handling of locale specific with InputField from Python 2019-01-17 02:57:00 +01:00
wmayer
f1c23e9038 Add new display mode Wireframe & Nodes to FEM 2019-01-16 10:19:14 +01:00
wmayer
bdbea25d0d issue 0003624: FEM, GUI, mesh VP, element colors 2019-01-15 21:29:47 +01:00
wmayer
d94fc4988e fixes 0003683: FEM, GUI, incorrect display of constraints symbols on reference shapes 2019-01-15 11:01:45 +01:00
Bernd Hahnebach
4257a4d8ba FEM: vtk tools, some comments, white spaces and changes from message to log 2019-01-14 18:10:34 +01:00
Stefan Tröger
16435205d4 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
17a6a9889b FEM: toolbarnames, fix wrong name for utilities toolbar 2019-01-14 18:10:12 +01:00
Bernd Hahnebach
767c7365d3 FEM: netgen mesh obj, make it a norecompute obj 2019-01-14 18:09:55 +01:00
Bernd Hahnebach
86c7a85e3c FEM: code formating, flake8, make line breaks before binary operator, it really reads better :-) 2019-01-05 12:17:51 +01:00
wmayer
9f2904e8ec fix flake8 issues suggested by cclauss 2019-01-04 15:30:17 +01:00
Bernd Hahnebach
56db51867c FEM: ccx tools, better error handling on run ccx 2019-01-04 15:28:17 +01:00
Bernd Hahnebach
37a2cceab3 FEM: ccx tools, ccx run, set ret code to 0 for check analysis and return ret code 2019-01-04 15:28:17 +01:00
Bernd Hahnebach
76541ca1b5 FEM: ccx tools, debug prints 2019-01-04 15:28:16 +01:00
Bernd Hahnebach
2e6dac1871 FEM: code formating, flake8 2019-01-04 15:28:16 +01:00
Bernd Hahnebach
3f443d2264 FEM: result reading, debugg prints 2019-01-04 15:28:16 +01:00
Bernd Hahnebach
ddebf0d3c7 FEM: gmsh tools, Py3, there still are extra b'ees to remove 2019-01-02 17:26:00 -02:00
luz.paz
0a25f7fd58 FEM: source comment typo fixes 2019-01-02 17:24:58 -02:00
Yorik van Havre
2ea84272fd Updated translations from crowdin 2018-12-23 13:54:30 -02:00
Bernd Hahnebach
763b5c362f FEM: ccx tools, optimize imports 2018-12-21 22:39:29 +01:00
Bernd Hahnebach
ba22f17a3a FEM: ccx tools, add a method to find elments with no material 2018-12-21 22:22:49 +01:00
Bernd Hahnebach
3a9ada062f FEM: ccx tools, typo in def name for non positive jacobians 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
9bb6174545 FEM: ccx tools, split run def to be able to do every fea task independent 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
d7e61d68b8 FEM: ccx tools, small code improvements 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
356d24157c FEM: ccx tools, solver typ check only for ccx tools type 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
1030e1cc64 FEM: print some error if only one material object but this one has a reference shape 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
9d13a1ab89 FEM: ccx run, do not run ccx if input file writer returned an error 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
07e7c2ef87 FEM: revert f77c605 and use a better fix fir frd reading of NaN floats 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
56e9e92fd5 FEM: z88, delete not needed and not used variable 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
f77c605ca8 FEM: frd file reader, fix for broken frd files 2018-12-20 12:00:04 -02:00