FEM: Add frequency analysis to FEM wb

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-09-05 13:51:30 +01:00
committed by wmayer
parent 7bf1bcdec3
commit b516e35b19
7 changed files with 710 additions and 81 deletions

View File

@@ -70,6 +70,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_Frequency_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";
return root;
@@ -97,6 +98,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_Frequency_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";