LifeV
|
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/algorithm/PreconditionerIfpack.hpp>
#include <lifev/core/algorithm/PreconditionerML.hpp>
#include <lifev/core/array/MapEpetra.hpp>
#include <lifev/core/fem/TimeAdvance.hpp>
#include <lifev/core/fem/TimeAdvanceNewmark.hpp>
#include <lifev/core/fem/TimeAdvanceBDF.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/structure/solver/StructuralConstitutiveLawData.hpp>
#include <lifev/structure/solver/StructuralConstitutiveLaw.hpp>
#include <lifev/structure/solver/StructuralOperator.hpp>
#include <lifev/structure/solver/VenantKirchhoffMaterialLinear.hpp>
#include <lifev/structure/solver/VenantKirchhoffMaterialNonLinear.hpp>
#include <lifev/structure/solver/VenantKirchhoffMaterialNonLinearPenalized.hpp>
#include <lifev/structure/solver/NeoHookeanMaterialNonLinear.hpp>
#include <lifev/structure/solver/ExponentialMaterialNonLinear.hpp>
#include <lifev/structure/solver/SecondOrderExponentialMaterialNonLinear.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterEmpty.hpp>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | Structure |
struct | Structure::Private |
Namespaces | |
anonymous_namespace{main.cpp} | |
Enumerations | |
enum | TimeScheme { BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO = 2, BDF_ORDER_THREE = 3, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE } |
Functions | |
std::set< UInt > | parseList (const std::string &list) |
int | main (int argc, char **argv) |
Variables | |
int | returnValue = EXIT_FAILURE |
static bool | regIF = (PRECFactory::instance().registerProduct ( "Ifpack", &createIfpack ) ) |
static bool | regML = (PRECFactory::instance().registerProduct ( "ML", &createML ) ) |
enum TimeScheme |
Definition at line 90 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
std::set<UInt> parseList | ( | const std::string & | list | ) |
Definition at line 99 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 778 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
int returnValue = EXIT_FAILURE |
Definition at line 89 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.