Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
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>belint</H1> |
---|
6 |
<H2>(./FEM/belint.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>ret_struct=el_areas(fem_grid_struct)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
BELINT - compute shape function information for a FEM domain |
---|
12 |
|
---|
13 |
BELINT(<A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A>) computes shape function |
---|
14 |
information to be used in element finding (FINDELE). |
---|
15 |
BELINT must return a new structure containing the input |
---|
16 |
structure and adding the new components. The returned |
---|
17 |
structure now includes:... |
---|
18 |
|
---|
19 |
INPUT : <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> - (from <A HREF = "../3.FEM/loadgrid.html">LOADGRID</A>, see <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A>) |
---|
20 |
|
---|
21 |
OUTPUT : new_struct (REQ) - new structure with areas |
---|
22 |
|
---|
23 |
CALL : >>new_struct=belint(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>); |
---|
24 |
|
---|
25 |
Written by : Brian O. Blanton |
---|
26 |
Summer 1997 |
---|
27 |
|
---|
28 |
</pre> |
---|
29 |
<HR><H3>Cross-Reference Information</H3>This function calls |
---|
30 |
<pre><UL> |
---|
31 |
<LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI> |
---|
32 |
</UL></pre> |
---|
33 |
This function is called by |
---|
34 |
<pre><UL> |
---|
35 |
<LI><A HREF = "../3.FEM/interp_scalar.html">interp_scalar</A> ./FEM/interp_scalar.m</LI> |
---|
36 |
</UL></pre> |
---|
37 |
<HR> |
---|
38 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
39 |
<BR> |
---|
40 |
Cross-Directory links are: OFF<BR> |
---|
41 |
</BODY> |
---|