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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/divg.html

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 ./FEM]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>divg</H1>
6 <H2>(./FEM/divg.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>dv=divg(e,x,y,u,v)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  DIVG - Compute the divergence of a FEM 2-D vector field
13
14         DIVG(e,x,y,u,v) computes the divergence of a 2-D
15         vector field (u,v) over the FEM domain specified by the
16         element list e and the corresponding horizontal node
17         coordinates (x,y).  The result is a 1-D scalar field
18         returned to the workspace.
19
20         Call as: dv=divg(e,x,y,u,v);
21
22         All arguments are REQUIRED.
23
24         WRitten by::
25         Brian O. Blanton
26         Curr. in Marine Sciences
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
36 </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.