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.
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Kratos::TriangleGaussLegendreIntegrationPoints1 Class Reference

#include <triangle_gauss_legendre_integration_points.h>

Collaboration diagram for Kratos::TriangleGaussLegendreIntegrationPoints1:

Public Types

typedef std::size_t SizeType
 
typedef IntegrationPoint< 2 > IntegrationPointType
 
typedef std::array< IntegrationPointType, 1 > IntegrationPointsArrayType
 
typedef IntegrationPointType::PointType PointType
 

Public Member Functions

 KRATOS_CLASS_POINTER_DEFINITION (TriangleGaussLegendreIntegrationPoints1)
 
std::string Info () const
 

Static Public Member Functions

static SizeType IntegrationPointsNumber ()
 
static const IntegrationPointsArrayTypeIntegrationPoints ()
 

Static Public Attributes

static const unsigned int Dimension = 2
 

Member Typedef Documentation

◆ IntegrationPointsArrayType

◆ IntegrationPointType

◆ PointType

◆ SizeType

Member Function Documentation

◆ Info()

std::string Kratos::TriangleGaussLegendreIntegrationPoints1::Info ( ) const
inline

◆ IntegrationPoints()

static const IntegrationPointsArrayType& Kratos::TriangleGaussLegendreIntegrationPoints1::IntegrationPoints ( )
inlinestatic

◆ IntegrationPointsNumber()

static SizeType Kratos::TriangleGaussLegendreIntegrationPoints1::IntegrationPointsNumber ( )
inlinestatic

◆ KRATOS_CLASS_POINTER_DEFINITION()

Kratos::TriangleGaussLegendreIntegrationPoints1::KRATOS_CLASS_POINTER_DEFINITION ( TriangleGaussLegendreIntegrationPoints1  )

Member Data Documentation

◆ Dimension

const unsigned int Kratos::TriangleGaussLegendreIntegrationPoints1::Dimension = 2
static

The documentation for this class was generated from the following file: