FEM: Z88: support for analysis with solver Z88

This commit is contained in:
Bernd Hahnebach
2016-05-14 19:46:33 +01:00
committed by wmayer
parent d33d01d742
commit 0a4fb90fe8
11 changed files with 740 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
fem->setCommand("FEM");
*fem << "Fem_Analysis"
<< "Fem_SolverCalculix"
// << "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_BeamSection"
@@ -89,6 +90,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
fem->setCommand("&FEM");
*fem << "Fem_Analysis"
<< "Fem_SolverCalculix"
<< "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_BeamSection"