![]() |
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.
|
Typedefs | |
| typedef std::size_t | SizeType |
| The size type definition. More... | |
| typedef std::size_t | IndexType |
| The index type definition. More... | |
| typedef ModelPart::ElementsContainerType | ElementsArrayType |
| The arrays of elements and nodes. More... | |
| typedef ModelPart::NodesContainerType | NodesArrayType |
| typedef Node | NodeType |
| typedef Geometry< NodeType > | GeometryType |
Functions | |
| void | CalculateAndAddExplicitInternalForce (const ProcessInfo &rProcessInfo, Element &rElement, const Vector &rMPStress, const double rMPVolume, const SizeType StrainSize, Vector &rRightHandSideVector) |
| void | UpdateGaussPointExplicit (const ProcessInfo &rCurrentProcessInfo, Element &rElement) |
| void | CalculateMUSLGridVelocity (const ProcessInfo &rCurrentProcessInfo, Element &rElement) |
| void | CalculateExplicitKinematics (const ProcessInfo &rCurrentProcessInfo, Element &rElement, Vector &rMPStrain, Matrix &rDeformationGradient, const SizeType StrainSize) |
| void | GetCartesianDerivatives (std::vector< Matrix > &rDN_DXVec, GeometryType &rGeom) |
The arrays of elements and nodes.
| typedef std::size_t Kratos::MPMExplicitUtilities::IndexType |
The index type definition.
| typedef std::size_t Kratos::MPMExplicitUtilities::SizeType |
The size type definition.
| void Kratos::MPMExplicitUtilities::CalculateAndAddExplicitInternalForce | ( | const ProcessInfo & | rProcessInfo, |
| Element & | rElement, | ||
| const Vector & | rMPStress, | ||
| const double | rMPVolume, | ||
| const SizeType | StrainSize, | ||
| Vector & | rRightHandSideVector | ||
| ) |
| void Kratos::MPMExplicitUtilities::CalculateExplicitKinematics | ( | const ProcessInfo & | rCurrentProcessInfo, |
| Element & | rElement, | ||
| Vector & | rMPStrain, | ||
| Matrix & | rDeformationGradient, | ||
| const SizeType | StrainSize | ||
| ) |
| void Kratos::MPMExplicitUtilities::CalculateMUSLGridVelocity | ( | const ProcessInfo & | rCurrentProcessInfo, |
| Element & | rElement | ||
| ) |
|
inline |
| void Kratos::MPMExplicitUtilities::UpdateGaussPointExplicit | ( | const ProcessInfo & | rCurrentProcessInfo, |
| Element & | rElement | ||
| ) |