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
Kratos::SelfContactUtilities Namespace Reference

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...
 

Function Documentation

◆ ComputeSelfContactPairing()

void Kratos::SelfContactUtilities::ComputeSelfContactPairing ( ModelPart rModelPart,
const std::size_t  EchoLevel = 0 
)

This method computes the pairing for self-contact.

Parameters
rModelPartReference to the ModelPart containing the problem
EchoLevelThe verbosity level

◆ FullAssignmentOfPairs()

void Kratos::SelfContactUtilities::FullAssignmentOfPairs ( ModelPart rModelPart)

This method assign all the potential pairs (brute-force)

Parameters
rModelPartReference to the ModelPart containing the problem

◆ NotPredefinedMasterSlave()

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.

Parameters
rModelPartThe model part to assign the flags