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 <prism_gauss_legendre_integration_points.h>
Public Types | |
typedef std::size_t | SizeType |
typedef IntegrationPoint< 3 > | IntegrationPointType |
typedef std::array< IntegrationPointType, 12 > | IntegrationPointsArrayType |
typedef IntegrationPointType::PointType | PointType |
Public Member Functions | |
KRATOS_CLASS_POINTER_DEFINITION (PrismGaussLegendreIntegrationPoints4) | |
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, 12> Kratos::PrismGaussLegendreIntegrationPoints4::IntegrationPointsArrayType |
typedef std::size_t Kratos::PrismGaussLegendreIntegrationPoints4::SizeType |
|
inline |
|
inlinestatic |
|
inlinestatic |
Kratos::PrismGaussLegendreIntegrationPoints4::KRATOS_CLASS_POINTER_DEFINITION | ( | PrismGaussLegendreIntegrationPoints4 | ) |
|
static |