Commit Graph

1913 Commits

Author SHA1 Message Date
Bernd Hahnebach
862bc4e766 FEM: cpp commands post, fix warning class and a typo 2018-09-11 07:22:43 +02:00
Bernd Hahnebach
cdacdc9f63 FEM: workbench, remove wrong spaces 2018-09-11 07:22:42 +02:00
Bernd Hahnebach
bf4b5dd841 FEM: gui py class init, sort classes 2018-09-11 07:22:42 +02:00
Bernd Hahnebach
5f0b23e174 FEM: gui py class init, delete duplicates 2018-09-11 07:22:41 +02:00
Bernd Hahnebach
5563ce1f6b FEM: app py class init, sort classes 2018-09-11 07:22:41 +02:00
Bernd Hahnebach
7e22970352 FEM: app py class init, add some spaces 2018-09-11 07:22:41 +02:00
Bernd Hahnebach
4eea233ed8 FEM: icons, add new line after add icons 2018-09-11 07:22:41 +02:00
Bernd Hahnebach
c0a9590eb9 FEM: icons, rename inp editor 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
1a81356abb FEM: icons, rename element rotation 1d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
cbde321b45 FEM: icons, rename element geometry 2d 2018-09-11 07:22:40 +02:00
Bernd Hahnebach
c18a39bd71 FEM: icons, rename element geometry 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
93f190fce0 FEM: icons, rename element fluid 1d 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
ae3b530e56 FEM: icons, rename sovler cfd 2018-09-11 07:22:39 +02:00
Bernd Hahnebach
370708a3df FEM: icons, rename solver analysis frequency 2018-09-11 07:22:38 +02:00
Bernd Hahnebach
c74380e7a1 FEM: icons, rename solver analysis thermomechanical 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
e15d3bbed1 FEM: icons, rename solver analysis static 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
8ad8e3f6ab FEM: icons, rename solver standard 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
270b4e8c01 FEM: icons, rename solver control 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
4e63defa0e FEM: icons, rename solver run 2018-09-11 07:22:37 +02:00
Bernd Hahnebach
68d708c827 FEM: icons, rename solver elmer 2018-09-11 07:22:36 +02:00
Bernd Hahnebach
28b3ce6bca YEAH 1000 commits for great FreeCAD project :-) ahh the commit ... FEM: netgen mesh obj, typo in attribute description 2018-08-29 11:02:43 -03:00
Bernd Hahnebach
4db7eaa7a8 FEM: equation objects, add some comments for linear and nonlinear equation 2018-08-29 11:02:43 -03:00
Bernd Hahnebach
1aff8c43f9 FEM: mesh netgen and gmsh, use the same group and description for mesh geometry object 2018-08-29 11:02:43 -03:00
Bernd Hahnebach
4558f5dc28 FEM: common test module, some comments 2018-08-29 11:02:43 -03:00
wmayer
1d11f742ca now each module registers its unit tests itself 2018-08-28 13:14:16 +02:00
Markus Hovorka
5a81cdca09 FEM: elmer, fix SIF variable output bug
The property "FluxVariable" of the FluxEquation document type was
exported wrongly by sifio. This was because sifio didn't recognise
unicode as a string and exported is as an array of chars.
2018-08-26 20:47:42 +02:00
luz.paz
c67b984771 FEM: femtools/femutils.py typos and whitespace fixes 2018-08-26 20:47:41 +02:00
Bernd Hahnebach
b8bdcfb830 FEM: vtk post, support multiple pipeline objects for filters 2018-08-26 20:47:41 +02:00
Bernd Hahnebach
874968e08a FEM: cpp commands sort constraints, temperature 2018-08-26 20:47:41 +02:00
Bernd Hahnebach
006ad25fb4 FEM: cpp commands sort constraints, pulley 2018-08-26 20:47:41 +02:00
Bernd Hahnebach
3d5f833e21 FEM: cpp commands sort constraints, pressure 2018-08-26 20:47:41 +02:00
Bernd Hahnebach
ea8bc5eabb FEM: cpp commands sort constraints, plane rotation 2018-08-26 20:47:40 +02:00
Bernd Hahnebach
8f801d57f3 FEM: cpp commands sort constraints, initial temperature 2018-08-26 20:47:40 +02:00
Bernd Hahnebach
59bbc5b3c8 FEM: cpp commands sort constraints, heat flux 2018-08-26 20:47:40 +02:00
Bernd Hahnebach
5ccdd24484 FEM: cpp commands sort constraints, move gear 2018-08-26 20:47:40 +02:00
Bernd Hahnebach
c500191237 FEM: cpp commands sort constraints, move force 2018-08-26 20:47:39 +02:00
Bernd Hahnebach
021017ccdc FEM: cpp commands sort constraints, move fluid boundary 2018-08-26 20:47:39 +02:00
Bernd Hahnebach
fd8aa01bf8 FEM: cpp commands sort constraints, move displacement 2018-08-26 20:47:39 +02:00
Bernd Hahnebach
b5698a1add FEM: cpp commands sort constraints, move contact 2018-08-26 20:47:39 +02:00
Bernd Hahnebach
d8547f5715 FEM: cpp commands, use for command creation same order as for command definition 2018-08-26 20:47:38 +02:00
Bernd Hahnebach
c5af8fadb4 FEM: cpp commands, add some comments 2018-08-26 20:47:38 +02:00
Bernd Hahnebach
40873aaa08 FEM: cpp commands, comment analysis and solver command as they are created in Python 2018-08-26 20:47:38 +02:00
Bernd Hahnebach
d005907d0c FEM: cpp commands, code formating 2018-08-26 20:47:38 +02:00
Bernd Hahnebach
cd8b9b0aaf FEM: vtk post, change order of commands and icons 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
4980bf6039 FEM: vtk post, small improvement in scalar clip gui 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
8b65b3d165 FEM: objects module, rename result objects to post processing ones 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
14f314ec8f FEM: objects module, delete recompute comments, the user needs to take care of recomputes if he adds objects by Python 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
063a3e56ab FEM: vtk post, typo in Tranparency property 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
9e607c4c39 FEM: vtk post, sync tranparency on reopen of pipeline task panel 2018-08-26 20:47:36 +02:00
wmayer
f0b0a4d1bc CMP0050: make Fem module aware of cmake policy 2018-08-20 20:14:46 +02:00