LifeV
|
This file contains a class which can be used to evaluate the wall tension in the arterial wall. More...
#include <string>
#include <sstream>
#include <iostream>
#include <stdexcept>
#include <boost/scoped_ptr.hpp>
#include <boost/multi_array.hpp>
#include <Epetra_SerialDenseMatrix.h>
#include <lifev/core/array/MatrixElemental.hpp>
#include <lifev/core/array/VectorElemental.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/core/fem/Assembly.hpp>
#include <lifev/core/fem/AssemblyElemental.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/Displayer.hpp>
#include <lifev/core/array/MapEpetra.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterEmpty.hpp>
#include <lifev/structure/fem/AssemblyElementalStructure.hpp>
#include <lifev/structure/solver/StructuralConstitutiveLawData.hpp>
#include <lifev/structure/solver/WallTensionEstimatorData.hpp>
#include <lifev/structure/solver/WallTensionEstimator.hpp>
Go to the source code of this file.
Data Structures | |
class | WallTensionEstimatorCylindricalCoordinates< Mesh > |
Namespaces | |
LifeV | |
Default Physical Solver. | |
This file contains a class which can be used to evaluate the wall tension in the arterial wall.
Definition in file WallTensionEstimatorCylindricalCoordinates.hpp.