Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grad(3rheolef) [debian man page]

grad(3rheolef)							    rheolef-6.1 						    grad(3rheolef)

NAME
grad -- gradient operator SYNOPSIS
form(const space V, const space& M, "grad"); DESCRIPTION
Assembly 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). EXAMPLE
The 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 ALSO
form(2), space(2) rheolef-6.1 rheolef-6.1 grad(3rheolef)

Check Out this Related Man Page

curl(3rheolef)							    rheolef-6.1 						    curl(3rheolef)

NAME
curl -- curl operator SYNOPSIS
form(const space V, const space& M, "curl"); DESCRIPTION
Assembly 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). EXAMPLE
The 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 ALSO
form(2), space(2) rheolef-6.1 rheolef-6.1 curl(3rheolef)
Man Page

12 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

vb 3.0 Upgrade Discussion

Please discuss vB 3.0 upgrade or ask questions here. Neo (27 Replies)
Discussion started by: Neo
27 Replies

2. Ubuntu

Ubuntu upgrade

ive been using Ubuntu 7.10 for about 3 weeks now and i love it more than any other linux operating system. ive been watching the countdown to the upgrade of ubuntu 8.04. has any one tried out the 8.04 beta at all. if so, did u think it is worth upgrading my box to 8.04 or should i keep it at... (13 Replies)
Discussion started by: Texasone
13 Replies

3. Linux

Ubuntu upgrade

(13 Replies)
Discussion started by: Texasone
13 Replies

4. Solaris

Upgrade to Firefox 11 in OpenSolaris 11

Where can I find a .pkg file for Firefox 11 ? (15 Replies)
Discussion started by: stansaraczewski
15 Replies

5. Shell Programming and Scripting

Converting from Centigrade to Fahrenheit and vice versa.

I need to write a script that will take the input from a file and convert the number from centigrade to fahrenheit and vice versa. This is what I have but it doesn't seem to be correct. Also the data file has 11 numbers inside of it and the output needs to be listed as so: Fahrenheit Temperature... (18 Replies)
Discussion started by: N1ckNak
18 Replies

6. Linux

Rolling Back an Update

I am writing a software product and hope that it will work on a variety of Linux distributions. At the moment, I am trying to create some kind of Linux version of patches/upgrades of installed software. Gathering information on available updates isn't hard, nor is installation of updates, but I... (27 Replies)
Discussion started by: Brandon9000
27 Replies

7. Emergency UNIX and Linux Support

C4 scsci Tape library not detectable after lustarter patching on solaris 10 u4

Hi All, We have patched our solaris 10 u4 server with lustarter patch in order to get it prepared for solaris live upgrade.The patch installation went pretty fine and we did reboot the server after patching.But after patching we have noticed O.S is not able to detect tape library.Not sure what... (22 Replies)
Discussion started by: sahil_shine
22 Replies

8. SCO

Strange behaviour on Openserver 5.0.2 after 09/2015

Dear friends, i am having some Problems with a Sco Openserver in a Box (normally on VMWare, importing it on a Virtualbox does the same). When i boot up the system on xx/09/2015 i got fork failed - too many processes during startup. The programs which should run on the server, do not run. I... (67 Replies)
Discussion started by: ChipperEs
67 Replies

9. Shell Programming and Scripting

For loop after upgrading

Hello everybody, I upgraded from Ubuntu 12.04 to 14.04, so some of my scripts in bash does NOT work, for example: #!/bin/bash # Some codes goes here for ((offset=$thumbStart; offset<=$thumbEnd; offset+=10)) # LINE 459 do printf -v outfile... (16 Replies)
Discussion started by: Abu Rayane
16 Replies

10. Solaris

Force unmount of a SWAP filesystem left over from bad Live Upgrade

Hello, Long story short, we built an alternate boot env. back in July and applied the latest CPU to about 15 servers. Of the 15 servers, 7 servers failed to start the zones after the luactivate / reboot. The zones failed to rename from <zone>-<boot_env> back to <zone>. This is fixed in patch... (16 Replies)
Discussion started by: mainegeek
16 Replies

11. What is on Your Mind?

Update to Posts - Member Info Icon and Badge

Hey, Upgrade (step 1) the posts, by putting a "user info" icon in the top right and making it so it toggles the user info. The user info icon has a badge which shows the number of posts. I will have to dig around in the code more to get the total posts thanks and other badges working; but... (22 Replies)
Discussion started by: Neo
22 Replies

12. What is on Your Mind?

Cut Over to New Data Center and Upgraded OS Done. :)

Three days ago we received an expected notice from our long time data center that they were going dark on Sept 12th. About one and a half hours ago, after three days of marathon work, I just cut over the unix.com to a new data center with a completely new OS and Ubuntu distribution. (22 Replies)
Discussion started by: Neo
22 Replies