Utilities > PreProcessing > Sections > Rectangle2Layer


Rectangle2Layer

Purpose

integration points and weights for 1d-integration of a rectangle

Synopsis

[yfib,wfib] = Rectangle2Layer (patcoor,IntTyp,nfib)

Description

RECTANGLE2LAYER integration points and weights for 1d-integration of a rectangle
  [YFIB,WFIB] = RECTANGLE2FIBER (PATCOOR,INTTYP,NFIB)
  the function determines the locations in vector YFIB and the integration weights
  in vector WFIB for the 1d integration in y of a rectangle with the integration scheme
  in character array INTTYP and the number of integration points in NFIB
  the geometry of the rectangle is supplied by specifying the coordinates of opposite corners
  in array PATCOOR [ y1 z1 (+ve quadrant); y2 z2 (-ve quadrant)] (right handed local x-y-z system)
  INTTYP can be either 'Midpoint', 'Trap', 'Simpson','Gauss' or 'Lobatto'

Cross-Reference Information

This function calls:

This function is called by: