[Index for ./FEM]
[Return to Master Index]
breakstruct
(./FEM/breakstruct.m)
Function Synopsis
[e,x,y,z,b]=breakstruct(fem_grid_struct)
Help text
BREAKSTRUCT - split fem_grid_struct into separate components
BREAKSTRUCT returns the basic FEM domain arrays
to the calling workspace by breaking down the
input fem_grid_struct.
All arguments are required.
INPUT : fem_grid_struct - (from LOADGRID, see FEM_GRID_STRUCT)
OUTPUT : e - node connectivity list (triangular)
x - x-horizontal node coordinates
y - y-horizontal node coordinates
z - bathymetry list
b - boundary segment list
CALL : >> [e,x,y,z,b]=breakstruct(fem_grid_struct);
Cross-Reference Information
This function calls
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF