![]() |
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.
|
#include "includes/model_part.h"Go to the source code of this file.
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| ExplicitIntegrationUtilities | |
| This namespace includes several utilities necessaries for the computation of the explicit integration. | |
| Kratos::ExplicitIntegrationUtilities | |
Typedefs | |
| typedef std::size_t | Kratos::ExplicitIntegrationUtilities::SizeType |
| The size type definition. More... | |
| typedef std::size_t | Kratos::ExplicitIntegrationUtilities::IndexType |
| The index type definition. More... | |
| typedef ModelPart::ElementsContainerType | Kratos::ExplicitIntegrationUtilities::ElementsArrayType |
| The arrays of elements and nodes. More... | |
| typedef ModelPart::NodesContainerType | Kratos::ExplicitIntegrationUtilities::NodesArrayType |
Functions | |
| double | Kratos::ExplicitIntegrationUtilities::CalculateDeltaTime (ModelPart &rModelPart, Parameters ThisParameters=Parameters(R"({})")) |
| This method computes the necessry delta time to avoid numerical instabilities. More... | |
| double | Kratos::ExplicitIntegrationUtilities::InnerCalculateDeltaTime (ModelPart &rModelPart, const double TimeStepPredictionLevel, const double MaxDeltaTime, const double SafetyFactor, const double MassFactor) |
| This method computes the necessry delta time to avoid numerical instabilities (inner method) More... | |