LifeV
lifev/eta/tutorials/2_ETA_ADR/main.cpp File Reference

Tutorial for the assembly of the ADR problem and comparison with classical assembly. More...

+ Include dependency graph for lifev/eta/tutorials/2_ETA_ADR/main.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef VectorEpetra vector_Type
 
typedef FESpace< mesh_Type, MapEpetra >::function_Type function_Type
 

Functions

Real betaFctRaw (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
function_Type betaFct (betaFctRaw)
 
int main (int argc, char **argv)
 

Detailed Description

Tutorial for the assembly of the ADR problem and comparison with classical assembly.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch
Date
08-10-2010

This tutorial aims at presenting further expressions and compare the performances with the ones obtained with the classical assembly.

Tutorials that should be read before: 1

Definition in file lifev/eta/tutorials/2_ETA_ADR/main.cpp.

Typedef Documentation

◆ mesh_Type

◆ matrix_Type

◆ vector_Type

◆ function_Type

Function Documentation

◆ betaFctRaw()

Real betaFctRaw ( const Real ,
const Real ,
const Real ,
const Real ,
const ID i 
)

Definition at line 104 of file lifev/eta/tutorials/2_ETA_ADR/main.cpp.

◆ betaFct()

function_Type betaFct ( betaFctRaw  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 121 of file lifev/eta/tutorials/2_ETA_ADR/main.cpp.