LifeV
lifev/navier_stokes_blocks/examples/example_aorta_semi_implicit/main.cpp File Reference
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/navier_stokes_blocks/solver/NavierStokesSolverBlocks.hpp>
#include <lifev/core/fem/TimeAndExtrapolationHandler.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterVTK.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include "boundaryConditions.hpp"
+ Include dependency graph for lifev/navier_stokes_blocks/examples/example_aorta_semi_implicit/main.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef VectorEpetra vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 

Functions

void scaleInflowVector (const vectorPtr_Type &vecNotScaled, vectorPtr_Type &vecScaled, const Real &coefficient)
 
Real oneFunction (const Real &, const Real &, const Real &, const Real &, const ID &)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ mesh_Type

◆ vector_Type

◆ vectorPtr_Type

Function Documentation

◆ scaleInflowVector()

void scaleInflowVector ( const vectorPtr_Type vecNotScaled,
vectorPtr_Type vecScaled,
const Real coefficient 
)

Definition at line 620 of file lifev/navier_stokes_blocks/examples/example_aorta_semi_implicit/main.cpp.

+ Here is the caller graph for this function:

◆ oneFunction()

Real oneFunction ( const Real ,
const Real ,
const Real ,
const Real ,
const ID  
)

◆ main()

int main ( int  argc,
char **  argv 
)