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. | |
SelfContactUtilities | |
This namespace includes several utilities necessaries for the computation of self-contact. | |
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... | |