solver.tui.mesh.adapt#

class main_menu.mesh.adapt(path, service)#

Enters the mesh adaption menu.

adapt_mesh(*args, **kwargs)#

Performs manual adaption on the mesh according to the methods and settings that you specified.

anisotropic_adaption(*args, **kwargs)#

Applies legacy anisotropic adaption to refine the boundary layers or registers. Cells will be split in the normal direction to the boundary face. Note that this text command is only available for 3D cases that have the adaption method set to hanging node.

coarsening_criteria(*args, **kwargs)#

Allows you to provide an expression for the coarsening criterion.

display_adaption_cells(*args, **kwargs)#

Displays the cells that are marked for adaption in the graphics window.

free_hierarchy(*args, **kwargs)#

Deletes the defined adaption hierarchy.

list_adaption_cells(*args, **kwargs)#

Prints the number of cells marked for refinement, coarsening, and both to the console.

manual_coarsening_criteria(*args, **kwargs)#

Set expression for manual coarsening criterion.

manual_refinement_criteria(*args, **kwargs)#

Set expression for manual refinement criterion.

refinement_criteria(*args, **kwargs)#

Allows you to provide an expression for the refinement criterion.