Commit Graph

96 Commits

Author SHA1 Message Date
Bernd Hahnebach
1efad46a34 FEM: material task panel, use card path to start material editor 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
42f96235aa FEM: material task panel, code formating and prints 2019-04-25 20:43:06 +02:00
Bernd Hahnebach
7aa7d50138 FEM: selection widget class, comment debug print 2019-04-25 20:43:06 +02:00
Bernd Hahnebach
3cabefdaea FEM: material task panel, fix finding of cards on return of material editor 2019-04-23 09:13:14 +02:00
Bernd Hahnebach
935f70652e FEM: material task panel, fix finding of cards without thermal properties on reopen 2019-04-23 09:13:12 +02:00
Bernd Hahnebach
872f456073 FEM: material task panel, split card methods from task panel methods 2019-04-23 09:13:10 +02:00
Bernd Hahnebach
1234e08ee3 FEM: material task panel, code formating, line length, prints 2019-04-23 09:13:08 +02:00
Bernd Hahnebach
fb6357a908 FEM: material task panel, do not change mat card if mat editor was canceled 2019-04-23 09:13:06 +02:00
Bernd Hahnebach
95aaa73388 Material and FEM: card reader and writer, make sure to import the same in all modules 2019-04-23 09:13:02 +02:00
Bernd Hahnebach
bcbe82de74 FEM: ccx tools task panel and solver run, use new ccx tools class init without analysis 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
9b4a6f743f FEM: ccx tools solver, allow to open the task panel even if the analysis is not active 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
581a78bbcc FEM: imports, use small character for fem utils imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
844ae7e92f FEM: restult task panel, add automatic displacement factor 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
b03e069766 FEM: result task panel, make all stress strain components in user defined equation available and adapt ui 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
6a7085fe08 FEM: material task panel, fix it when Poissons Ration is given but empty 2019-03-12 10:45:58 +01:00
Bernd Hahnebach
2e1e942a9b FEM: ccx tools solver task panel, fix editor prefs 2019-03-06 12:22:31 +01:00
Bernd Hahnebach
e8044ac2cc FEM: ccx tools solver task panel, add missing check analysis type 2019-03-04 22:15:43 +01:00
Bernd Hahnebach
3a472131af FEM: ccx tools task panel, use ccx tools method to find ccx binary 2019-02-25 17:50:50 +01:00
Bernd Hahnebach
972bb5ee1b 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
21e1a89fc7 FEM: ccx tools solver task panel, update to new ccx tools working dir setting def 2019-02-25 17:50:49 +01:00
wmayer
a12f4f364f fixes 0003823: FEM, unusable material property changing when using task panel 2019-02-18 23:26:00 +01:00
Bernd Hahnebach
ce5757e1a6 FEM: material task panel, white space 2019-02-14 21:11:23 +01:00
Bernd Hahnebach
ebe1a2c4a4 FEM: guiobject, fix forgoten defs on code refactor in commit 80f2ccc fixes #3814 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
eba3b95438 FEM: material task panel, fix assignment and cancel by material editor 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
db9b125e04 FEM: material task panel, check for None instead of not 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
1f79cd7007 FEM: material task panel, some comments 2019-02-04 22:18:54 -02:00
Bernd Hahnebach
7e9c09b770 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
13622cd0b8 FEM: Fix grammar 2019-01-30 11:08:03 -02:00
wmayer
0cc8efa105 simplify handling of locale specific with InputField from Python 2019-01-17 02:57:00 +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
luz.paz
0a25f7fd58 FEM: source comment typo fixes 2019-01-02 17:24:58 -02:00
Bernd Hahnebach
86c5113e09 FEM: gmsh VP, Py3, remove more extra b'ees 2018-12-20 12:00:04 -02:00
Bernd Hahnebach
c24ff17840 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
0ed87a5775 FEM: code formating, flake8 2018-11-26 09:10:17 -03:00
luz.paz
d150dec132 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
3799b2a306 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
4c2f2cd210 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
e517c00d9b 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
96f515748b 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
5e3b10c92f FEM: code formating, cut lines with more than 200 diggits 2018-10-17 11:23:05 +02:00
luz.paz
f5523dd830 FEM: Typos 2018-10-17 11:23:04 +02:00
Markus Lampert
0e9bbf401c Cleaning up startEditing/finishEditing/isEditing 2018-10-05 11:30:45 +02:00
Bernd Hahnebach
0cdfc8bc4c FEM: icons, rename element rotation 1d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
45bf29e0f8 FEM: icons, rename element geometry 2d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
1fe8dc99fc FEM: icons, rename element geometry 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
a8e34e566d FEM: icons, rename element fluid 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
55759110ec FEM: icons, rename solver standard 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
af61ca6698 FEM: icons, rename show result icon 2018-08-07 16:57:05 +02:00
Bernd Hahnebach
7c316ba01e FEM: prefs, move material prefs from general tab into an own tab in FEM 2018-06-05 14:28:25 -03:00
Bernd Hahnebach
c3954c2e1d 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