83 const double TimeStepPredictionLevel,
84 const double MaxDeltaTime,
85 const double SafetyFactor,
86 const double MassFactor
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
MeshType::ElementsContainerType ElementsContainerType
Element container. A vector set of Elements with their Id's as key.
Definition: model_part.h:168
MeshType::NodesContainerType NodesContainerType
Nodes container. Which is a vector set of nodes with their Id's as key.
Definition: model_part.h:128
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
#define KRATOS_API(...)
Definition: kratos_export_api.h:40
This namespace includes several utilities necessaries for the computation of the explicit integration...
ModelPart::ElementsContainerType ElementsArrayType
The arrays of elements and nodes.
Definition: explicit_integration_utilities.h:58
double 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)
Definition: explicit_integration_utilities.cpp:95
std::size_t SizeType
The size type definition.
Definition: explicit_integration_utilities.h:52
std::size_t IndexType
The index type definition.
Definition: explicit_integration_utilities.h:55
ModelPart::NodesContainerType NodesArrayType
Definition: explicit_integration_utilities.h:59
double CalculateDeltaTime(ModelPart &rModelPart, Parameters ThisParameters)
This method computes the necessry delta time to avoid numerical instabilities.
Definition: explicit_integration_utilities.cpp:26
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21