OOF2: The Manual

Name

QuadSkeleton (QuadSkeleton) — A Skeleton of quadrilateral elements.

Synopsis

QuadSkeleton(left_right_periodicity, top_bottom_periodicity)

Details

  • Base class: SkeletonGeometry
  • Parameters:

    left_right_periodicity
    Whether or not the skeleton has periodicity in the horizontal direction Type: Boolean: True or False.
    top_bottom_periodicity
    Whether or not the skeleton has periodicity in the vertical direction Type: Boolean: True or False.

Description

QuadSkeleton is used as the skeleton_geometry argument of OOF.Skeleton.New, specifying that it is to create a Skeleton with quadrilateral Elements.

See Also