NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/FEM/Contents.m

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 % OPNML/MATLAB5 FEM-related routines
2 % Version 3.0
3 % 24 July, 1998
4 %
5 % These are functions that are specific to FEM data structures,
6 % usually requiring the domain structure fem_grid_struct as input.
7 %
8 %BASIS2D      compute basis functions for input points in FEM grid
9 %BELINT       compute shape function information for a FEM domain
10 %BWIDTH       compute the full bandwidth of an FEM element list
11 %COLORMESH2D  draw a FEM mesh in 2-d colored by a scalar quantity.
12 %COLORMESH3D  draw FEM mesh in 3-d given, colored by a scalar field.
13 %CURL         compute the CURL of a FEM 2-D vector field
14 %DETBNDY      compute a boundary segment list for a FEM domain
15 %DIVG         compute the divergence of a FEM 2-D vector field
16 %DRAWELEMS    draw 2-D FEM element configuration
17 %DRAWELEMS3D  draw 2-D FEM element configuration in 3-D
18 %DRAWVEC      draw arrows for vectors
19 %EL_AREAS     compute triangular finite element areas
20 %ELE2NEI      build a FEM neighbor list from element and node lists
21 %ELGEN        generate an element list for a rectangular FEM mesh
22 %FEM_DATA_STRUCT FEM data description structure
23 %FEM_GRID_STRUCT FEM grid description structure
24 %FEM_ICQ4_STRUCT FEM icq4 data description structure
25 %FINDELEM     element finding utility
26 %GRAD         compute the gradient of a FEM 2-D scalar field
27 %GRIDINFO     display info about fem_grid_struct
28 %HORZSLICEFEM slice a FEM domain horizontally
29 %INTERP_SCALAR interpolate scalar values onto scatter points
30 %IS_VALID_STRUCT determine if the input structure is "valid"
31 %IS_VALID_STRUCT2 determine if the input structure is "valid"
32 %LABCONT      label contours drawn with LCONTOUR
33 %LCONTOUR     contour a scalar on a FEM grid.
34 %LOADGRID     load principle gridfiles for a given FEM domain
35 %NUMBND       number boundary nodes on current axes in viewing region.
36 %NUMELEMS     number elements on current axes in viewing region.
37 %NUMNODES     number nodes on current axes.
38 %PLOTBND      plot boundary of FEM mesh
39 %PLOTDROG     plot drogue .pth file output from DROG3D or DROG3DDT.
40 %REDUCE       compute a bandwidth-reduced FEM domain connectivity list
41 %SHOWELEM     highlight and display statistics on selected element
42 %VECPLOT      routine to plot vectors. 
43 %WHICH_ELEM   determine bounding finite element in given domain
Note: See TracBrowser for help on using the browser.