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/core/algorithm/SolverAztecOO.hpp>
#include <lifev/core/algorithm/LinearSolver.hpp>
#include <lifev/core/fem/Assembly.hpp>
#include <lifev/core/fem/AssemblyElemental.hpp>
#include <lifev/core/fem/BCManage.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/fem/TimeAdvanceBDFVariableStep.hpp>
#include <lifev/core/algorithm/PreconditionerIfpack.hpp>
#include <lifev/core/algorithm/PreconditionerML.hpp>
#include <lifev/core/filter/Exporter.hpp>
#include <lifev/core/filter/ExporterEmpty.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <Teuchos_RCP.hpp>
#include "ud_functions.hpp"
#include "test_bdf.hpp"
Go to the source code of this file.
Data Structures | |
struct | test_bdf::Private |
Private Members. More... | |
Typedefs | |
typedef RegionMesh< LinearTriangle > | regionMesh |
Variables | |
const int | TOP = 3 |
const int | BOTTOM = 1 |
const int | LEFT = 1 |
const int | RIGHT = 2 |
const std::string | discretization_section = "space_discretization" |
Definition in file test_bdf_2d.cpp.
typedef RegionMesh<LinearTriangle> regionMesh |
Definition at line 86 of file test_bdf_2d.cpp.
const int TOP = 3 |
Definition at line 81 of file test_bdf_2d.cpp.
const int BOTTOM = 1 |
Definition at line 82 of file test_bdf_2d.cpp.
const int LEFT = 1 |
Definition at line 83 of file test_bdf_2d.cpp.
const int RIGHT = 2 |
Definition at line 84 of file test_bdf_2d.cpp.
const std::string discretization_section = "space_discretization" |
Definition at line 88 of file test_bdf_2d.cpp.