FEM: code formating, more format changes
This commit is contained in:
committed by
Yorik van Havre
parent
bbcc6d0c34
commit
f988ea32ad
@@ -334,7 +334,7 @@ def fill_femresult_stats(results):
|
||||
''' fills a FreeCAD FEM mechanical result object with stats data
|
||||
'''
|
||||
# result stats, set stats values to 0, they may not exist
|
||||
no_of_values = 1 # to avoid division by zero
|
||||
no_of_values = 1 # to avoid division by zero
|
||||
x_min = y_min = z_min = x_max = y_max = z_max = x_avg = y_avg = z_avg = 0
|
||||
a_max = a_min = a_avg = s_max = s_min = s_avg = 0
|
||||
p1_min = p1_avg = p1_max = p2_min = p2_avg = p2_max = p3_min = p3_avg = p3_max = 0
|
||||
|
||||
@@ -545,7 +545,7 @@ def get_femelement_sets_from_group_data(femmesh, fem_objects):
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
#print("")
|
||||
# print("")
|
||||
|
||||
|
||||
def get_elset_short_name(obj, i):
|
||||
|
||||
Reference in New Issue
Block a user