You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Similar to finetuning_inwards, but ensures minimal distance in the other direction'
112
+
desc='Similar to finetuning_inwards, but ensures minimal distance in the other direction'
111
113
)
112
114
finetuning_distance=traits.Float(
113
115
argstr='%f',
114
116
requires=['finetuning_substeps'],
117
+
position=-2,
115
118
desc="Used to fine-tune the minimal distance between surfaces."
116
119
"A minimal distance d is ensured, and reached in n substeps. When using the surfaces for subsequent volume meshing by gmsh, this step prevent too flat tetrahedra2)"
117
120
)
118
121
finetuning_substeps=traits.Int(
119
122
argstr='%d',
120
123
requires=['finetuning_distance'],
124
+
position=-1,
121
125
desc="Used to fine-tune the minimal distance between surfaces."
122
126
"A minimal distance d is ensured, and reached in n substeps. When using the surfaces for subsequent volume meshing by gmsh, this step prevent too flat tetrahedra2)"
0 commit comments