Commit Graph

237 Commits

Author SHA1 Message Date
Bernd Hahnebach
5214c81ed4 FEM: some modules, better document handling 2020-03-14 21:45:24 +01:00
Bernd Hahnebach
4db6d7cafa FEM: improve Python type checking and Python imports 2020-03-12 10:02:33 +01:00
Bernd Hahnebach
021ef0a0db FEM: result mesh vp, automate get icon 2020-03-12 05:28:32 +01:00
Bernd Hahnebach
5a9459a256 FEM: rename icon, mesh result object 2020-03-12 05:28:24 +01:00
Bernd Hahnebach
88a6c1db29 FEM: result mesh, fix icon in tree view 2020-03-11 07:53:16 +01:00
Bernd Hahnebach
1efca02213 FEM: fluid material, use correct icon in tree view 2020-03-10 23:13:20 +01:00
Bernd Hahnebach
ae2c3214a0 FEM: gmsh mesh vp, use gmsh mesh icon in tree 2020-03-10 22:44:25 +01:00
Bernd Hahnebach
8f56117c4e FEM: constraint body heat source vp, fix tree view icon 2020-03-10 22:27:34 +01:00
Bernd Hahnebach
29871f3b63 FEM: mesh gmsh vp, comment 2020-03-10 22:23:00 +01:00
Bernd Hahnebach
c04344227d FEM: mesh region, change type 2020-03-10 22:21:01 +01:00
Bernd Hahnebach
9e911be570 FEM: mesh group, change type 2020-03-10 22:20:08 +01:00
Bernd Hahnebach
512817808b FEM: mesh boundary layer, change type 2020-03-10 22:19:14 +01:00
Bernd Hahnebach
358b6d6d7a FEM: Python base view object, reactivate get icon method 2020-03-10 22:00:27 +01:00
Bernd Hahnebach
8db84e2c53 FEM: Python base object fix regression added with 71c9694824 by readding getstate method 2020-03-10 18:16:48 +01:00
wmayer
cc9f1c5a1e [skip ci] App: print affected Python type if serializing via JSON fails
FemGui: add default implementations of __getstate__/__setstate__ to _ViewProviderFemResultMechanical
2020-03-10 16:32:31 +01:00
Bernd Hahnebach
81763691d6 FEM: result mechanical VP, add Object 2020-03-09 15:26:46 +01:00
Bernd Hahnebach
dcabd2ae04 FEM: python base object and python base view object, workaround:
- do not add Object attribute, regression added in 299879f8d
- do not attacht Object and ViewObject attribute, regression added in f47c288001
- this deactivates the icons in tree view
- thus this only is a workaround
2020-03-09 15:00:34 +01:00
Bernd Hahnebach
06afffaa36 FEM: code formating 2020-03-09 07:54:23 +01:00
Bernd Hahnebach
d3687c383e FEM: gmsh mesh VP obj, set back because of regression added with 536135ec 2020-03-07 16:52:37 +01:00
Bernd Hahnebach
4ccfaea2bc FEM: Python gui objects, use methods from base object 2020-03-07 16:39:17 +01:00
Bernd Hahnebach
b8da1e3bea FEM: Python objects, remove not needed hard cardcoded icon name 2020-03-06 19:02:05 +01:00
Bernd Hahnebach
8ce70dd0d1 FEM: base Python VP, extend to get the icon without hard coded name 2020-03-06 19:01:55 +01:00
Bernd Hahnebach
89f2c9f92c FEM: gmsh mesh obj vp, another fix because of regression indroduced with 536135ec 2020-03-06 18:54:30 +01:00
Bernd Hahnebach
d0d8cf06d3 FEM: gmsh mesh obj vp, fix regression indroduced with 536135ec 2020-03-06 18:14:08 +01:00
Bernd Hahnebach
7090b613f6 FEM: rename icon, result show 2020-03-06 08:40:28 +01:00
Bernd Hahnebach
1707c1960a FEM: rename icon, solver standard 2020-03-06 08:40:26 +01:00
Bernd Hahnebach
c7a0ec92f4 FEM: rename icon, material solid 2020-03-06 08:40:18 +01:00
Bernd Hahnebach
fd1cfa7651 FEM: rename icon, material reinforced 2020-03-06 08:40:16 +01:00
Bernd Hahnebach
fc39379f8d FEM: rename icon, material nonlinear 2020-03-06 08:40:14 +01:00
Bernd Hahnebach
34b85a15c3 FEM: rename icon, mesh region 2020-03-06 08:40:06 +01:00
Bernd Hahnebach
122c48bf6a FEM: rename icon, mesh gmsh 2020-03-06 08:40:00 +01:00
Bernd Hahnebach
8185bd6244 FEM: rename icon, mesh boundary layer 2020-03-06 08:39:56 +01:00
Bernd Hahnebach
9f84305f89 FEM: rename icon, Element Rotation 1D 2020-03-06 08:39:44 +01:00
Bernd Hahnebach
72d3b95692 FEM: rename icon, Element Geometry 2D 2020-03-06 08:39:41 +01:00
Bernd Hahnebach
d87d4f059b FEM: rename icon, Element Geometry 1D 2020-03-06 08:39:39 +01:00
Bernd Hahnebach
8db0781f06 FEM: rename icon, Element Fluid 1D 2020-03-06 08:39:37 +01:00
Bernd Hahnebach
f8dcbc17d3 FEM: rename icon, Constraint Tie 2020-03-06 08:39:31 +01:00
Bernd Hahnebach
39314b84a6 FEM: rename icon, Constraint Self Weight 2020-03-06 08:39:25 +01:00
Bernd Hahnebach
fb4fc6e5c3 FEM: rename icon, Constraint Initial Flow Velocity 2020-03-06 08:39:15 +01:00
Bernd Hahnebach
990ba344a3 FEM: rename icon, Constraint Heatflux 2020-03-06 08:39:13 +01:00
Bernd Hahnebach
902b09b269 FEM: rename icon, Constraint Flow Velocity 2020-03-06 08:39:09 +01:00
Bernd Hahnebach
4846afc4e9 FEM: rename icon, Constraint Electrostatic Potential 2020-03-06 08:39:07 +01:00
Bernd Hahnebach
51626b1ef0 FEM: Python object base classes, some tweaks 2020-03-05 12:05:24 +01:00
Bernd Hahnebach
99eca8bc6c FEM: more code formating 2020-03-04 08:40:52 +01:00
Bernd Hahnebach
c6ae035d50 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
a1b8103ad4 FEM: use python base constraint class, mesh gmsh 2020-03-04 07:50:02 +01:00
Bernd Hahnebach
2cf8c17102 FEM: Python objects and guiobjects, code formating 2020-03-03 21:26:21 +01:00
Bernd Hahnebach
d233c2e957 FEM: use python base constraint class, solver calculix 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
6791b0bb1c FEM: use python base constraint class, mesh result mesh 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
72bec9d410 FEM: use python base constraint class, result mechanical 2020-03-03 21:26:20 +01:00