LifeV
|
Quadrature Rule test. More...
#include <Epetra_ConfigDefs.h>
#include <mpi.h>
#include <lifev/core/fem/ReferenceFE.hpp>
#include <lifev/core/fem/QuadratureRule.hpp>
#include <lifev/core/fem/CurrentFE.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <lifev/core/mesh/RegionMesh3DStructured.hpp>
#include <lifev/core/fem/DOF.hpp>
#include "test_quadrule.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Quadrature Rule test.
@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.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file test_quadrule.cpp.