LifeV
lifev/eta/tutorials/13_ETA_LaplacianVector/main.cpp File Reference

Tutorial for laplacian of trial functions. More...

+ Include dependency graph for lifev/eta/tutorials/13_ETA_LaplacianVector/main.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef VectorEpetra vector_Type
 

Functions

Real uOnes (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real uFunction (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
int main (int argc, char **argv)
 

Detailed Description

Tutorial for laplacian of trial functions.

Author
Davide Forti david.nosp@m.e.fo.nosp@m.rti@e.nosp@m.pfl..nosp@m.ch
Date
2013-05

Test to check (and to show) how the laplacian pf the test and trial functions is computed

Definition in file lifev/eta/tutorials/13_ETA_LaplacianVector/main.cpp.

Typedef Documentation

◆ mesh_Type

◆ matrix_Type

◆ vector_Type

Function Documentation

◆ uOnes()

Real uOnes ( const Real ,
const Real x,
const Real y,
const Real z,
const ID i 
)

◆ uFunction()

Real uFunction ( const Real ,
const Real x,
const Real y,
const Real z,
const ID i 
)

◆ main()

int main ( int  argc,
char **  argv 
)