LifeV
|
Tutorial about the quadrature rule in the ETA. More...
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/QuadratureRuleProvider.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/core/mesh/RegionMesh3DStructured.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/eta/fem/ETFESpace.hpp>
#include <lifev/eta/expression/Integrate.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Typedefs | |
typedef RegionMesh< LinearTetra > | mesh_Type |
typedef MatrixEpetra< Real > | matrix_Type |
Functions | |
int | main (int argc, char **argv) |
Tutorial about the quadrature rule in the ETA.
In this tutorial, we show how to better select the quadrature rule, via the dedicated class called QuadratureRuleProvider. This is the right way to access quadrature rules.
Tutorial 1 should be read before, to understand the basic concepts.
Definition in file lifev/eta/tutorials/9_ETA_QRProvider/main.cpp.
typedef RegionMesh<LinearTetra> mesh_Type |
Definition at line 88 of file lifev/eta/tutorials/9_ETA_QRProvider/main.cpp.
typedef MatrixEpetra<Real> matrix_Type |
Definition at line 89 of file lifev/eta/tutorials/9_ETA_QRProvider/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 92 of file lifev/eta/tutorials/9_ETA_QRProvider/main.cpp.