FEM: cmakes, object fem, init gui modules, sort by name

This commit is contained in:
Bernd Hahnebach
2017-03-06 10:39:03 +01:00
committed by Yorik van Havre
parent 092a5dae48
commit 19a0f85708
4 changed files with 69 additions and 71 deletions

View File

@@ -47,6 +47,9 @@ class FemWorkbench (Workbench):
import PyGui._CommandFemAnalysis
import PyGui._CommandFemConstraintSelfWeight
import PyGui._CommandFemElementFluid1D
import PyGui._CommandFemElementGeometry1D
import PyGui._CommandFemElementGeometry2D
import PyGui._CommandFemMaterialSolid
import PyGui._CommandFemMaterialFluid
import PyGui._CommandFemMaterialMechanicalNonlinear
@@ -64,10 +67,6 @@ class FemWorkbench (Workbench):
import PyGui._CommandFemSolverRun
import PyGui._CommandFemSolverZ88
import PyGui._CommandFemElementGeometry2D
import PyGui._CommandFemElementGeometry1D
import PyGui._CommandFemElementFluid1D
def GetClassName(self):
return "FemGui::Workbench"