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

root/gliderproc/trunk/MATLAB/opnml/html/2.FDCONT/fe2fd.html

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

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./FDCONT]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>fe2fd</H1>
6 <H2>(./FDCONT/fe2fd.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>fd=fe2fd(fe,bfd)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 FE2FD - interpolate FE data to FD nodes contained in bfd array
12    FE2FD interpolates a 2-D FEM scalar field onto the FD nodes
13    contained in a bfd array.
14
15    Input:  fe  -  column vector of FEM scalar data
16            bfd -  basis function data array
17
18            <A HREF = "../2.FDCONT/fdcontour.html">FDCONTOUR</A> takes care to pass in only the
19            node numbers and basis functions to FE2FD. 
20            Other calls to this function must be careful
21            to pass in only columns 4:9 of the bfd array;
22            i.e., fe2fd(q,bfd(:,4:9))
23
24    Output: fd  -  FD-based interpolated data
25
26    Written by:
27    Christopher E. Naimie
28    Dartmouth College
29    christopher.e.naimie@dartmouth.edu
30 -----------------------------------------------------------------------
31 </pre>
32 <HR><H3>Cross-Reference Information</H3>This function is called by
33 <pre><UL>
34 <LI><A HREF = "../2.FDCONT/fdcontour.html">fdcontour</A>      ./FDCONT/fdcontour.m</LI>
35 <LI><A HREF = "../2.FDCONT/fdvector.html">fdvector</A>       ./FDCONT/fdvector.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>
Note: See TracBrowser for help on using the browser.