LifeV
test_quadrule.cpp File Reference

Quadrature Rule test. More...

+ Include dependency graph for test_quadrule.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Quadrature Rule test.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch
Umberto Villa uvill.nosp@m.a@em.nosp@m.ory.e.nosp@m.du
Contributor:
Maintainer:
Umberto Villa uvill.nosp@m.a@em.nosp@m.ory.e.nosp@m.du
@date 02-03-2010

The program tests the degree of exactness (DoE) and the convergence rate (CR) of all the quadrature rule in 3D (Tetrahedra) or in 2D (Triangles).

The code produce the following output:

quadRuleTetra.txt ==> Show the Degree of Exactness of all the quadrature rules on Tetrahedral elements quadRuleTetra.plt ==> Show the Convergence Rate of all the quadrature rules on Tetrahedral elements using gnuplot

Definition in file test_quadrule.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 63 of file test_quadrule.cpp.