FEM: Add Quick Analysis

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-06-25 12:11:35 +01:00
committed by wmayer
parent a21ae5cd85
commit ebfa002601
4 changed files with 522 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";
return root;
@@ -95,6 +96,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";