![]() |
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.
|
A Class for the creation of integration points. More...
#include <quadrature_points_utility.h>
Public Types | |
Type Definitions | |
typedef Geometry< TPointType > | GeometryType |
typedef Geometry< TPointType >::Pointer | GeometryPointerType |
typedef std::size_t | SizeType |
typedef std::size_t | IndexType |
typedef PointerVector< TPointType > | PointsArrayType |
Static Public Member Functions | |
Operations | |
static GeometryType::Pointer | CreateFromCoordinates (typename GeometryType::Pointer pGeometry, const array_1d< double, 3 > &rCoordinates, double integration_weight) |
static GeometryType::Pointer | CreateFromLocalCoordinates (GeometryType &rGeometry, const array_1d< double, 3 > &rLocalCoordinates, double integration_weight) |
static GeometryPointerType | CreateQuadraturePointCurveOnSurface (GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints, double LocalTangentU, double LocalTangentV, GeometryType *pGeometryParent) |
static GeometryPointerType | CreateQuadraturePointCurveOnSurface (GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints, double LocalTangentU, double LocalTangentV) |
static GeometryPointerType | CreateQuadraturePointSurfaceInVolume (GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints, Matrix LocalTangentMatrix, GeometryType *pGeometryParent) |
static GeometryPointerType | CreateQuadraturePointSurfaceInVolume (GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints, Matrix LocalTangentMatrix) |
static GeometryPointerType | CreateQuadraturePoint (SizeType WorkingSpaceDimension, SizeType LocalSpaceDimension, GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints, GeometryType *pGeometryParent) |
static GeometryPointerType | CreateQuadraturePoint (SizeType WorkingSpaceDimension, SizeType LocalSpaceDimension, GeometryShapeFunctionContainer< GeometryData::IntegrationMethod > &rShapeFunctionContainer, PointsArrayType rPoints) |
static std::vector< GeometryPointerType > | Create (GeometryPointerType pGeometry) |
static std::vector< GeometryPointerType > | Create (GeometryPointerType pGeometry, GeometryData::IntegrationMethod ThisIntegrationMethod) |
static void | Create (GeometryType &rGeometry, typename GeometryType::GeometriesArrayType &rResultGeometries, typename GeometryType::IntegrationPointsArrayType &rIntegrationPoints, SizeType NumberOfShapeFunctionDerivatives) |
creates a quadrature point geometry on a provided location. More... | |
Update functions | |
static void | UpdateFromLocalCoordinates (typename GeometryType::Pointer pGeometry, const array_1d< double, 3 > &rLocalCoordinates, const double rIntegrationWeight, GeometryType &rParentGeometry) |
A Class for the creation of integration points.
typedef Geometry<TPointType>::Pointer Kratos::CreateQuadraturePointsUtility< TPointType >::GeometryPointerType |
typedef Geometry<TPointType> Kratos::CreateQuadraturePointsUtility< TPointType >::GeometryType |
typedef std::size_t Kratos::CreateQuadraturePointsUtility< TPointType >::IndexType |
typedef PointerVector<TPointType> Kratos::CreateQuadraturePointsUtility< TPointType >::PointsArrayType |
typedef std::size_t Kratos::CreateQuadraturePointsUtility< TPointType >::SizeType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
creates a quadrature point geometry on a provided location.
Get Shape Function Derivatives DN_De, ...
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |