1. FEA::Cart
    Sample geometry. Matrix with x and y coordinates for initial shape.
  2. FEA::SurfTrac
    List of element matrices with surface traction. Obtained from function: SurfaceTraction
  3. FEA::beamBC
    Boundary conditions applied to each node. Obtained from function: beamApplyBC
  4. FEA::beamDime
    Dimensional data for beam elements. Includes area, length, aspect ratio, angles and lengths of elements. Obtained from function: beamDimensions
  5. FEA::beamEmat
    List of element matrices for each element. Obtained from function: beamElementMat
  6. FEA::beamExMat
    List of element matrices for each element. Obtained from function: beamElementMat
  7. FEA::beamFV
    Load vector produced from function function: beamForceVector
  8. FEA::beamGLforce
    Global and Local loading force matrices obtained from function: beamGLForces
  9. FEA::beamGeo
    Sample geometry for beam. Includes shape, discretization table, boundary conditions, thickness, and material details.
  10. FEA::beamGloMat
    Global element matrix, obtained from function: beamGlobalEM
  11. FEA::beamND
    Global nodal displacement, obtained from function: beamNodeDis
  12. FEA::beamREM
    Reduced element matrix calculated from the expanded element matrix. Obtained from function: beamReducedEM
  13. FEA::beamStressResult
    FEA results for the beam model. Obtained from function: beamStress
  14. FEA::beamsUDL
    Uniformly distributed load on beam surface
  15. FEA::bound
    Boundary conditions applied to each node. Obtained from function: ApplyBC
  16. FEA::cleanpoly
    Cleaned nodal distribution in and on polygon. Obtained from function: Threshpts
  17. FEA::dime
    Dimensional data for mesh elements. Includes area, length, aspect ratio, angles and lengths of elements. Obtained from function: Dimensions
  18. FEA::displacN
    Global nodal displacement, obtained from function: NodeDis
  19. FEA::expSurf
    Expanded element matrix for surface forces. Obtained from function: ExpandSFT
  20. FEA::fea_EM
    List of element matrices for each element. Obtained from function: ElementMat
  21. FEA::fea_ExEM
    List of large expanded element matrices calculated from the element matrix. Obtained from function: ExpandEM
  22. FEA::fea_result
    FEA results. Produces list with results from local stresses including Stress, Strain, and Stress from Strain. Obtained from function: LocalStress
  23. FEA::glfor
    Global and Local loading force matrices obtained from function: GLForces
  24. FEA::gloMat
    Global element matrix, obtained from function: GlobalMat
  25. FEA::load
    Load vector produced from function function: ForceVector
  26. FEA::polyshape
    Sample geometry converted into a 2D polygon. Polygon data that specifies all coordinate, coordinates that are within the geometry and coordinates that construct the lines of the geometry. Obtained from function: SinglePoly
  27. FEA::reduc_EM
    Reduced element matrix calculated from the expanded element matrix. Obtained from function: ReducedEM
  28. FEA::reduc_SF
    Reduced surface force matrix calculated from expanded element matrix. Obtained from function: ReducedSF
  29. FEA::triMesh
    Meshed coordinate points obtained from function: triangulate0