FEM: Add basic FemTools module

That module will handle in the future all non-gui related features
that are currently in MechanicalAnalysis.py. It will allow easier
python scripting and greater flexibility when creating new FEM wb
features.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-06-07 12:37:21 +01:00
committed by wmayer
parent 0146550e9b
commit 9ffa46904b
4 changed files with 67 additions and 37 deletions

View File

@@ -71,6 +71,7 @@ SET(FemScripts_SRCS
convert2TetGen.py
ccxFrdReader.py
ccxInpWriter.py
FemTools.py
MechanicalAnalysis.ui
MechanicalAnalysis.py
MechanicalMaterial.ui