mesh_sizing#
Bases:
TUIMenuEnters the mesh sizing menu, which allows you to define the cell sizes.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_surface_sizing(service, version, mode, path)Add a size function definition.
boundary_layers(service, version, mode, path)Set the minimum number of constant-size cells adjacent to the geometry.
buffer_layers(service, version, mode, path)Set the number of buffer layers.
change_surface_sizing(service, version, ...)Change a size function definition.
clear_all_surface_sizings(service, version, ...)Delete all size function definitions.
curvature_refinement_options(service, ...)Define options for curvature size functions.
default_boundary_cell_size(service, version, ...)Set the default cell size on the geometry.
delete_surface_sizing(service, version, ...)Delete a size function definition.
list_surface_sizings(service, version, mode, ...)List all size function definitions.
max_cell_size(service, version, mode, path)Sets the maximum cell size in the octree mesh.
mesh_coarsening_exponent(service, version, ...)Set the exponent (power of two) for mesh coarsening.
smooth_mesh_coarsening(service, version, ...)Enable smoothing of the transitions between regions of different mesh sizes.
surface_coarsening_layers(service, version, ...)Set the minimum number of constant-size cells adjacent to the geometry.
surface_transition_layers(service, version, ...)Set the minimum number of constant-size cells adjacent to the geometry layer.
volume_transition_exponent(service, version, ...)Set the exponent (power of two) for the mesh coarsening transition.
__init__ method of TUIMenu class.
Bases:
TUIMethodAdd a size function definition.
Bases:
TUIMethodSet the minimum number of constant-size cells adjacent to the geometry.
Bases:
TUIMethodSet the number of buffer layers.
Bases:
TUIMethodChange a size function definition.
Bases:
TUIMethodDelete all size function definitions.
Bases:
TUIMethodSet the default cell size on the geometry.
Bases:
TUIMethodDelete a size function definition.
Bases:
TUIMethodList all size function definitions.
Bases:
TUIMethodSets the maximum cell size in the octree mesh.
Bases:
TUIMethodSet the exponent (power of two) for mesh coarsening. Higher values will lead to a slower transiton from fine to coarse cells.
Bases:
TUIMethodEnable smoothing of the transitions between regions of different mesh sizes.
Bases:
TUIMethodSet the minimum number of constant-size cells adjacent to the geometry.
Bases:
TUIMethodSet the minimum number of constant-size cells adjacent to the geometry layer.
Bases:
TUIMethodSet the exponent (power of two) for the mesh coarsening transition. A higher value results in a slower transition from fine to coarse cells.