LifeV
cavity/cavity.cpp File Reference
#include <life/lifecore/LifeV.hpp>
#include <life/lifecore/LifeChrono.hpp>
#include <life/lifesolver/OseenSolver.hpp>
#include <life/lifemesh/MeshData.hpp>
#include <life/lifesolver/OseenData.hpp>
#include <life/lifearray/MapEpetra.hpp>
#include <life/lifefem/FESpace.hpp>
#include <life/lifefem/TimeAdvanceBDFNavierStokes.hpp>
#include <life/lifemesh/MeshPartitioner.hpp>
#include <life/lifefilters/ExporterEnsight.hpp>
#include <life/lifefilters/ExporterHDF5.hpp>
#include <life/lifefilters/ExporterEmpty.hpp>
#include <Epetra_ConfigDefs.h>
#include "Epetra_MpiComm.h"
+ Include dependency graph for cavity/cavity.cpp:

Go to the source code of this file.

Typedefs

typedef LifeV::RegionMesh< LifeV::LinearTetramesh_Type
 
typedef LifeV::OseenSolver< mesh_Typefluid_Type
 
typedef fluid_Type::vector_Type vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 
typedef LifeV::FESpace< mesh_Type, LifeV::MapEpetrafeSpace_Type
 
typedef std::shared_ptr< feSpace_TypefeSpacePtr_Type
 

Functions

LifeV::Real lidBC (const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::ID &i)
 
LifeV::Real fZero (const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::ID &)
 
int main (int argc, char **argv)
 

Variables

const int BACK = 1
 
const int FRONT = 2
 
const int LEFT = 3
 
const int RIGHT = 4
 
const int BOTTOM = 5
 
const int TOP = 6
 

Typedef Documentation

◆ mesh_Type

Definition at line 49 of file cavity/cavity.cpp.

◆ fluid_Type

Definition at line 50 of file cavity/cavity.cpp.

◆ vector_Type

Definition at line 51 of file cavity/cavity.cpp.

◆ vectorPtr_Type

typedef std::shared_ptr<vector_Type> vectorPtr_Type

Definition at line 52 of file cavity/cavity.cpp.

◆ feSpace_Type

Definition at line 53 of file cavity/cavity.cpp.

◆ feSpacePtr_Type

typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type

Definition at line 54 of file cavity/cavity.cpp.

Function Documentation

◆ lidBC()

LifeV::Real lidBC ( const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::ID i 
)

Definition at line 66 of file cavity/cavity.cpp.

◆ fZero()

LifeV::Real fZero ( const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::ID  
)

Definition at line 77 of file cavity/cavity.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 86 of file cavity/cavity.cpp.

Variable Documentation

◆ BACK

const int BACK = 1

Definition at line 59 of file cavity/cavity.cpp.

◆ FRONT

const int FRONT = 2

Definition at line 60 of file cavity/cavity.cpp.

◆ LEFT

const int LEFT = 3

Definition at line 61 of file cavity/cavity.cpp.

◆ RIGHT

const int RIGHT = 4

Definition at line 62 of file cavity/cavity.cpp.

◆ BOTTOM

const int BOTTOM = 5

Definition at line 63 of file cavity/cavity.cpp.

◆ TOP

const int TOP = 6

Definition at line 64 of file cavity/cavity.cpp.