Element_Library > Shell_Elements > shape2d


shape2d

Purpose

shape functions for 4-9 node quadrilateral element

Synopsis

[N,dNdx,J] = shape2d (nat,xyz,nodix)

Description

SHAPE2D shape functions for 4-9 node quadrilateral element
  [N,dNdx,J] = SHAPE2D (NAT,XYZ,NODIX) shape functions for 4-9 node quadrilateral element

  Input Parameters
  ----------------
  nat   = [ xi eta ] natural coordinates of point of interest
  xyz   = nodal coordinates for element (row i for node i)
  nodix = node index, e.g. [1:4 7 8] if nodes 1 through 4 (always), 7 and 8 are present 
  ----------------
  Return Variables
  ----------------
  N     = shape function values for point of interest
  dNdx  = dNdx(i,j) = derivative of shape function j with respect to geometric coordinate x_i
  J     = Jacobian of transformation from geometric to natural coordinates

  Reference: T.J.R. Hughes, The Finite Element Method, pp. 135

Cross-Reference Information

This function calls:

This function is called by: