[Index for ./FEM] [Return to Master Index]

belint

(./FEM/belint.m)


Function Synopsis

ret_struct=el_areas(fem_grid_struct)

Help text

 BELINT - compute shape function information for a FEM domain
          
          BELINT(FEM_GRID_STRUCT) computes shape function 
          information to be used in element finding (FINDELE).
          BELINT must return a new structure containing the input
          structure and adding the new components.  The returned
          structure now includes:...

  INPUT : fem_grid_struct - (from LOADGRID, see FEM_GRID_STRUCT)       
           
 OUTPUT : new_struct (REQ) - new structure with areas

   CALL : >>new_struct=belint(fem_grid_struct);

 Written by : Brian O. Blanton 
 Summer 1997


Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF