1 |
<TITLE>/</TITLE> |
---|
2 |
<BODY> |
---|
3 |
<A HREF = "index.html">[Index for ./FEM]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>Contents</H1> |
---|
6 |
<H2>(./FEM/Contents.m)</H2> |
---|
7 |
<HR><H3>Help text</H3> |
---|
8 |
<pre> |
---|
9 |
OPNML/MATLAB5 FEM-related routines |
---|
10 |
Version 3.0 |
---|
11 |
24 July, 1998 |
---|
12 |
|
---|
13 |
These are functions that are specific to FEM data structures, |
---|
14 |
usually requiring the domain structure <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> as input. |
---|
15 |
|
---|
16 |
BASIS2D compute basis functions for input points in FEM grid |
---|
17 |
BELINT compute shape function information for a FEM domain |
---|
18 |
BWIDTH compute the full bandwidth of an FEM element list |
---|
19 |
COLORMESH2D draw a FEM mesh in 2-d colored by a scalar quantity. |
---|
20 |
COLORMESH3D draw FEM mesh in 3-d given, colored by a scalar field. |
---|
21 |
CURL compute the <A HREF = "../3.FEM/curl.html">CURL</A> of a FEM 2-D vector field |
---|
22 |
DETBNDY compute a boundary segment list for a FEM domain |
---|
23 |
DIVG compute the divergence of a FEM 2-D vector field |
---|
24 |
DRAWELEMS draw 2-D FEM element configuration |
---|
25 |
DRAWELEMS3D draw 2-D FEM element configuration in 3-D |
---|
26 |
DRAWVEC draw arrows for vectors |
---|
27 |
EL_AREAS compute triangular finite element areas |
---|
28 |
ELE2NEI build a FEM neighbor list from element and node lists |
---|
29 |
ELGEN generate an element list for a rectangular FEM mesh |
---|
30 |
FEM_DATA_STRUCT FEM data description structure |
---|
31 |
FEM_GRID_STRUCT FEM grid description structure |
---|
32 |
FEM_ICQ4_STRUCT FEM icq4 data description structure |
---|
33 |
FINDELEM element finding utility |
---|
34 |
GRAD compute the gradient of a FEM 2-D scalar field |
---|
35 |
GRIDINFO display info about <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> |
---|
36 |
HORZSLICEFEM slice a FEM domain horizontally |
---|
37 |
INTERP_SCALAR interpolate scalar values onto scatter points |
---|
38 |
IS_VALID_STRUCT determine if the input structure is "valid" |
---|
39 |
IS_VALID_STRUCT2 determine if the input structure is "valid" |
---|
40 |
LABCONT label contours drawn with <A HREF = "../3.FEM/lcontour.html">LCONTOUR</A> |
---|
41 |
LCONTOUR contour a scalar on a FEM grid. |
---|
42 |
LOADGRID load principle gridfiles for a given FEM domain |
---|
43 |
NUMBND number boundary nodes on current axes in viewing region. |
---|
44 |
NUMELEMS number elements on current axes in viewing region. |
---|
45 |
NUMNODES number nodes on current axes. |
---|
46 |
PLOTBND plot boundary of FEM mesh |
---|
47 |
PLOTDROG plot drogue .pth file output from DROG3D or DROG3DDT. |
---|
48 |
REDUCE compute a bandwidth-reduced FEM domain connectivity list |
---|
49 |
SHOWELEM highlight and display statistics on selected element |
---|
50 |
VECPLOT routine to plot vectors. |
---|
51 |
WHICH_ELEM determine bounding finite element in given domain |
---|
52 |
</pre> |
---|
53 |
<HR> |
---|
54 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
55 |
<BR> |
---|
56 |
Cross-Directory links are: OFF<BR> |
---|
57 |
</BODY> |
---|