LifeV
lifev/eta/testsuite/boundary_integrals/main.cpp File Reference
+ Include dependency graph for lifev/eta/testsuite/boundary_integrals/main.cpp:

Go to the source code of this file.

Data Structures

class  LaplacianExactFunctor
 
class  uExactFunctor
 
class  gradExactFunctor
 
class  GRobinRhsFunctor
 

Namespaces

 anonymous_namespace{main.cpp}
 

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef VectorEpetra vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 
typedef std::shared_ptr< matrix_TypematrixPtr_Type
 
typedef LifeV::Preconditioner basePrec_Type
 
typedef std::shared_ptr< basePrec_TypebasePrecPtr_Type
 
typedef LifeV::PreconditionerIfpack prec_Type
 
typedef std::shared_ptr< prec_TypeprecPtr_Type
 

Functions

Real beta (1.0)
 
Real alpha (1.0)
 
Real nu (1.0)
 
UInt wall (30)
 
Real uExact (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real laplacianExact (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real gRobinRhs (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
int main (int argc, char **argv)
 

Variables

const Real pi = 3.141592653589793
 
static bool regIF = (PRECFactory::instance().registerProduct ( "Ifpack", &createIfpack ) )
 
static bool regML = (PRECFactory::instance().registerProduct ( "ML", &createML ) )
 

Typedef Documentation

◆ mesh_Type

◆ matrix_Type

◆ vector_Type

◆ vectorPtr_Type

typedef std::shared_ptr<vector_Type> vectorPtr_Type

◆ matrixPtr_Type

typedef std::shared_ptr<matrix_Type> matrixPtr_Type

◆ basePrec_Type

◆ basePrecPtr_Type

typedef std::shared_ptr<basePrec_Type> basePrecPtr_Type

◆ prec_Type

◆ precPtr_Type

typedef std::shared_ptr<prec_Type> precPtr_Type

Function Documentation

◆ beta()

Real beta ( 1.  0)
+ Here is the caller graph for this function:

◆ alpha()

Real alpha ( 1.  0)

◆ nu()

Real nu ( 1.  0)

◆ wall()

UInt wall ( 30  )

◆ uExact()

Real uExact ( const Real ,
const Real x,
const Real y,
const Real z,
const ID  
)

Definition at line 97 of file lifev/eta/testsuite/boundary_integrals/main.cpp.

+ Here is the caller graph for this function:

◆ laplacianExact()

Real laplacianExact ( const Real ,
const Real x,
const Real y,
const Real z,
const ID  
)

Definition at line 102 of file lifev/eta/testsuite/boundary_integrals/main.cpp.

+ Here is the caller graph for this function:

◆ gRobinRhs()

Real gRobinRhs ( const Real ,
const Real x,
const Real y,
const Real z,
const ID  
)

Definition at line 109 of file lifev/eta/testsuite/boundary_integrals/main.cpp.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

phi_i

Definition at line 234 of file lifev/eta/testsuite/boundary_integrals/main.cpp.

Variable Documentation

◆ pi

const Real pi = 3.141592653589793