FEM: constraint self weight: object implementation

This commit is contained in:
Bernd Hahnebach
2016-07-21 06:07:24 +01:00
committed by Yorik van Havre
parent 90d181aec2
commit 84e017e4db
8 changed files with 205 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ SET(FemScripts_SRCS
_CommandAnalysis.py
_CommandBeamSection.py
_CommandControlSolver.py
_CommandConstraintSelfWeight.py
_CommandMechanicalMaterial.py
_CommandShowResult.py
_CommandMeshFromShape.py
@@ -84,6 +85,7 @@ SET(FemScripts_SRCS
_CommandSolverZ88.py
_FemAnalysis.py
_FemBeamSection.py
_FemConstraintSelfWeight.py
_FemShellThickness.py
_FemSolverCalculix.py
_FemSolverZ88.py
@@ -95,6 +97,7 @@ SET(FemScripts_SRCS
_TaskPanelShowResult.py
_ViewProviderFemAnalysis.py
_ViewProviderFemBeamSection.py
_ViewProviderFemConstraintSelfWeight.py
_ViewProviderFemShellThickness.py
_ViewProviderFemSolverCalculix.py
_ViewProviderFemSolverZ88.py
@@ -106,8 +109,9 @@ SET(FemScripts_SRCS
Init.py
InitGui.py
FemAnalysis.py
FemCommands.py
FemBeamSection.py
FemCommands.py
FemConstraintSelfWeight.py
FemInputWriter.py
FemInputWriterCcx.py
FemInputWriterZ88.py