Query: curl
OS: debian
Section: 3rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
curl(3rheolef) rheolef-6.1 curl(3rheolef)NAMEcurl -- curl operatorSYNOPSISform(const space V, const space& M, "curl");DESCRIPTIONAssembly the form associated to the curl operator on finite element space. In three dimensions, both V and M are vector-valued: / | b(u,q) = | curl(u).q dx | / Omega In two dimensions, only V is vector-valued. The V space may be a either P2 finite element space, while the M space may be P1d. See also form(2) and space(2).EXAMPLEThe following piece of code build the divergence form associated to the P2 approximation for a three dimensional geometry: geo omega("cube"); space V(omega, "P2", "vector"); space M(omega, "P1d", "vector"); form b(V, M, "curl"); while this code becomes in two dimension: geo omega("square"); space V(omega, "P2", "vector"); space M(omega, "P1d"); form b(V, M, "curl");SEE ALSOform(2), space(2) rheolef-6.1 rheolef-6.1 curl(3rheolef)
Related Man Pages |
---|
curlinfo_http_version(3) - mojave |
curlinfo_local_port(3) - mojave |
curlopt_append(3) - mojave |
curlopt_httpget(3) - mojave |
s_curl(3rheolef) - debian |
Similar Topics in the Unix Linux Community |
---|
Storing string with space (urgent) |
maintaining form post session using curl |
Posting data to a form using curl |
vector c++ |
Curl - post form issue |