LifeV
|
Tutorial for the assembly of a right hand side and the computation of benchmark values. More...
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.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/core/array/VectorEpetra.hpp>
#include <lifev/eta/fem/ETFESpace.hpp>
#include <lifev/eta/expression/Integrate.hpp>
#include <boost/shared_ptr.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/solver/ADRAssembler.hpp>
Go to the source code of this file.
Typedefs | |
typedef RegionMesh< LinearTetra > | mesh_Type |
typedef VectorEpetra | vector_Type |
typedef MatrixEpetra< Real > | matrix_Type |
typedef FESpace< mesh_Type, MapEpetra >::function_Type | function_Type |
Functions | |
Real | fRhsRaw (const Real &, const Real &, const Real &, const Real &, const ID &) |
function_Type | fRhs (fRhsRaw) |
Real | gRaw (const Real &, const Real &x, const Real &, const Real &, const ID &) |
function_Type | g (gRaw) |
int | main (int argc, char **argv) |
Tutorial for the assembly of a right hand side and the computation of benchmark values.
In this tutorial, we show how to assemble a right hand side and compute a volume integral, using the ETA framework.
Tutorials that should be read before: 1,2
Definition in file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
typedef RegionMesh<LinearTetra> mesh_Type |
Definition at line 84 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
typedef VectorEpetra vector_Type |
Definition at line 85 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
typedef MatrixEpetra<Real> matrix_Type |
Definition at line 86 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
typedef FESpace<mesh_Type, MapEpetra>::function_Type function_Type |
Definition at line 87 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
Definition at line 100 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
function_Type fRhs | ( | fRhsRaw | ) |
Definition at line 106 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.
function_Type g | ( | gRaw | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 118 of file lifev/eta/tutorials/3_ETA_rhs_and_value/main.cpp.