Commit Graph

81 Commits

Author SHA1 Message Date
Bernd Hahnebach
4855b9d9d7 FEM: ccx tools solver task panel, fix editor prefs 2019-03-06 12:22:31 +01:00
Bernd Hahnebach
53f90aacae FEM: ccx tools solver task panel, add missing check analysis type 2019-03-04 22:15:43 +01:00
Bernd Hahnebach
24e228e9a1 FEM: ccx tools task panel, use ccx tools method to find ccx binary 2019-02-25 17:50:50 +01:00
Bernd Hahnebach
415fb2c733 FEM: ccx tools solver task panel, switch to self.fea instead of lots of fea instances 2019-02-25 17:50:49 +01:00
Bernd Hahnebach
48b738ed23 FEM: ccx tools solver task panel, update to new ccx tools working dir setting def 2019-02-25 17:50:49 +01:00
wmayer
99355b6fd2 fixes 0003823: FEM, unusable material property changing when using task panel 2019-02-18 23:26:00 +01:00
Bernd Hahnebach
951dc35ce4 FEM: material task panel, white space 2019-02-14 21:11:23 +01: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
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
luz.paz
66e1fedd1a FEM: Fix grammar 2019-01-30 11:08:03 -02:00
wmayer
46804085c9 simplify handling of locale specific with InputField from Python 2019-01-17 02:57:00 +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
luz.paz
393e2d0f35 FEM: source comment typo fixes 2019-01-02 17:24:58 -02:00
Bernd Hahnebach
84b3adab83 FEM: gmsh VP, Py3, remove more extra b'ees 2018-12-20 12:00:04 -02: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
bbcc6d0c34 FEM: code formating, flake8 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
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
luz.paz
c7785267a7 Misc. typos and whitespace
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm,./ChangeLog.txt" -I ../fc-word-whitelist.txt` and `grep`. Excess whitespace auto-removed by Atom editor.
2018-11-03 16:13:06 -03:00
lorenz
0d9b20adb4 py3: Fem: remove extra b'ees
https://forum.freecadweb.org/viewtopic.php?f=18&t=30954
2018-10-28 15:13:30 +01:00
Bernd Hahnebach
27b51c98e4 FEM: ccx solver task panel run, return error if CalculiX has finished but there are errors in output. Happens on nonpositive jacobians 2018-10-25 11:00:07 -03:00
Bernd Hahnebach
d8eb9dd470 FEM: code formating, cut lines with more than 200 diggits 2018-10-17 11:23:05 +02:00
luz.paz
892c64823f FEM: Typos 2018-10-17 11:23:04 +02:00
Markus Lampert
4e62302aa3 Cleaning up startEditing/finishEditing/isEditing 2018-10-05 11:30:45 +02:00
Bernd Hahnebach
1a81356abb FEM: icons, rename element rotation 1d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
cbde321b45 FEM: icons, rename element geometry 2d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
c18a39bd71 FEM: icons, rename element geometry 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
93f190fce0 FEM: icons, rename element fluid 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
8ad8e3f6ab FEM: icons, rename solver standard 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
99db97e8ee FEM: icons, rename show result icon 2018-08-07 16:57:05 +02:00
Bernd Hahnebach
00ea89fc61 FEM: prefs, move material prefs from general tab into an own tab in FEM 2018-06-05 14:28:25 -03:00
Bernd Hahnebach
7031055d86 FEM: material task panel, remove matweb button and save mat card button as they are tools implemented in FreeCAD material editor 2018-06-01 08:21:23 +02:00
Bernd Hahnebach
4d9ab05188 FEM: material task panel, quite some changes:
- add Material editor for editing material parameters as well as load and save mat cards
- distinguish between 'card name' and the 'material name'
- reorganising codeg
2018-06-01 08:21:19 +02:00
luz.paz
af3ef5b19d Misc. typos
Found via `codespell`
[skip ci]
2018-05-31 12:50:58 -04:00
Bernd Hahnebach
7292b05cfc FEM: selection widget module, fix console print message 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
022c980977 FEM: Python VP, add return variable to unSetEdit methods and improve reseting the edit mode 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
949084f056 FEM: material widget, add button to fix material property editing 2018-05-28 08:58:10 +02:00
looooo
47313f0f20 py3: fem: fix gmsh bytes problem 2018-05-23 19:13:54 +02:00
Bernd Hahnebach
48ff0619fb FEM: geometric selection widget, more errors as popups, better clear selection 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
53ab4352ff FEM: geometric selection widget, check to only allow to select one geometric shpape type for the list 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
6556273cc7 FEM: default display mode, name it Default as it is done in all other FEM obj where a Default display mode is needed 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
22d9339d34 FEM: selection observer, move class into selection widgets module 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
ede0373671 FEM: Python obj VP, code formating 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
6bb4e3a2ba FEM: Python geometry selection class, use it for material obj 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
437359a818 FEM: Python geometry selection class, use it for gmsh mesh boundary layer 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
8b3b651d0a FEM: Python geometry selection class, use it for gmsh mesh group 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f892cdf552 FEM: Python geometry selection class, adapt it to Solid selection and use it for gmsh mesh region 2018-05-23 17:59:29 +02:00