LifeV
|
#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"
Go to the source code of this file.
Typedefs | |
typedef LifeV::RegionMesh< LifeV::LinearTetra > | mesh_Type |
typedef LifeV::OseenSolver< mesh_Type > | fluid_Type |
typedef fluid_Type::vector_Type | vector_Type |
typedef std::shared_ptr< vector_Type > | vectorPtr_Type |
typedef LifeV::FESpace< mesh_Type, LifeV::MapEpetra > | feSpace_Type |
typedef std::shared_ptr< feSpace_Type > | feSpacePtr_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 LifeV::RegionMesh<LifeV::LinearTetra> mesh_Type |
Definition at line 49 of file cavity/cavity.cpp.
typedef LifeV::OseenSolver< mesh_Type > fluid_Type |
Definition at line 50 of file cavity/cavity.cpp.
typedef fluid_Type::vector_Type vector_Type |
Definition at line 51 of file cavity/cavity.cpp.
typedef std::shared_ptr<vector_Type> vectorPtr_Type |
Definition at line 52 of file cavity/cavity.cpp.
typedef LifeV::FESpace< mesh_Type, LifeV::MapEpetra > feSpace_Type |
Definition at line 53 of file cavity/cavity.cpp.
typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type |
Definition at line 54 of file cavity/cavity.cpp.
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.
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.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 86 of file cavity/cavity.cpp.
const int BACK = 1 |
Definition at line 59 of file cavity/cavity.cpp.
const int FRONT = 2 |
Definition at line 60 of file cavity/cavity.cpp.
const int LEFT = 3 |
Definition at line 61 of file cavity/cavity.cpp.
const int RIGHT = 4 |
Definition at line 62 of file cavity/cavity.cpp.
const int BOTTOM = 5 |
Definition at line 63 of file cavity/cavity.cpp.
const int TOP = 6 |
Definition at line 64 of file cavity/cavity.cpp.