|
Matrix | Kratos::MPMParticleGeneratorUtility::MP16ShapeFunctions () |
| Function that return matrix of shape function value for 16 particles. More...
|
|
Matrix | Kratos::MPMParticleGeneratorUtility::MP33ShapeFunctions () |
| Function that return matrix of shape function value for 33 particles. More...
|
|
void | Kratos::MPMParticleGeneratorUtility::GetIntegrationPointVolumes (const GeometryType &rGeom, const IntegrationMethod IntegrationMethod, Vector &rIntVolumes) |
| Get integration weights of the geometry for the given integration method. More...
|
|
void | Kratos::MPMParticleGeneratorUtility::DetermineIntegrationMethodAndShapeFunctionValues (const GeometryType &rGeom, const SizeType ParticlesPerElement, IntegrationMethod &rIntegrationMethod, Matrix &rN, bool &IsEqualVolumes) |
| Get integration method and shape function values for the given element. More...
|
|
void | Kratos::MPMParticleGeneratorUtility::DetermineGeometryIntegrationMethod (const GeometryType &rGeom, const SizeType ParticlesPerCondition, IndexType &rNumPointsPerSpan) |
| Get integration method and shape function values for the given condition. More...
|
|
template<SizeType TDimension> |
void | Kratos::MPMParticleGeneratorUtility::GenerateMaterialPointElement (ModelPart &rBackgroundGridModelPart, ModelPart &rInitialModelPart, ModelPart &rMPMModelPart, bool IsMixedFormulation=false) |
| Construct material points or particles from given initial mesh. More...
|
|
template<SizeType TDimension> |
void | Kratos::MPMParticleGeneratorUtility::GenerateMaterialPointCondition (ModelPart &rBackgroundGridModelPart, ModelPart &rInitialModelPart, ModelPart &rMPMModelPart) |
| Function to Initiate material point condition. More...
|
|