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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/grad.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 ./FEM]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>grad</H1>
6 <H2>(./FEM/grad.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>gr=grad(e,x,y,q)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  GRAD - Compute the gradient of a FEM 2-D scalar field
13
14         GRAD(e,x,y,s) computes the divergence of a 2-D
15         scalar field (s) over the FEM domain specified by the
16         element list (e) and the corresponding horizontal node
17         coordinates (x,y).  The result is a 2-D vector field
18         returned to the workspace.
19
20         Call as: gd=grad(e,x,y,s);
21
22         All arguments are REQUIRED.
23
24         Written by:
25         Brian O. Blanton
26         Curr. in Marine Science
27         15-1A Venable Hall
28         CB# 3300
29         Uni. of North Carolina
30         Chapel Hill, NC
31                  27599-3300
32
33         919-962-4466
34         blanton@marine.unc.edu
35 </pre>
36 <HR>
37 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
38 <BR>
39 Cross-Directory links are: OFF<BR>
40 </BODY>
Note: See TracBrowser for help on using the browser.