FEM: vtk import, comment not used part of the code
This commit is contained in:
parent
e98d6321bb
commit
5a6ccfbe37
|
@ -97,6 +97,7 @@ def importVTK(filename, analysis=None, result_name_prefix=None):
|
|||
analysis_object.Member = analysis_object.Member + [result_obj]
|
||||
# FIXME move the ResultMesh in the analysis
|
||||
|
||||
''' seams not used at the moment
|
||||
filenamebase = '.'.join(filename.split('.')[:-1]) # pattern: filebase_timestamp.vtk
|
||||
ts = filenamebase.split('_')[-1]
|
||||
try:
|
||||
|
@ -104,6 +105,7 @@ def importVTK(filename, analysis=None, result_name_prefix=None):
|
|||
except:
|
||||
time_step = 0.0
|
||||
# Stats has been setup in C++ function FemVTKTools importCfdResult()
|
||||
'''
|
||||
|
||||
|
||||
# helper
|
||||
|
|
Loading…
Reference in New Issue
Block a user