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 <line_gauss_legendre_integration_points.h>
Public Types | |
typedef std::size_t | SizeType |
typedef IntegrationPoint< 1 > | IntegrationPointType |
typedef std::array< IntegrationPointType, 1 > | IntegrationPointsArrayType |
typedef IntegrationPointType::PointType | PointType |
Public Member Functions | |
KRATOS_CLASS_POINTER_DEFINITION (LineGaussLegendreIntegrationPoints1) | |
std::string | Info () const |
Static Public Member Functions | |
static SizeType | IntegrationPointsNumber () |
static const IntegrationPointsArrayType & | IntegrationPoints () |
Static Public Attributes | |
static const unsigned int | Dimension = 1 |
typedef std::array<IntegrationPointType, 1> Kratos::LineGaussLegendreIntegrationPoints1::IntegrationPointsArrayType |
typedef std::size_t Kratos::LineGaussLegendreIntegrationPoints1::SizeType |
|
inline |
|
inlinestatic |
|
inlinestatic |
Kratos::LineGaussLegendreIntegrationPoints1::KRATOS_CLASS_POINTER_DEFINITION | ( | LineGaussLegendreIntegrationPoints1 | ) |
|
static |