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.
|
Functions | |
void | ComputeSelfContactPairing (ModelPart &rModelPart, const std::size_t EchoLevel=0) |
This method computes the pairing for self-contact. More... | |
void | FullAssignmentOfPairs (ModelPart &rModelPart) |
This method assign all the potential pairs (brute-force) More... | |
void | NotPredefinedMasterSlave (ModelPart &rModelPart) |
This method is used in case of not predefined master/slave we assign the master/slave nodes and conditions. More... | |
void Kratos::SelfContactUtilities::ComputeSelfContactPairing | ( | ModelPart & | rModelPart, |
const std::size_t | EchoLevel = 0 |
||
) |
This method computes the pairing for self-contact.
rModelPart | Reference to the ModelPart containing the problem |
EchoLevel | The verbosity level |
void Kratos::SelfContactUtilities::FullAssignmentOfPairs | ( | ModelPart & | rModelPart | ) |
This method assign all the potential pairs (brute-force)
rModelPart | Reference to the ModelPart containing the problem |
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.
rModelPart | The model part to assign the flags |