FEM: beam rotation object, add this new object

This commit is contained in:
Bernd Hahnebach
2018-01-23 06:39:18 +01:00
committed by wmayer
parent 128e5d3a72
commit bc8219cc36
9 changed files with 450 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_MaterialFluid"
<< "FEM_MaterialMechanicalNonlinear"
<< "FEM_ElementGeometry1D"
<< "FEM_ElementRotation1D"
<< "FEM_ElementGeometry2D"
<< "FEM_ElementFluid1D";
@@ -199,6 +200,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_MaterialFluid"
<< "FEM_MaterialMechanicalNonlinear"
<< "FEM_ElementGeometry1D"
<< "FEM_ElementRotation1D"
<< "FEM_ElementGeometry2D"
<< "FEM_ElementFluid1D"
<< "Separator"