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, 0 (false) or 1 (true).
    top_bottom_periodicity
    Whether or not the skeleton has periodicity in the vertical direction Type: Boolean, 0 (false) or 1 (true).

Description

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