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>is_valid_struct2</H1> |
---|
6 |
<H2>(./FEM/is_valid_struct2.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>errflag=is_valid_struct2(fem_grid_struct)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
IS_VALID_STRUCT2 - Determine if the input structure is "valid" |
---|
12 |
|
---|
13 |
IS_VALID_STRUCT2 determines whether or not the input |
---|
14 |
structure contains additional field data beyond the |
---|
15 |
minimum valid fields checked for by <A HREF = "../3.FEM/is_valid_struct.html">IS_VALID_STRUCT</A>. |
---|
16 |
Recall that a valid <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A> contains (atleast) |
---|
17 |
the following (NOT EMPTY) fields: |
---|
18 |
|
---|
19 |
.name,.e,.x,.y,.z,.bnd |
---|
20 |
|
---|
21 |
IS_VALID_STRUCT2 verifies the existence of .A, .B, .A0, |
---|
22 |
and .T which are filled by <A HREF = "../3.FEM/belint.html">BELINT</A>, and of .ar filled by |
---|
23 |
<A HREF = "../3.FEM/el_areas.html">EL_AREAS</A>. These additional FEM fields are needed by |
---|
24 |
OPNML/MATLAB element-finding, basis and interpotion |
---|
25 |
routines. |
---|
26 |
|
---|
27 |
CALL: errflag=is_valid_struct2(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) |
---|
28 |
|
---|
29 |
Written by : Brian O. Blanton |
---|
30 |
Summer 1998 |
---|
31 |
|
---|
32 |
</pre> |
---|
33 |
<HR><H3>Cross-Reference Information</H3>This function is called by |
---|
34 |
<pre><UL> |
---|
35 |
<LI><A HREF = "../3.FEM/basis2d.html">basis2d</A> ./FEM/basis2d.m</LI> |
---|
36 |
<LI><A HREF = "../3.FEM/findelem.html">findelem</A> ./FEM/findelem.m</LI> |
---|
37 |
<LI><A HREF = "../3.FEM/interp_scalar.html">interp_scalar</A> ./FEM/interp_scalar.m</LI> |
---|
38 |
<LI><A HREF = "../3.FEM/which_elem.html">which_elem</A> ./FEM/which_elem.m</LI> |
---|
39 |
</UL></pre> |
---|
40 |
<HR> |
---|
41 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
42 |
<BR> |
---|
43 |
Cross-Directory links are: OFF<BR> |
---|
44 |
</BODY> |
---|