Bernd Hahnebach
141afdfcef
FEM: element rotation 1D, rename class and module
2020-05-22 01:07:47 +02:00
Bernd Hahnebach
e2970232a2
FEM: element geometry 2D, rename class and module
2020-05-22 01:07:45 +02:00
Bernd Hahnebach
90d9b439ac
FEM: element geometry 1D, rename class and module
2020-05-22 01:07:43 +02:00
Bernd Hahnebach
19ff305189
FEM: element fluid 1D, rename class and module
2020-05-22 01:07:41 +02:00
Bernd Hahnebach
f849056824
FEM: constraint tie, rename class and module
2020-05-22 01:07:39 +02:00
Bernd Hahnebach
f6c6ff49dd
FEM: constraint self weight, rename class and module
2020-05-22 01:07:37 +02:00
Bernd Hahnebach
6c10202760
FEM: constraint initial flow velocity, rename class and module
2020-05-22 01:07:35 +02:00
Bernd Hahnebach
bb30b35511
FEM: constraint flow velocity, rename class and module
2020-05-22 01:07:33 +02:00
Bernd Hahnebach
97fb2344ed
FEM: constraint electrostatic potential, rename class and module
2020-05-22 01:07:29 +02:00
Bernd Hahnebach
a0e5cac548
FEM: constraint body heat source, rename class and module
2020-05-22 01:07:29 +02:00
Bernd Hahnebach
0df3490801
FEM: solver taskpanel, rename and move to solver framework
2020-05-21 15:04:28 +02:00
Bernd Hahnebach
38d6201a0e
FEM: selection widgets, rename and move module
2020-05-21 15:04:26 +02:00
Bernd Hahnebach
13ff930e09
FEM: python base view provider, improve error handling
2020-05-16 08:29:40 +02:00
Bernd Hahnebach
9dc688ff3b
FEM: result task panel, avoid zero float division
2020-04-19 21:38:19 +02:00
Bernd Hahnebach
c0e02f331c
FEM: pep8
2020-03-27 06:43:36 +01:00
Bernd Hahnebach
6c399ae851
FEM: geom tools, move get element
2020-03-27 06:00:24 +01:00
Bernd Hahnebach
a2140c7e55
FEM: solid selection, code improvements
2020-03-27 05:59:27 +01:00
Bernd Hahnebach
e25cdd2d04
FEM: gmsh mesh VP, some comments
2020-03-22 11:37:13 +01:00
Bernd Hahnebach
039c25300b
FEM: mesh result object, use the new Python Gui base object without display mode setting
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
01c2386a19
FEM: Python Gui Base object without display modes
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
f6d9850750
FEM: Python base constraint VP, better log in get icon
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
22ae198e38
FEM: mesh groups, add icon and make use of it, thanks to bitacovir
2020-03-19 00:16:50 +01:00
Bernd Hahnebach
2a50a19564
FEM: Python base VP, logs in get icon
2020-03-18 08:25:48 +01:00
Bernd Hahnebach
1ec955a181
FEM: hide all vtk post objects on task panel open of result and gmsh mesh
2020-03-16 11:05:08 +01:00
Bernd Hahnebach
ba21ca8cc2
FEM: Python base VP, better check in get icon
2020-03-16 11:05:01 +01:00
Bernd Hahnebach
c1182681cc
FEM: do not use base vp for result mesh object, fixes some problems
2020-03-16 11:04:54 +01:00
Bernd Hahnebach
9004e1fc5a
FEM: improve imports
2020-03-16 11:04:48 +01:00
Bernd Hahnebach
6291921e9a
FEM: gmsh vp, hide post pipeline too
2020-03-14 21:51:43 +01:00
Bernd Hahnebach
2c30b1cfdc
FEM: some modules, better document handling
2020-03-14 21:45:24 +01:00
Bernd Hahnebach
0e04844053
FEM: improve Python type checking and Python imports
2020-03-12 10:02:33 +01:00
Bernd Hahnebach
204563c255
FEM: result mesh vp, automate get icon
2020-03-12 05:28:32 +01:00
Bernd Hahnebach
fb3c54ab45
FEM: rename icon, mesh result object
2020-03-12 05:28:24 +01:00
Bernd Hahnebach
00733f4f76
FEM: result mesh, fix icon in tree view
2020-03-11 07:53:16 +01:00
Bernd Hahnebach
6cbb2e62f7
FEM: fluid material, use correct icon in tree view
2020-03-10 23:13:20 +01:00
Bernd Hahnebach
550b5a0965
FEM: gmsh mesh vp, use gmsh mesh icon in tree
2020-03-10 22:44:25 +01:00
Bernd Hahnebach
2a0ba98c09
FEM: constraint body heat source vp, fix tree view icon
2020-03-10 22:27:34 +01:00
Bernd Hahnebach
2c47e52c75
FEM: mesh gmsh vp, comment
2020-03-10 22:23:00 +01:00
Bernd Hahnebach
9882cb53f6
FEM: mesh region, change type
2020-03-10 22:21:01 +01:00
Bernd Hahnebach
35b8d5dbb0
FEM: mesh group, change type
2020-03-10 22:20:08 +01:00
Bernd Hahnebach
d230895c9f
FEM: mesh boundary layer, change type
2020-03-10 22:19:14 +01:00
Bernd Hahnebach
f41a942b0e
FEM: Python base view object, reactivate get icon method
2020-03-10 22:00:27 +01:00
Bernd Hahnebach
55bfa9dd7c
FEM: Python base object fix regression added with 062d782236 by readding getstate method
2020-03-10 18:16:48 +01:00
wmayer
75b9dd8a0e
[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
f9c081f06d
FEM: result mechanical VP, add Object
2020-03-09 15:26:46 +01:00
Bernd Hahnebach
8b84a1cc94
FEM: python base object and python base view object, workaround:
...
- do not add Object attribute, regression added in a47d33b5e
- do not attacht Object and ViewObject attribute, regression added in 175e7f2069
- this deactivates the icons in tree view
- thus this only is a workaround
2020-03-09 15:00:34 +01:00
Bernd Hahnebach
55b5b6a6f9
FEM: code formating
2020-03-09 07:54:23 +01:00
Bernd Hahnebach
0aefc4318a
FEM: gmsh mesh VP obj, set back because of regression added with c460f08c
2020-03-07 16:52:37 +01:00
Bernd Hahnebach
4be4609ae5
FEM: Python gui objects, use methods from base object
2020-03-07 16:39:17 +01:00
Bernd Hahnebach
fa071976c5
FEM: Python objects, remove not needed hard cardcoded icon name
2020-03-06 19:02:05 +01:00
Bernd Hahnebach
5829fc4f4a
FEM: base Python VP, extend to get the icon without hard coded name
2020-03-06 19:01:55 +01:00