Commit Graph

53 Commits

Author SHA1 Message Date
Stefan Tröger
43a298ee24 FEM Post: Command for creation of post pipeline from result 2016-05-18 21:35:15 +02:00
Stefan Tröger
d0a8f6d820 FEM Post: Detail filter infrastructure 2016-05-18 21:35:15 +02:00
Stefan Tröger
d52639cf8d FEM Post: Basic implementation of filter framework 2016-05-18 21:35:15 +02:00
Bernd Hahnebach
a39f24d978 FEM: some renameing for multiple solver:
- module names vs multiple solver
- stick with python command class names in Fem
- rename commands for new objects from _CommandFemSomeObjName to _CommandSomeObjName
- rename commands for do something to _CommandDoSomething
- change tool names to have a consistent naming in all FEM for menue tools and tool tipps
2016-05-16 13:22:54 +02:00
Bernd Hahnebach
3091fd5973 FEM: remove trailing whitespaces 2016-04-24 19:10:33 +02:00
Bernd Hahnebach
11a1de07d1 FEM: convert all windows code files to unix line ending 2016-04-24 19:10:33 +02:00
vginkeo
8ec2665c1c FEM: C++98 compatible fix to constraint displacement reference deletion, update vertice, edge, face selection 2016-02-29 13:06:16 +01:00
Yorik van Havre
17522b7b2f Revert "FEM: Updated fix to constraint displacement reference deletion, update hide show, remove custom input writer, update vertice, edge, face selection."
This reverts commit ac4d466443.
2016-02-19 00:05:55 -02:00
vginkeo
555382e8be FEM: Updated fix to constraint displacement reference deletion, update hide show, remove custom input writer, update vertice, edge, face selection. 2016-02-18 19:15:16 -02:00
vginkeo
034e377dd0 FEM: Implement constraint displacement in C++ 2016-02-12 11:09:58 +02:00
vginkeo
38b8d172c2 FEM: Constraint view sizing and scaling of indicators for force, pressure and fixed constraints and limit on steps. 2016-02-01 10:52:37 +02:00
Author qingfengxia
ac9400e493 FEM: new solver object implementation of the object 2015-11-28 20:04:22 -02:00
Przemo Firszt
0306c801e7 FEM: Constraints should be enabled only when there is an active analysis
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-10-19 21:27:53 +02:00
Mateusz Skowroński
05f95c0506 Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Przemo Firszt
c11026d092 FEM: Rename Fem_FemMesh_createnodebypoly icon to fem-fem-mesh-create-node-by-poly
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
e899416b8b FEM: Rename Fem_ConstraintPulley icon to fem-constraint-pulley
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
672006fe15 FEM: Rename Fem_ConstraintPressure icon to fem-constraint-pressure
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
79bb344318 FEM: Rename Fem_ConstraintGear icon to fem-constraint-gear
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
83ae8e497d FEM: Rename Fem_ConstraintForce icon to fem-constraint-force
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
3e159d08e2 FEM: Rename Fem_ConstraintFixed icon to fem-constraint-fixed
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:34 -03:00
Przemo Firszt
fe88daf2da FEM: Rename Fem_ConstraintBearing icon to fem-constraint-bearing
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:33 -03:00
Przemo Firszt
8e82c82e65 FEM: Rename Fem_Analysis icon to fem-analysis
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:33 -03:00
Przemo Firszt
04cdb2a819 FEM: Rename Fem_AddFemMesh icon to fem-add-fem-mesh
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-29 11:00:33 -03:00
wmayer
f5d929569a + Remove dependency to iisTaskPanel when not needed 2015-06-30 16:53:22 +02:00
Przemo Firszt
1dd7e5925a FEM: Add ConstraintPressure
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-26 14:17:45 +01:00
wmayer
603d51ed9a + FEM: reimplement function to create FEM mesh from shape 2015-04-23 23:36:05 +02:00
wmayer
51ef3a85bc + FEM: cleanup of unused dialog 2015-04-23 23:11:47 +02:00
wmayer
fc6fb691fc + hide input shape after creating fem object, give feedback on wrong selection for nodes set 2015-04-22 22:45:07 +02:00
wmayer
a628da459e + remove broken command from FEM workbench 2015-04-18 22:06:55 +02:00
wmayer
4e72e4a937 + fix Qt help problems 2014-10-01 17:16:43 +02:00
wmayer
ddb267fdf6 + fix warnings with clang 2014-09-24 18:00:46 +02:00
Stefan Tröger
512a2b94d2 Adaption of FreeCAD to QuarterWidget
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer  interface
2014-09-23 10:11:11 +02:00
wmayer
f7eb7008c6 + Implement observer for active analysis object 2013-11-08 18:51:47 +01:00
wmayer
5924d26b7f + Fix typo, fix undo/redo problem when creating an FEM analysis object 2013-11-08 09:57:37 +01:00
wmayer
7a13cb8d09 + Fix compiler warnings 2013-10-11 12:24:49 +02:00
jriegel
b0a8a9383f clean up commands in FEM 2013-08-19 21:30:56 +02:00
jriegel
1c3ac02a51 Start updating Fem workbench 2013-08-11 23:19:52 +02:00
jriegel
6026c3b9b2 Switch NetgenObject to inert if build without Netgen 2013-06-26 23:20:09 +02:00
jriegel
cb067caf2c Add ActiveAnalysis logic 2013-04-29 20:08:21 +02:00
jriegel
6c8cb6f184 Adding additional objects to FEM 2013-04-20 10:53:03 +02:00
jriegel
e457a47289 Add workflow to create MeshShape node by commando and use standard hypotheses for meshing (quad surface) 2013-03-31 00:16:19 +01:00
jrheinlaender
bad4a2fe00 Fixed error after rebase 2013-03-21 18:08:56 +04:30
jrheinlaender
909265cac9 Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
jrheinlaender
4755859cb6 Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
jrheinlaender
65f8f400f1 Created FEM constraint document object 2013-03-21 16:52:10 +04:30
jriegel
a316834736 Add ViewSelection and Jims Icon. Some fixes 2013-03-04 21:16:45 +01:00
jriegel
75e5df26ef Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
jriegel
050407a265 Create nodes set by poly pick 2013-03-02 16:04:55 +01:00
jriegel
8109cbbcaf Add PropertyIntegerSet and some classes to FEM 2013-02-24 21:57:35 +01:00
Joachim Zettler
e8f569fe6a Merge branch 'dvdjimmy/MachDist' 2012-08-20 21:56:42 +02:00