![]() |
LifeV
|
Interpolate test. More...
#include <Epetra_ConfigDefs.h>#include <Epetra_SerialComm.h>#include <lifev/core/fem/ReferenceFE.hpp>#include <lifev/core/fem/QuadratureRule.hpp>#include <lifev/core/fem/CurrentFE.hpp>#include <lifev/core/filter/GetPot.hpp>#include <lifev/core/mesh/RegionMesh.hpp>#include <lifev/core/mesh/RegionMesh3DStructured.hpp>#include <lifev/core/fem/DOF.hpp>#include <lifev/core/filter/MeshWriter.hpp>#include <lifev/core/mesh/MeshData.hpp>#include "test_interpolate.hpp"
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) |
Interpolate test.
@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.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 68 of file test_interpolate.cpp.
| 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.
| 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.
| 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.