FEM: code formating, cmake and init gui

This commit is contained in:
Bernd Hahnebach 2016-11-22 19:47:31 +01:00
parent 494b508f56
commit 8fb66dcf98
3 changed files with 7 additions and 8 deletions

View File

@ -68,13 +68,13 @@ SET(FemScripts_SRCS
_CommandBeamSection.py _CommandBeamSection.py
_CommandControlSolver.py _CommandControlSolver.py
_CommandConstraintSelfWeight.py _CommandConstraintSelfWeight.py
_CommandMechanicalMaterial.py
_CommandShowResult.py
_CommandMaterialMechanicalNonlinear.py _CommandMaterialMechanicalNonlinear.py
_CommandMechanicalMaterial.py
_CommandMeshFromShape.py _CommandMeshFromShape.py
_CommandPurgeResults.py _CommandPurgeResults.py
_CommandRunSolver.py _CommandRunSolver.py
_CommandShellThickness.py _CommandShellThickness.py
_CommandShowResult.py
_CommandSolverCalculix.py _CommandSolverCalculix.py
_CommandSolverZ88.py _CommandSolverZ88.py
_FemBeamSection.py _FemBeamSection.py

View File

@ -50,6 +50,11 @@ INSTALL(
_TaskPanelFemShellThickness.py _TaskPanelFemShellThickness.py
TaskPanelFemShellThickness.ui TaskPanelFemShellThickness.ui
FemConstraintSelfWeight.py
_FemConstraintSelfWeight.py
_ViewProviderFemConstraintSelfWeight.py
_CommandConstraintSelfWeight.py
MechanicalMaterial.py MechanicalMaterial.py
_MechanicalMaterial.py _MechanicalMaterial.py
_ViewProviderMechanicalMaterial.py _ViewProviderMechanicalMaterial.py
@ -85,11 +90,6 @@ INSTALL(
_ViewProviderFemSolverZ88.py _ViewProviderFemSolverZ88.py
_CommandSolverZ88.py _CommandSolverZ88.py
FemConstraintSelfWeight.py
_FemConstraintSelfWeight.py
_ViewProviderFemConstraintSelfWeight.py
_CommandConstraintSelfWeight.py
DESTINATION DESTINATION
Mod/Fem Mod/Fem
) )

View File

@ -50,7 +50,6 @@ class FemWorkbench (Workbench):
import _CommandRunSolver import _CommandRunSolver
import _CommandPurgeResults import _CommandPurgeResults
import _CommandControlSolver import _CommandControlSolver
import _CommandMeshFromShape import _CommandMeshFromShape
import _CommandAnalysis import _CommandAnalysis
import _CommandShellThickness import _CommandShellThickness