LifeV
|
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/array/MapEpetra.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/structure/solver/VenantKirchhoffViscoelasticSolver.hpp>
#include <lifev/structure/solver/VenantKirchhoffViscoelasticData.hpp>
#include <lifev/core/fem/TimeData.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/fem/TimeAdvance.hpp>
#include <lifev/core/fem/TimeAdvanceNewmark.hpp>
#include <lifev/core/fem/TimeAdvanceBDF.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterEmpty.hpp>
#include <iostream>
#include "timeAdvance.hpp"
#include "linear_function.hpp"
Go to the source code of this file.
Data Structures | |
struct | problem::Private |
Private members. More... | |
Variables | |
const int | TOP = 6 |
const int | BOTTOM = 5 |
const int | LEFT = 3 |
const int | RIGHT = 4 |
const int | FRONT = 2 |
const int | BACK = 1 |
const int TOP = 6 |
Definition at line 104 of file timeAdvance.cpp.
const int BOTTOM = 5 |
Definition at line 105 of file timeAdvance.cpp.
const int LEFT = 3 |
Definition at line 106 of file timeAdvance.cpp.
const int RIGHT = 4 |
Definition at line 107 of file timeAdvance.cpp.
const int FRONT = 2 |
Definition at line 108 of file timeAdvance.cpp.
const int BACK = 1 |
Definition at line 109 of file timeAdvance.cpp.