![]() |
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_config.h"#include "Epetra_MpiComm.h"
Include dependency graph for cavity.old.cpp: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 > | vector_ptrtype |
Functions | |
| LifeV::Real | lidBC (const LifeV::Real &t, 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.old.cpp.
| typedef LifeV::OseenSolver< mesh_type > fluid_type |
Definition at line 50 of file cavity.old.cpp.
| typedef fluid_type::vector_type vector_type |
Definition at line 51 of file cavity.old.cpp.
| typedef std::shared_ptr<vector_type> vector_ptrtype |
Definition at line 52 of file cavity.old.cpp.
| LifeV::Real lidBC | ( | const LifeV::Real & | t, |
| const LifeV::Real & | , | ||
| const LifeV::Real & | , | ||
| const LifeV::Real & | , | ||
| const LifeV::ID & | i | ||
| ) |
Definition at line 64 of file cavity.old.cpp.
| LifeV::Real fZero | ( | const LifeV::Real & | , |
| const LifeV::Real & | , | ||
| const LifeV::Real & | , | ||
| const LifeV::Real & | , | ||
| const LifeV::ID & | |||
| ) |
Definition at line 75 of file cavity.old.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 84 of file cavity.old.cpp.
| const int BACK = 1 |
Definition at line 57 of file cavity.old.cpp.
| const int FRONT = 2 |
Definition at line 58 of file cavity.old.cpp.
| const int LEFT = 3 |
Definition at line 59 of file cavity.old.cpp.
| const int RIGHT = 4 |
Definition at line 60 of file cavity.old.cpp.
| const int BOTTOM = 5 |
Definition at line 61 of file cavity.old.cpp.
| const int TOP = 6 |
Definition at line 62 of file cavity.old.cpp.