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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/curl.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>curl</H1>
6 <H2>(./FEM/curl.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>crl=curl(fem_grid_struct,u,v)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  CURL - Compute the CURL of a FEM 2-D vector field
13
14         CURL(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>,u,v) computes the curl of a 2-D
15         vector field (u,v) (curl X (u,v)) over the FEM domain
16         specified by <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>.  The result is a 2-D
17         scalar field containing the curl, returned to the workspace.
18
19         The computed quantity is:    crl=dv/dx - du/dy
20
21    INPUT : <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> (from <A HREF = "../3.FEM/loadgrid.html">LOADGRID</A>, see <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A>)
22            u,v - u,v vector field
23
24   OUTPUT : crl - curl X (u,v)
25
26     CALL : crl=curl(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>,u,v);
27
28         ALL ARGUMENTS ARE REQUIRED.
29
30  Written by : Brian O. Blanton
31  Spring 1998
32
33 </pre>
34 <HR><H3>Cross-Reference Information</H3>This function calls
35 <pre><UL>
36 <LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI>
37 </UL></pre>
38 <HR>
39 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
40 <BR>
41 Cross-Directory links are: OFF<BR>
42 </BODY>
Note: See TracBrowser for help on using the browser.