DA_AUTO_MESH creates a customized finite element mesh.
-->DA_AUTO_MESH---------+ | +-----------------------+ | +---+---+--(:STUDY)-----|SELECT S_FERRUM_STUDY|----------------------------------------+--> | | | | +--(:AMG-PART)--+ | | | | | | | +------------+ | | | | | | | +--|SELECT (CREATE-GENERAL-FOCUS *SD-ASSEMBLY-SELTYPE* *SD-PART-SELTYPE*)|--+ | | | | | | | +--(:AMG_DEFAULT_ELEMENT_SIZE)-----+---|length|---+----------------------------+ | | | | | | | +---(:ON)------+ | | | | | | | | +---(:OFF)-----+ | | | | | +--(:AMG-ELEMENT-ORDER)-------+---(:MG-LINEAR)-----+---------------------------+ | | | | | ^ | +---(:MG-QUADRATIC---+ | | | | | | | | +---(:MG-P_ELEMENTS--+ | | | | | +--(:AMG-ELEMENT-SHAPE)-------+---(:MG-ELEM-SHAPE-TETRA---+--------------------+ | | | | | +---(:MG-ELEM-SHAPE-TRIA)---+ | | | | | | +---(:MG-ELEM-SHAPE-QUAD)---+ | | | +-----------<-----------<----------<----------<-----------<----------<------------<+
:STUDY
- specifies the study to associate with the mesh.
:AMG_PART
- specifies the part to mesh.
:AMG_DEFAULT_ELEMENT_SIZE
- sets the maximum size of the finite elements used to create the mesh.
:AMG_ELEMENT_ORDER
- enables selection of the finite element order used to create the mesh.
:MG_LINEAR
- selects a linear element order (nodes at element vertices).
:MG_QUADRATIC
- selects a quadratic element order (nodes at element vertices and at the midpoints of the lines comprising the elements.
:MG-P_ELEMENTS
- selects p-elements.
:AMG_ELEMENT_SHAPE
- enables selection of the shape of the finite elements used to create the mesh.
:MG_ELEM_SHAPE_TETRA
- selects solid tetrahedral elements.
:MG_ELEM_SHAPE_TRIA
- selects triangular surface elements.
:MG_ELEM_SHAPE_QUAD
- selects quadrilateral surface elements.