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 ./IO_Functions]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>read_bel</H1> |
---|
6 |
<H2>(./IO_Functions/read_bel.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>[inbe,gridname]=read_bel(fname)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
READ_BEL read a FEM domain .bel file |
---|
12 |
READ_BEL reads a FEM domain .bel file (boundary element |
---|
13 |
description file) and returns the boundary list. See the |
---|
14 |
"Dartmouth File Standards" document for details on the .bel |
---|
15 |
file structure/contents. |
---|
16 |
|
---|
17 |
With no input arguments, READ_BEL enables a file browser with |
---|
18 |
which the user can select a .bel file. |
---|
19 |
|
---|
20 |
Input: belname - .bel filename |
---|
21 |
|
---|
22 |
Output: inbe - boundary element list matrix |
---|
23 |
gridname - FEM domain name found in .bel file |
---|
24 |
|
---|
25 |
Call as: [inbe,gridname]=read_bel(fname) |
---|
26 |
|
---|
27 |
Written by: Chris E. Naimie |
---|
28 |
Modified by: Brian O. Blanton to more general useage. (Jan 99) |
---|
29 |
</pre> |
---|
30 |
<HR> |
---|
31 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
32 |
<BR> |
---|
33 |
Cross-Directory links are: OFF<BR> |
---|
34 |
</BODY> |
---|