|
|
| 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...
|
| |
|
| static void | UpdateFromLocalCoordinates (typename GeometryType::Pointer pGeometry, const array_1d< double, 3 > &rLocalCoordinates, const double rIntegrationWeight, GeometryType &rParentGeometry) |
| |
template<class TPointType>
class Kratos::CreateQuadraturePointsUtility< TPointType >
A Class for the creation of integration points.