![]() |
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 <unordered_set>#include <unordered_map>#include "utilities/parallel_utilities.h"#include "contact_structural_mechanics_application_variables.h"#include "custom_utilities/self_contact_utilities.h"#include "utilities/variable_utils.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::SelfContactUtilities | |
Functions | |
| void | Kratos::SelfContactUtilities::ComputeSelfContactPairing (ModelPart &rModelPart, const std::size_t EchoLevel=0) |
| This method computes the pairing for self-contact. More... | |
| void | Kratos::SelfContactUtilities::FullAssignmentOfPairs (ModelPart &rModelPart) |
| This method assign all the potential pairs (brute-force) More... | |
| void | Kratos::SelfContactUtilities::NotPredefinedMasterSlave (ModelPart &rModelPart) |
| This method is used in case of not predefined master/slave we assign the master/slave nodes and conditions. More... | |