Query: grad
OS: debian
Section: 3rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
grad(3rheolef) rheolef-6.1 grad(3rheolef)NAMEgrad -- gradient operatorSYNOPSISform(const space V, const space& M, "grad");DESCRIPTIONAssembly the form associated to the gradient operator on a finite element space V: / | b(u, q) = | grad(u).q dx | / Omega The V space may be a either P1 or P2 finite element space, while the M space may be P0 or P1d respectively. See also form(2) and space(2).EXAMPLEThe following piece of code build the divergence form associated to the P1 approximation: geo omega("square"); space V(omega, "P1"); space M(omega, "P0", "vector"); form b(V, M, "grad");SEE ALSOform(2), space(2) rheolef-6.1 rheolef-6.1 grad(3rheolef)
Related Man Pages |
---|
mass(3rheolef) - debian |
s_curl(3rheolef) - debian |
riesz(4rheolef) - debian |
form_element(7rheolef) - debian |
numbering(7rheolef) - debian |