[Index for ./FDCONT]
[Return to Master Index]
fe2fd
(./FDCONT/fe2fd.m)
Function Synopsis
fd=fe2fd(fe,bfd)
Help text
FE2FD - interpolate FE data to FD nodes contained in bfd array
FE2FD interpolates a 2-D FEM scalar field onto the FD nodes
contained in a bfd array.
Input: fe - column vector of FEM scalar data
bfd - basis function data array
FDCONTOUR takes care to pass in only the
node numbers and basis functions to FE2FD.
Other calls to this function must be careful
to pass in only columns 4:9 of the bfd array;
i.e., fe2fd(q,bfd(:,4:9))
Output: fd - FD-based interpolated data
Written by:
Christopher E. Naimie
Dartmouth College
christopher.e.naimie@dartmouth.edu
-----------------------------------------------------------------------
Cross-Reference Information
This function is called by
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF