Commit Graph

2873 Commits

Author SHA1 Message Date
Bernd Hahnebach
5214c81ed4 FEM: some modules, better document handling 2020-03-14 21:45:24 +01:00
Bernd Hahnebach
9d76f458a8 FEM: fem mesh 2 mesh, fix example code 2020-03-14 21:45:18 +01:00
Bernd Hahnebach
1c822dcf6e FEM: solver frame work, get rid of Active Document code 2020-03-14 21:45:11 +01:00
Bernd Hahnebach
4df9ddc48e FEM: solver base writer, add document as attribut 2020-03-14 21:45:01 +01:00
Bernd Hahnebach
b4727622a9 FEM: ccx tools, better document handling 2020-03-14 21:44:55 +01:00
Bernd Hahnebach
af25ac9612 FEM: ccx unit tests, fix create result method 2020-03-14 21:44:49 +01:00
Bernd Hahnebach
817eb41aef FEM: extend coding conventions 2020-03-14 21:44:40 +01:00
Bernd Hahnebach
2e4ee3e706 FEM: examples, some code improvements 2020-03-13 09:19:27 +01:00
Bernd Hahnebach
b3d75d977e FEM: extend code conventions 2020-03-13 09:19:20 +01:00
Bernd Hahnebach
96bd3c58e9 FEM: typo 2020-03-13 06:52:22 +01:00
Bernd Hahnebach
4db6d7cafa FEM: improve Python type checking and Python imports 2020-03-12 10:02:33 +01:00
Bernd Hahnebach
70f8bfbeef FEM: qrc, add comment 2020-03-12 05:28:44 +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
0c608b5d6d FEM: unit tests, some sort 2020-03-10 08:32:02 +01:00
luz.paz
696ed42635 [skip ci] Fix typos
Found via `codespell`
2020-03-09 16:23:26 +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
UR-0
d4ef7fde2a FEM: vtk clip filter, PlaneWidget.ui typo origin's y-coord 2020-03-08 15:00:07 +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
0d958bd7ab FEM: commands, better resource handling for all command classes 2020-03-07 16:39:06 +01:00
Bernd Hahnebach
76a30ac6b2 FEM: command base class, extend for better resource handling 2020-03-07 16:38:55 +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
d7e7ebb4c3 FEM: code formating, sort imprts 2020-03-06 18:21:11 +01:00
Bernd Hahnebach
7a49d61f62 FEM: typo 2020-03-06 18:19:45 +01:00
Bernd Hahnebach
d0d8cf06d3 FEM: gmsh mesh obj vp, fix regression indroduced with 536135ec 2020-03-06 18:14:08 +01:00
luz.paz
c8cb520887 [skip ci] fix follow-up typos 2020-03-06 14:50:35 +01:00
luz.paz
ebe194a9e9 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
8c26b4a277 FEM: code conventions, icons 2020-03-06 08:40:50 +01:00
Bernd Hahnebach
7a2ec7c4a1 FEM: sort icon names 2020-03-06 08:40:48 +01:00
Bernd Hahnebach
b92ad7759a FEM: rename icon, post pipeline from result 2020-03-06 08:40:46 +01:00
Bernd Hahnebach
3cd271581d FEM: rename icon, post filter warp 2020-03-06 08:40:44 +01:00
Bernd Hahnebach
cee44e15ab FEM: rename icon, post filter linearized stresses 2020-03-06 08:40:42 +01:00
Bernd Hahnebach
e2e71dfb61 FEM: rename icon, post filter data at point 2020-03-06 08:40:40 +01:00
Bernd Hahnebach
1472974875 FEM: rename icon, post filter data along line 2020-03-06 08:40:38 +01:00