LifeV
|
Data Structures | |
struct | RESULT_CHANGED_EXCEPTION |
Public Member Functions | |
Problem (GetPot const &data_file) | |
void | run () |
Problem (GetPot const &data_file) | |
void | run () |
Problem (GetPot const &data_file) | |
void | run () |
Problem (GetPot const &data_file, std::shared_ptr< Epetra_Comm > comm) | |
fsi_solver_ptr | fsiSolver () |
dataPtr_Type | fsiData () |
void | run () |
Problem (GetPot const &data_file) | |
int | run () |
void | resultCorrect (LifeV::Real time) |
Problem (GetPot const &data_file) | |
int | run () |
void | resultCorrect (LifeV::Real time) |
Problem (const std::string &dataFileName, std::string method="") | |
fsi_solver_ptr | fsiSolver () |
dataPtr_Type | fsiData () |
void | run () |
Private Member Functions | |
void | initializeStokes (GetPot const &data_file) |
void | restartFSI (GetPot const &data_file) |
void | initializeStokes (GetPot const &data_file) |
void | restartFSI (GetPot const &data_file) |
void | initializeStokes (GetPot const &data_file) |
void | restartFSI (GetPot const &data_file) |
void | restartFSI (GetPot const &data_file) |
void | initializeWithVectors (void) |
void | readLastVectorSolidTimeAdvance (vectorPtr_Type fluidDisp, const LifeV::UInt iterInit, std::string iterationString) |
void | readLastVectorALETimeAdvance (vectorPtr_Type fluidDisp, const std::string loadInitSol) |
void | checkCEResult (const LifeV::Real &time) |
void | checkGCEResult (const LifeV::Real &time) |
void | restartFSI (GetPot const &data_file) |
void | readLastVectorSolidTimeAdvance (vectorPtr_Type fluidDisp, const LifeV::UInt iterInit, std::string iterationString) |
void | readLastVectorALETimeAdvance (vectorPtr_Type fluidDisp, const std::string loadInitSol) |
void | checkResultGI (const LifeV::Real &time) |
void | checkResultGCE (const LifeV::Real &time) |
void | checkResult (const LifeV::Real &time) |
bool | sameAs (const LifeV::Real &a, const LifeV::Real &b, const LifeV::Real &relTol=1e-6) |
Definition at line 113 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> FSISolverPtr_Type |
Definition at line 117 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 119 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 120 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 122 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 123 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 125 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 127 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 128 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
Definition at line 130 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef std::shared_ptr<hdf5Filter_Type> hdf5FilterPtr_Type |
Definition at line 131 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 133 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef LifeV::RegionMesh<LifeV::LinearTetra> mesh_Type |
Definition at line 134 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef LifeV::MapEpetra map_Type |
Definition at line 135 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef LifeV::FESpace<mesh_Type, map_Type> fespace_Type |
Definition at line 136 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> FSISolverPtr_Type |
Definition at line 113 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 115 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 116 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 118 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 119 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 121 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 123 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 124 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
Definition at line 126 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef std::shared_ptr<hdf5Filter_Type> hdf5FilterPtr_Type |
Definition at line 127 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 129 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef LifeV::RegionMesh<LifeV::LinearTetra> mesh_Type |
Definition at line 130 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef LifeV::MapEpetra map_Type |
Definition at line 131 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef LifeV::FESpace<mesh_Type, map_Type> fespace_Type |
Definition at line 132 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> FSISolverPtr_Type |
Definition at line 112 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 114 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 115 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 117 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 118 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 120 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 122 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 123 of file lifev/fsi/examples/challenge_VPH/main.cpp.
Definition at line 125 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef std::shared_ptr<hdf5Filter_Type> hdf5FilterPtr_Type |
Definition at line 126 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 128 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef LifeV::RegionMesh<LifeV::LinearTetra> mesh_Type |
Definition at line 129 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef LifeV::MapEpetra map_Type |
Definition at line 130 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef LifeV::FESpace<mesh_Type, map_Type> fespace_Type |
Definition at line 131 of file lifev/fsi/examples/challenge_VPH/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> fsi_solver_ptr |
Definition at line 117 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 119 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 120 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 122 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 123 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 125 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 127 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 128 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 133 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 135 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
Definition at line 136 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> fsi_solver_ptr |
Definition at line 114 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 116 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 117 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 119 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 120 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 122 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 124 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 125 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
Definition at line 127 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
typedef std::shared_ptr<hdf5Filter_Type> hdf5FilterPtr_Type |
Definition at line 128 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 130 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
typedef std::shared_ptr<LifeV::FSISolver> fsi_solver_ptr |
Definition at line 113 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 115 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 116 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 118 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 119 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
typedef std::shared_ptr< LifeV::Exporter<LifeV::RegionMesh<LifeV::LinearTetra> > > filterPtr_Type |
Definition at line 121 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 123 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
typedef std::shared_ptr<ensightFilter_Type> ensightFilterPtr_Type |
Definition at line 124 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
Definition at line 126 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
typedef std::shared_ptr<hdf5Filter_Type> hdf5FilterPtr_Type |
Definition at line 127 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
typedef LifeV::FactorySingleton<LifeV::Factory<LifeV::FSIOperator, std::string> > FSIFactory_Type |
Definition at line 129 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
typedef std::shared_ptr<FSISolver> fsi_solver_ptr |
Definition at line 335 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef FSIOperator::data_Type data_Type |
Definition at line 336 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
Definition at line 337 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef FSIOperator::vector_Type vector_Type |
Definition at line 339 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
Definition at line 340 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef FSIOperator::mesh_Type mesh_Type |
Definition at line 341 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef Exporter<FSIOperator::mesh_Type> filter_type |
Definition at line 343 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef std::shared_ptr<filter_type> filter_ptrtype |
Definition at line 344 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef FESpace<FSIOperator::mesh_Type, MapEpetra> feSpace_Type |
Definition at line 346 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type |
Definition at line 347 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
This routine sets up the problem:
Definition at line 146 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
This routine sets up the problem:
Definition at line 142 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
This routine sets up the problem:
Definition at line 141 of file lifev/fsi/examples/challenge_VPH/main.cpp.
This routine sets up the problem:
Definition at line 159 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
This routine sets up the problem:
Definition at line 140 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
This routine sets up the problem:
Definition at line 139 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
|
inline |
This routine sets up the problem:
Definition at line 357 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 306 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
definition of the vector to fill with the initialization.
load of the solutions
Definition at line 740 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
definition of the vector to fill with the initialization.
load of the solutions
definition of the vector to fill with the initialization.
Definition of the ExporterData, used to load the solution inside the previously defined vectors
load of the solutions
definition of the vector to fill with the initialization.
load of the solutions
Definition at line 511 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 297 of file lifev/fsi/examples/benchmark_GreenshieldsWeller/main.cpp.
|
private |
|
private |
|
inline |
This routine runs the temporal loop
Definition at line 293 of file lifev/fsi/examples/challenge_VPH/main.cpp.
|
private |
|
private |
|
inline |
Definition at line 421 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
inline |
Definition at line 426 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 435 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
|
private |
Definition at line 872 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 817 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 839 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 284 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
private |
Definition at line 475 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
private |
Definition at line 502 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
inline |
Definition at line 405 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 294 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
|
private |
|
private |
|
private |
|
private |
Definition at line 704 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
|
private |
Definition at line 723 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
|
inline |
Definition at line 394 of file lifev/fsi/testsuite/fsi_restart/main.cpp.
|
inline |
Definition at line 503 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
inline |
Definition at line 508 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
inline |
This routine runs the temporal loop
Definition at line 516 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
inlineprivate |
Definition at line 619 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
inlineprivate |
Definition at line 646 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
private |
Definition at line 400 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 401 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 403 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 404 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 405 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 406 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 407 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 408 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 409 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 411 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 412 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 413 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 416 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 418 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 419 of file lifev/fsi/examples/application_aortaFSI/main.cpp.
|
private |
Definition at line 514 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 524 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 531 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 532 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 536 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 539 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 541 of file lifev/fsi/examples/example_SmoothAneurysm/main.cpp.
|
private |
Definition at line 395 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
private |
Definition at line 396 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
private |
Definition at line 401 of file lifev/fsi/testsuite/fsi_monolithic/main.cpp.
|
private |
Definition at line 659 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
private |
Definition at line 661 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
private |
Definition at line 663 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.
|
private |
Definition at line 664 of file lifev/fsi/testsuite/fsi_segregated/main.cpp.