LifeV
test_interpolate.cpp File Reference

Interpolate test. More...

+ Include dependency graph for test_interpolate.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
Real linearFunction (const Real &t, const Real &x, const Real &y, const Real &z, const ID &ic)
 
Real linearBubbleFunction (const Real &t, const Real &x, const Real &y, const Real &z, const ID &ic)
 
Real quadraticFunction (const Real &t, const Real &x, const Real &y, const Real &z, const ID &ic)
 
Real bilinearFunction (const Real &, const Real &x, const Real &y, const Real &z, const ID &ic)
 

Detailed Description

Interpolate test.

Author
Mauro Perego mpere.nosp@m.go@f.nosp@m.su.ed.nosp@m.u
Contributor:
Maintainer:
Mauro Perego mpere.nosp@m.go@f.nosp@m.su.ed.nosp@m.u
@date 06-30-2010

The program tests the interpolation methods between different finite elements (mostly between scalar continuous finite elements). Also it test the interpolation of an analytical function into a finite element space.

Definition in file test_interpolate.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file test_interpolate.cpp.

◆ linearFunction()

Real linearFunction ( const Real t,
const Real x,
const Real y,
const Real z,
const ID ic 
)

Definition at line 254 of file test_interpolate.cpp.

◆ linearBubbleFunction()

Real linearBubbleFunction ( const Real t,
const Real x,
const Real y,
const Real z,
const ID ic 
)

Definition at line 260 of file test_interpolate.cpp.

◆ quadraticFunction()

Real quadraticFunction ( const Real t,
const Real x,
const Real y,
const Real z,
const ID ic 
)

Definition at line 268 of file test_interpolate.cpp.

◆ bilinearFunction()

Real bilinearFunction ( const Real ,
const Real x,
const Real y,
const Real z,
const ID ic 
)

Definition at line 273 of file test_interpolate.cpp.