FEM: nonlinear materials, core object implementation

This commit is contained in:
Bernd Hahnebach
2016-09-25 19:36:46 +01:00
committed by Yorik van Havre
parent 56a433447d
commit 708ccb68c5
8 changed files with 212 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
// << "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"
<< "Fem_ShellThickness"
<< "Separator"
@@ -120,6 +121,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"
<< "Fem_ShellThickness"
<< "Separator"