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'
111
+
desc='Similar to finetuning_inwards, but ensures minimal distance in the other direction'
111
112
)
112
113
finetuning_distance=traits.Float(
113
114
argstr='%f',
114
115
requires=['finetuning_substeps'],
116
+
position=-2,
115
117
desc="Used to fine-tune the minimal distance between surfaces."
116
118
"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
119
)
118
120
finetuning_substeps=traits.Int(
119
121
argstr='%d',
120
122
requires=['finetuning_distance'],
123
+
position=-1,
121
124
desc="Used to fine-tune the minimal distance between surfaces."
122
125
"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