Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

integrate(4rheolef) [debian man page]

integrate(4rheolef)						    rheolef-6.1 					       integrate(4rheolef)

NAME
integrate - integrate a function DESCRIPTION
Integrate a function over a domain by using a quadrature formulae. SYNOPSYS
template <class T, class M, class Function> T integrate (const geo_basic<T,M>& g, Function f, quadrature_option_type qopt) EXAMPLE
Float f(const point& x); ... Float value = integrate (omega, f, quadrature_option); An optional argument specifies the quadrature formulae used for the computation of the integral. IMPLEMENTATION
template <class T, class M, class Function> T integrate (const geo_basic<T,M>& g, Function f, const quadrature_option_type& qopt) { space_basic<T,M> Xh (g, "P0"); field_basic<T,M> int_K_f_dx = riesz (Xh, f, qopt); return dot (1, int_K_f_dx); } rheolef-6.1 rheolef-6.1 integrate(4rheolef)

Check Out this Related Man Page

characteristic(2rheolef)					    rheolef-6.1 					  characteristic(2rheolef)

NAME
characteristic - the Lagrange-Galerkin method implemented SYNOPSYS
The class characteristic implements the Lagrange-Galerkin method: It is the extension of the method of characteristic from the finite difference to the finite element context. EXAMPLE
The following code compute the Riesz representer (see riesz(4)), denoted by lh of u(x)=uh(x+dh(x)) where ah is the deformation vector field. The deformation field dh=-dt*uh in Lagrange-Galerkin methods, where ah is the advection field and dt a time step. geo omega; field dh = ...; field uh = ...; characteristic X (dh); field lh = riesz(Xh, compose(uh, X)); The Riesz representer is the lh vector field defined by: lh(i) = integrate uh(x+dh(x)) phi_i(x) dx where phi_i is the i-th basis function in the space Xh and the integral is evaluated by using a quadrature formulae. By default the quadrature formule is Gauss-Lobatto with the order equal to the polynomial order of Xh (order 1: trapeze, order 2: simpson, etc). Recall that this choice of quadrature formulae guaranties inconditional stability at any polynomial order. Alternative quadrature formulae or order can be used by using the additional quadrature option argument to the riesz function. IMPLEMENTATION
template<class T, class M = rheo_default_memory_model> class characteristic_basic : public smart_pointer<characteristic_rep<T,M> > { public: typedef characteristic_rep<T,M> rep; typedef smart_pointer<rep> base; // allocator: characteristic_basic(const field_basic<T,M>& dh); // accesors: const field_basic<T,M>& get_displacement() const; const characteristic_on_quadrature<T,M>& get_pre_computed ( const space_basic<T,M>& Xh, const field_basic<T,M>& dh, const quadrature_option_type& qopt) const; }; typedef characteristic_basic<Float> characteristic; IMPLEMENTATION
template<class T, class M> inline field_o_characteristic<T,M> compose (const field_basic<T,M>& uh, characteristic_basic<T,M>& X) IMPLEMENTATION
template <class T, class M> field_basic<T,M> riesz ( const space_basic<T,M>& Xh, const field_o_characteristic<T,M>& f, quadrature_option_type qopt = quadrature_option_type(quadrature_option_type::max_family,0)); SEE ALSO
riesz(4) rheolef-6.1 rheolef-6.1 characteristic(2rheolef)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sqlplus and shell scripting

i would like to learn how to integrate my little knowledge in shell scripting with sqlplus. well... i know how to make basic query in sqlplus but i dont know how i can integrate it with shell script. can someone :) please help me on this? can you give me some basic example on how to do this kind of... (10 Replies)
Discussion started by: inquirer
10 Replies

2. UNIX for Dummies Questions & Answers

Archival Tool for UNIX

Hi All, Need to get the information if there is any tool on Unix for Archiving and retrival of documents automatically. Having the capbalilty to integrate with other systems. And provide the APIs which can be called from other Systems to facilitate automatic Archival and Retrieval. Thanks &... (7 Replies)
Discussion started by: sanjeev0915
7 Replies

3. UNIX for Dummies Questions & Answers

Broadcom 440x 10/100 integrated controller\intel(r) pro/wireless 2200bg network conne

Hi , all I have the same problem as posted by stakes20 , but i could not find these drivers (4 Replies)
Discussion started by: ibasit
4 Replies

4. AIX

How to transfer files from AIX to AS400/i-series Integrated File System

Hi all, We (AIX) currently mount to a ZFS on the Mainframe. When one of our local users wants to transfer a file to the Mainframe, they must first run binary MVSLOGIN passing user name and password. Our mainframe will be retired soon and business processes will be transferring to an... (2 Replies)
Discussion started by: cruiser
2 Replies

5. Shell Programming and Scripting

Bash script - integrate two files

I wrote script in bash which generates this report "users.csv": I wrote script in bash which generates this report "groups.csv" I want to integate two reports: "users.csv" and "groups.csv". I want like so that "result.csv": Thx (5 Replies)
Discussion started by: patrykxes
5 Replies

6. UNIX for Dummies Questions & Answers

Integrate Sudo and NIS

hi guys I configured NIS on my Centos 5.5. I create accounts on NIS Server and users can log in. Cool. Now I added a user in my sudoers users in my NIS Server but user on other Linux boxes don't get the sudo permissions any way or procedure to integrate sudo in a NIS setup? thanks a... (14 Replies)
Discussion started by: karlochacon
14 Replies

7. UNIX for Dummies Questions & Answers

Integrate MIN and MAX in a string

I need to use awk for this task ! input (fields are separated by ";"): 1%2%3%4%;AA 5%6%7%8%9;AA 1%2%3%4%5%6;BB 7%8%9%10%11%12;BBIn the 1st field there are patterns composed of numbers separated by "%". The 2nd field define groups (here two different groups called "AA" and "BB"). Records... (8 Replies)
Discussion started by: beca123456
8 Replies

8. Windows & DOS: Issues & Discussions

Integrate RHEL with Active Directory

Hi All, I have been given the task of integrating Linux (RedHat, Ubuntu, CentOS and Mac OSX) with a Windows Server 2012 A.D. if anyone has done this before help would be very much appreciated, I have been looking at using either Samba with Win-bind or SSSD, if anyone has tested this please... (9 Replies)
Discussion started by: stuffer1984
9 Replies

9. AIX

How to integrate AIX Client LPAR to make use of existing MS AD LDAP ?

Hi All, Its regarding the LDAP in AIX. we already have Microsoft Active Directory (LDAP) Server. And would like to integrate My client AIX LPAR to this LDAP server. So' that we can directly use Active directory crdentials to login. (instead of creating USERs on AIX) from my AIX LPAR. ... (4 Replies)
Discussion started by: System Admin 77
4 Replies

10. AIX

Install VIOS SSL Certificate on Integrated Virtualization Manager

Anyone have any procedures or tutorials on how to change the self-signed certificate on the IBM AIX VIOS Intergrated Virtulization Manager web site? I've googled till my fingers broke and most links take me to generic replacements for IBM products that I don't have. Any help is appreciated.... (3 Replies)
Discussion started by: JAY2068
3 Replies