Commit Graph

2863 Commits

Author SHA1 Message Date
Bernd Hahnebach
0e04844053 FEM: improve Python type checking and Python imports 2020-03-12 10:02:33 +01:00
Bernd Hahnebach
8ddbd110b6 FEM: qrc, add comment 2020-03-12 05:28:44 +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
c23ea00ebe FEM: unit tests, some sort 2020-03-10 08:32:02 +01:00
luz.paz
8624564469 [skip ci] Fix typos
Found via `codespell`
2020-03-09 16:23:26 +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
UR-0
92a00b6abd FEM: vtk clip filter, PlaneWidget.ui typo origin's y-coord 2020-03-08 15:00:07 +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
5b52840ca5 FEM: commands, better resource handling for all command classes 2020-03-07 16:39:06 +01:00
Bernd Hahnebach
e38a77d623 FEM: command base class, extend for better resource handling 2020-03-07 16:38:55 +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
Bernd Hahnebach
f4f5d7b085 FEM: gmsh mesh obj vp, another fix because of regression indroduced with c460f08c 2020-03-06 18:54:30 +01:00
Bernd Hahnebach
ff06fa3460 FEM: code formating, sort imprts 2020-03-06 18:21:11 +01:00
Bernd Hahnebach
49049ddc02 FEM: typo 2020-03-06 18:19:45 +01:00
Bernd Hahnebach
89d79dbbf0 FEM: gmsh mesh obj vp, fix regression indroduced with c460f08c 2020-03-06 18:14:08 +01:00
luz.paz
b3e42d103d [skip ci] fix follow-up typos 2020-03-06 14:50:35 +01:00
luz.paz
180805c55e Fix typos
Found via  
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2020-03-06 14:50:35 +01:00
Bernd Hahnebach
a934000308 FEM: code conventions, icons 2020-03-06 08:40:50 +01:00
Bernd Hahnebach
818de7057f FEM: sort icon names 2020-03-06 08:40:48 +01:00
Bernd Hahnebach
1be796bff7 FEM: rename icon, post pipeline from result 2020-03-06 08:40:46 +01:00
Bernd Hahnebach
888fdfbe53 FEM: rename icon, post filter warp 2020-03-06 08:40:44 +01:00
Bernd Hahnebach
306f1c0c55 FEM: rename icon, post filter linearized stresses 2020-03-06 08:40:42 +01:00
Bernd Hahnebach
65e0db5f6c FEM: rename icon, post filter data at point 2020-03-06 08:40:40 +01:00
Bernd Hahnebach
3d31ff5001 FEM: rename icon, post filter data along line 2020-03-06 08:40:38 +01:00
Bernd Hahnebach
fd6e9acd5c FEM: rename icon, post filter cut function 2020-03-06 08:40:36 +01:00
Bernd Hahnebach
164f04a395 FEM: rename icon, post filter clip scalar 2020-03-06 08:40:34 +01:00
Bernd Hahnebach
46531ed92e FEM: rename icon, post filter clip region 2020-03-06 08:40:32 +01:00
Bernd Hahnebach
5b37070a2b FEM: rename icon, result purge 2020-03-06 08:40:30 +01:00
Bernd Hahnebach
45259a65aa FEM: rename icon, result show 2020-03-06 08:40:28 +01:00
Bernd Hahnebach
769bb52305 FEM: rename icon, solver standard 2020-03-06 08:40:26 +01:00
Bernd Hahnebach
74388de957 FEM: rename icon, solver control 2020-03-06 08:40:24 +01:00
Bernd Hahnebach
13a8102516 FEM: rename icon, solver elmer 2020-03-06 08:40:22 +01:00
Bernd Hahnebach
ce7e1c1fa1 FEM: rename icon, solver run 2020-03-06 08:40:20 +01:00
Bernd Hahnebach
baa6d78b9b FEM: rename icon, material solid 2020-03-06 08:40:18 +01:00