LifeV
examples/stokes_repeated_mesh/main_2d.cpp File Reference
+ Include dependency graph for examples/stokes_repeated_mesh/main_2d.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTrianglemesh_Type
 
typedef std::shared_ptr< mesh_TypemeshPtr_Type
 
typedef std::shared_ptr< Epetra_Comm > commPtr_Type
 
typedef MatrixEpetraStructured< Realmatrix_Type
 
typedef std::shared_ptr< matrix_TypematrixPtr_Type
 
typedef VectorEpetra vectorStd_Type
 
typedef VectorEpetraStructured vector_Type
 
typedef FESpace< mesh_Type, MapEpetrauSpaceStd_Type
 
typedef std::shared_ptr< uSpaceStd_TypeuSpaceStdPtr_Type
 
typedef ETFESpace< mesh_Type, MapEpetra, 2, 2 > uSpace_Type
 
typedef std::shared_ptr< uSpace_TypeuSpacePtr_Type
 
typedef ETFESpace< mesh_Type, MapEpetra, 2, 1 > pSpace_Type
 
typedef std::shared_ptr< pSpace_TypepSpacePtr_Type
 

Functions

Real exactSolution (const Real &, const Real &x, const Real &y, const Real &, const ID &)
 
Real fRhs (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
int main (int argc, char **argv)
 

Detailed Description

Typedef Documentation

◆ mesh_Type

◆ meshPtr_Type

typedef std::shared_ptr<mesh_Type> meshPtr_Type

Definition at line 88 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ commPtr_Type

typedef std::shared_ptr<Epetra_Comm> commPtr_Type

Definition at line 90 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ matrix_Type

◆ matrixPtr_Type

typedef std::shared_ptr<matrix_Type> matrixPtr_Type

Definition at line 93 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ vectorStd_Type

◆ vector_Type

◆ uSpaceStd_Type

◆ uSpaceStdPtr_Type

typedef std::shared_ptr<uSpaceStd_Type> uSpaceStdPtr_Type

Definition at line 98 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ uSpace_Type

◆ uSpacePtr_Type

typedef std::shared_ptr<uSpace_Type> uSpacePtr_Type

Definition at line 100 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ pSpace_Type

◆ pSpacePtr_Type

typedef std::shared_ptr<pSpace_Type> pSpacePtr_Type

Definition at line 102 of file examples/stokes_repeated_mesh/main_2d.cpp.

Function Documentation

◆ exactSolution()

Real exactSolution ( const Real ,
const Real x,
const Real y,
const Real ,
const ID  
)

Definition at line 64 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ fRhs()

Real fRhs ( const Real ,
const Real ,
const Real ,
const Real ,
const ID i 
)

Definition at line 69 of file examples/stokes_repeated_mesh/main_2d.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 104 of file examples/stokes_repeated_mesh/main_2d.cpp.