LifeV
RBF_test3dVectorial/rbf3d.cpp File Reference
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/interpolation/RBFInterpolation.hpp>
#include <lifev/core/interpolation/RBFlocallyRescaledVectorial.hpp>
#include <lifev/core/interpolation/RBFrescaledVectorial.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <Teuchos_RCP.hpp>
+ Include dependency graph for RBF_test3dVectorial/rbf3d.cpp:

Go to the source code of this file.

Functions

double fx (double x, double y, double z)
 
double fy (double x, double y, double z)
 
double fz (double x, double y, double z)
 
Real exact_sol (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real exact_sol_easy (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
int main (int argc, char **argv)
 

Detailed Description

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

Definition in file RBF_test3dVectorial/rbf3d.cpp.

Function Documentation

◆ fx()

double fx ( double  x,
double  y,
double  z 
)

Definition at line 65 of file RBF_test3dVectorial/rbf3d.cpp.

◆ fy()

double fy ( double  x,
double  y,
double  z 
)

Definition at line 70 of file RBF_test3dVectorial/rbf3d.cpp.

◆ fz()

double fz ( double  x,
double  y,
double  z 
)

Definition at line 75 of file RBF_test3dVectorial/rbf3d.cpp.

◆ exact_sol()

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

Definition at line 80 of file RBF_test3dVectorial/rbf3d.cpp.

◆ exact_sol_easy()

Real exact_sol_easy ( const Real ,
const Real ,
const Real ,
const Real ,
const ID i 
)

Definition at line 100 of file RBF_test3dVectorial/rbf3d.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 120 of file RBF_test3dVectorial/rbf3d.cpp.