FreeCAD/src/Mod/Fem/Gui
Przemo Firszt 4e94c02dda FEM: Rename animateNodes to applyDisplacementToNodes
Also animateNodes is now applyDisplacementToNodes.
The funcions are not doing animation, but are responsible
for deforming mesh.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
..
Resources FEM: Add Purge FEM results button 2015-06-02 11:35:34 +01:00
AbaqusHighlighter.cpp + fix highlighting of words with numbers 2015-04-10 23:38:29 +02:00
AbaqusHighlighter.h + syntax highlighter for Abaqus, show short filename on tabs 2015-03-28 21:50:01 +01:00
ActiveAnalysisObserver.cpp + Implement observer for active analysis object 2013-11-08 18:51:47 +01:00
ActiveAnalysisObserver.h + Implement observer for active analysis object 2013-11-08 18:51:47 +01:00
AppFemGui.cpp FEM: Add ConstraintPressure 2015-05-26 14:17:45 +01:00
AppFemGuiPy.cpp + support .inp file format 2015-04-01 11:09:46 +02:00
CMakeLists.txt FEM: Add ConstraintPressure 2015-05-26 14:17:45 +01:00
Command.cpp FEM: Add ConstraintPressure 2015-05-26 14:17:45 +01:00
DlgSettingsFem.ui FEM: Add Preferences option to hide materials from user defined directory 2015-04-14 15:25:45 +02:00
DlgSettingsFemImp.cpp FEM: Add Preferences option to hide materials from user defined directory 2015-04-14 15:25:45 +02:00
DlgSettingsFemImp.h FEM: Add preferences dialog 2015-04-03 08:07:28 +02:00
FemSelectionGate.cpp Picking elements and faces in TaskCreateNodeSet 2013-03-16 16:23:12 +01:00
FemSelectionGate.h Picking elements and faces in TaskCreateNodeSet 2013-03-16 16:23:12 +01:00
PreCompiled.cpp Changes on Machining Distortion to account for Centos 5.6 compilation 2012-03-26 10:06:16 +02:00
PreCompiled.h + Replace math.h with cmath 2014-01-05 11:25:40 +01:00
TaskAnalysisInfo.cpp Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskAnalysisInfo.h Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskAnalysisInfo.ui Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskCreateNodeSet.cpp + fix warnings with clang 2014-09-24 18:00:46 +02:00
TaskCreateNodeSet.h Picking elements and faces in TaskCreateNodeSet 2013-03-16 16:23:12 +01:00
TaskCreateNodeSet.ui Picking elements and faces in TaskCreateNodeSet 2013-03-16 16:23:12 +01:00
TaskDlgAnalysis.cpp Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskDlgAnalysis.h Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskDlgCreateNodeSet.cpp Add ViewSelection and Jims Icon. Some fixes 2013-03-04 21:16:45 +01:00
TaskDlgCreateNodeSet.h Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
TaskDlgMeshShapeNetgen.cpp + raise error message when trying to mesh without netgen support 2015-05-22 16:15:18 +02:00
TaskDlgMeshShapeNetgen.h wiering the tet dialog 2013-04-29 22:21:55 +02:00
TaskDriver.cpp Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskDriver.h Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskDriver.ui Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object 2013-04-08 10:42:08 +02:00
TaskFemConstraint.cpp Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
TaskFemConstraint.h fixes for VisualStudio 2013-03-22 12:50:15 +01:00
TaskFemConstraint.ui Created FEM constraint document object 2013-03-21 16:52:10 +04:30
TaskFemConstraintBearing.cpp + Fix compiler warnings 2013-10-11 12:24:49 +02:00
TaskFemConstraintBearing.h Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
TaskFemConstraintBearing.ui Minor changes to FEM constraint visuals 2013-03-21 16:58:40 +04:30
TaskFemConstraintFixed.cpp FEM: Add curly brackets to one line for/if or if/if commands 2015-06-02 11:35:34 +01:00
TaskFemConstraintFixed.h Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
TaskFemConstraintFixed.ui Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
TaskFemConstraintForce.cpp FEM: Add curly brackets to one line for/if or if/if commands 2015-06-02 11:35:34 +01:00
TaskFemConstraintForce.h + use undo/redo for Fem constraint force dialog 2015-02-27 11:21:05 +01:00
TaskFemConstraintForce.ui Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
TaskFemConstraintGear.cpp Integrate Werners & Jans double branch 2013-09-24 11:00:57 +02:00
TaskFemConstraintGear.h Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
TaskFemConstraintPressure.cpp + fix whitespaces 2015-05-26 17:55:38 +02:00
TaskFemConstraintPressure.h + fix whitespaces 2015-05-26 17:55:38 +02:00
TaskFemConstraintPressure.ui FEM: Add ConstraintPressure 2015-05-26 14:17:45 +01:00
TaskFemConstraintPulley.cpp Integrate Werners & Jans double branch 2013-09-24 11:00:57 +02:00
TaskFemConstraintPulley.h Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
TaskObjectName.cpp + Better support of clang, fix issues discovered by clang 2014-05-05 18:25:59 +02:00
TaskObjectName.h Add ViewSelection and Jims Icon. Some fixes 2013-03-04 21:16:45 +01:00
TaskObjectName.ui Add ViewSelection and Jims Icon. Some fixes 2013-03-04 21:16:45 +01:00
TaskTetParameter.cpp Correct spelling of FEM Netgen Mesh 'Fineness' parameter 2015-01-12 11:12:30 +01:00
TaskTetParameter.h + Fix typo, fix undo/redo problem when creating an FEM analysis object 2013-11-08 09:57:37 +01:00
TaskTetParameter.ui + Fix typo, fix undo/redo problem when creating an FEM analysis object 2013-11-08 09:57:37 +01:00
ViewProviderAnalysis.cpp + FEM: Improve drag and drop for FEM analysis object 2015-04-23 13:31:14 +02:00
ViewProviderAnalysis.h + FEM: Improve drag and drop for FEM analysis object 2015-04-23 13:31:14 +02:00
ViewProviderFemConstraint.cpp + fix rendering problems for FEM elements 2015-04-13 22:11:27 +02:00
ViewProviderFemConstraint.h + fix rendering problems for FEM elements 2015-04-13 22:11:27 +02:00
ViewProviderFemConstraintBearing.cpp + fixes #0001549: crash with Draft move tool while sketch is in edit mode 2014-05-20 15:25:03 +02:00
ViewProviderFemConstraintBearing.h Improvements to FEM constraint objects 2013-03-21 16:58:01 +04:30
ViewProviderFemConstraintFixed.cpp + FEM: remove useless error message 2015-04-20 11:35:40 +02:00
ViewProviderFemConstraintFixed.h Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
ViewProviderFemConstraintForce.cpp + fix rendering problems for FEM elements 2015-04-13 22:11:27 +02:00
ViewProviderFemConstraintForce.h Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
ViewProviderFemConstraintGear.cpp + fixes #0001549: crash with Draft move tool while sketch is in edit mode 2014-05-20 15:25:03 +02:00
ViewProviderFemConstraintGear.h Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
ViewProviderFemConstraintPressure.cpp + fix whitespaces 2015-05-26 17:55:38 +02:00
ViewProviderFemConstraintPressure.h + fix whitespaces 2015-05-26 17:55:38 +02:00
ViewProviderFemConstraintPulley.cpp + fixes #0001549: crash with Draft move tool while sketch is in edit mode 2014-05-20 15:25:03 +02:00
ViewProviderFemConstraintPulley.h Split code into separate files for each constraint type 2013-03-21 16:56:57 +04:30
ViewProviderFemMesh.cpp FEM: Rename animateNodes to applyDisplacementToNodes 2015-06-02 11:35:34 +01:00
ViewProviderFemMesh.h FEM: Rename animateNodes to applyDisplacementToNodes 2015-06-02 11:35:34 +01:00
ViewProviderFemMeshPy.xml FEM: Rename animateNodes to applyDisplacementToNodes 2015-06-02 11:35:34 +01:00
ViewProviderFemMeshPyImp.cpp FEM: Rename animateNodes to applyDisplacementToNodes 2015-06-02 11:35:34 +01:00
ViewProviderFemMeshShape.cpp Adding additional objects to FEM 2013-04-20 10:53:03 +02:00
ViewProviderFemMeshShape.h Adding additional objects to FEM 2013-04-20 10:53:03 +02:00
ViewProviderFemMeshShapeNetgen.cpp + raise error message when trying to mesh without netgen support 2015-05-22 16:15:18 +02:00
ViewProviderFemMeshShapeNetgen.h + Fix inconsistency in context-menu of FEM view provider 2013-11-09 11:05:08 +01:00
ViewProviderResult.cpp Finish loading Calculix result files 2013-12-31 12:41:22 +01:00
ViewProviderResult.h Finish loading Calculix result files 2013-12-31 12:41:22 +01:00
ViewProviderSetElements.cpp Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetElements.h Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetFaces.cpp Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetFaces.h Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetGeometry.cpp Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetGeometry.h Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetNodes.cpp Dialog for dealing with creation and edeting of node sets 2013-03-03 22:19:04 +01:00
ViewProviderSetNodes.h Implement Isostatic Gui 2013-07-24 22:15:25 +02:00
Workbench.cpp FEM: Add Purge FEM results button 2015-06-02 11:35:34 +01:00
Workbench.h Changes on Machining Distortion to account for Centos 5.6 compilation 2012-03-26 10:06:16 +02:00