Query: inv_mass
OS: debian
Section: 3rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
inv_mass(3rheolef) rheolef-6.1 inv_mass(3rheolef)NAMEinv_mass -- invert of L2 scalar productSYNOPSISform(const space& V, const space& V, "inv_mass");DESCRIPTIONAssembly the invert of the matrix associated to the L2 scalar product of the finite element space V: / | m(u,v) = | u v dx | / Omega The V space may be either a P0 or P1d discontinuous finite element spaces see form(2).EXAMPLEThe following piece of code build the invert of the mass matrix associated to the P1d approximation: geo omega_h ("square"); space Vh (omega_h , "P1d"); form im (Vh, Vh, "inv_mass");SEE ALSOform(2) rheolef-6.1 rheolef-6.1 inv_mass(3rheolef)
Related Man Pages |
---|
mkgeo_grid(1rheolef) - debian |
characteristic(2rheolef) - debian |
curl(3rheolef) - debian |
geo_element(7rheolef) - debian |
numbering(7rheolef) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Detecting unused variables... |
Weird 'find' results |