Commit Graph

3915 Commits

Author SHA1 Message Date
Bernd Hahnebach
27cb54009b Update codeformating.md 2019-09-06 07:58:00 +02:00
Bernd Hahnebach
103b5e1341 FEM: update in codeformating rules 2019-09-06 07:55:23 +02:00
Bernd Hahnebach
ad03ee9bdf FEM: codeformating, add a file with some information 2019-09-06 00:11:29 +02:00
Bernd Hahnebach
d01581f14f FEM: some small code formation 2019-09-05 23:08:27 +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
ba51d1bf01 FEM: results, use single quotes instead of double ones 2019-09-05 22:32:48 +02:00
Bernd Hahnebach
021e5de27d FEM: objs, use single quotes instead of double ones 2019-09-05 22:32:42 +02:00
Bernd Hahnebach
3a064cfa43 FEM: utils, use single quotes instead of double ones 2019-09-05 22:32:37 +02:00
Bernd Hahnebach
21b756b3db FEM: gui objs, use single quotes instead of double ones 2019-09-05 22:32:32 +02:00
Bernd Hahnebach
516d087dde FEM: examples, use single quotes instead of double ones 2019-09-05 22:32:26 +02:00
Bernd Hahnebach
9217a08601 FEM: mesh package, all left code, use single quotes instead of double ones 2019-09-05 22:32:20 +02:00
Bernd Hahnebach
f1e963c8fb FEM: gmsh tools, new lines and comments 2019-09-05 18:33:04 +02:00
Bernd Hahnebach
68e555df7e FEM: ccx tools, use single quotes instead of double ones 2019-09-05 18:25:07 +02:00
Bernd Hahnebach
b6ce20ae64 FEM: solver calculix, use single quotes instead of double ones 2019-09-05 18:25:02 +02:00
Bernd Hahnebach
30b536b8e8 FEM: solver elmer, use single quotes instead of double ones 2019-09-05 18:24:55 +02:00
Bernd Hahnebach
372f22ee2c FEM: solver z88, use single quotes instead of double ones 2019-09-05 18:24:41 +02:00
Bernd Hahnebach
9823d0a194 FEM: solver writer base, use single quotes instead of double ones 2019-09-05 18:24:34 +02:00
Bernd Hahnebach
e0fde7ff8c FEM: solver run and settings, use single quotes instead of double ones 2019-09-05 18:24:32 +02:00
luz.paz
4e132d2127 FEM: fixed recent typo introduced in 03fc637bfc 2019-09-03 11:11:43 -03: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
f1d80cb062 FEM: gmsh tools, rename dirs 2019-09-02 19:11:28 +02:00
Bernd Hahnebach
3bfcd36649 FEM: gmsh tools, move start logs in separate class method 2019-09-02 19:11:20 +02:00
Bernd Hahnebach
9cc8f6eb66 FEM: gmsh tools, make temp mesh files for gmsh unique 2019-09-02 17:59:24 +02:00
Bernd Hahnebach
b17dbedcee FEM: gmsh tools, improve comments 2019-09-02 17:59:11 +02:00
Bernd Hahnebach
71f8a31953 FEM: solver frame work, better prefix for temp directory 2019-09-02 17:59:03 +02:00
Bernd Hahnebach
6ba1bc35b8 FEM: commands and manager, typo in property value 2019-09-02 13:06:56 +02:00
Bernd Hahnebach
daaab377d0 FEM: gmsh tools, move system import into dev 2019-09-02 13:05:08 +02:00
Bernd Hahnebach
a96282f482 FEM: gmsh tools, use join from os as a more robust path builder 2019-09-02 13:05:03 +02:00
Bernd Hahnebach
7c18aae1dc FEM: gmsh tools, resort imports 2019-09-02 13:04:58 +02:00
Bernd Hahnebach
32a6863e58 FEM: gmsh tools, typos 2019-09-02 09:03:37 +02:00
Bernd Hahnebach
6e7e1f2035 FEM: gmsh tools, fix regression and explizit use double quotes in geo file 2019-09-01 22:29:21 +02:00
Bernd Hahnebach
f3865dc12d FEM: gmsh tools, use double string quotes instead of single 2019-08-28 22:18:11 +02:00
Bernd Hahnebach
03fc637bfc FEM: mesh tools, typo 2019-08-28 21:49:02 +02:00
Bernd Hahnebach
ff5c854c89 FEM: mesh tools, use double string quotes instead of single 2019-08-28 21:48:56 +02:00
Zheng, Lei
435815ccc8 Fem: minor changes 2019-08-17 15:15:47 +02:00
Zheng, Lei
c8891be856 Gui: add coinRemoveAllChildren to work around Coin3D bug
See bug description:
https://bitbucket.org/Coin3D/coin/pull-requests/119/fix-sochildlist-auditing/diff

Because of path based rendering (SoFCPathAnnotation) in mouse over
highlight, this bug causes crash more frequently here comparing to
upstream.

All C++ calling of SoGroup::removeAllChildren() is replaced by
Gui::coinRemoveAllChildren(), and python code is fixed by monkey
patching SoGroup.removeAllChildren() in FreeCADGuiInit.py.
2019-08-17 14:52:11 +02:00
Bernd Hahnebach
e94af7ff5e FEM: code formating, command manager, more formating 2019-08-16 08:33:30 +02:00
Bernd Hahnebach
008f9a63c5 FEM: code formating, command manager, fix indents 2019-08-16 08:33:24 +02:00
Bernd Hahnebach
3970ba04de FEM: code formating, commands, some new lines 2019-08-16 08:33:17 +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
fbba0bbd38 FEM: code formating, small ones 2019-08-16 08:33:06 +02:00
Bernd Hahnebach
4bb32ae8d2 FEM: ccx tools, small indent code formating 2019-08-15 08:40:01 +02:00
donovaly
07a80bc24c update and reshape tooltips for FEM import-export settings 2019-07-21 19:19:46 +02:00
Yorik van Havre
8048f93627 Cleanup in doxygen stuff 2019-07-15 23:20:52 -03:00
Bernd Hahnebach
b51bf9a7fd FEM: unit tests, fix round failure on windows by setting fix float numbers 2019-07-10 22:08:09 +02:00
Bernd Hahnebach
8f0876c22f FEM: code formating, unit tests, objs 2019-07-05 23:07:56 +02:00
Bernd Hahnebach
2a6aa3a9f8 FEM: fluid 1D obj, typo 2019-07-05 22:46:41 +02:00
Bernd Hahnebach
87ff588154 FEM: unit tests, result stats, fix principal and shear stats 2019-07-05 22:46:31 +02:00
Bernd Hahnebach
0bbb2b611d FEM: unit tests, result stats, fix sabs for frequency results 2019-07-05 22:46:20 +02:00