KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <tetrahedron_gauss_legendre_integration_points.h>
Public Types | |
typedef std::size_t | SizeType |
typedef IntegrationPoint< 3 > | IntegrationPointType |
typedef std::array< IntegrationPointType, 24 > | IntegrationPointsArrayType |
typedef IntegrationPointType::PointType | PointType |
Public Member Functions | |
KRATOS_CLASS_POINTER_DEFINITION (TetrahedronGaussLegendreIntegrationPoints5) | |
std::string | Info () const |
Static Public Member Functions | |
static SizeType | IntegrationPointsNumber () |
static const IntegrationPointsArrayType & | IntegrationPoints () |
Static Public Attributes | |
static const unsigned int | Dimension = 3 |
typedef std::array<IntegrationPointType, 24> Kratos::TetrahedronGaussLegendreIntegrationPoints5::IntegrationPointsArrayType |
typedef IntegrationPoint<3> Kratos::TetrahedronGaussLegendreIntegrationPoints5::IntegrationPointType |
typedef IntegrationPointType::PointType Kratos::TetrahedronGaussLegendreIntegrationPoints5::PointType |
typedef std::size_t Kratos::TetrahedronGaussLegendreIntegrationPoints5::SizeType |
|
inline |
|
inlinestatic |
|
inlinestatic |
Kratos::TetrahedronGaussLegendreIntegrationPoints5::KRATOS_CLASS_POINTER_DEFINITION | ( | TetrahedronGaussLegendreIntegrationPoints5 | ) |
|
static |