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.
Namespaces | Functions
add_constraint_to_python.cpp File Reference
#include "includes/define_python.h"
#include "add_constraint_to_python.h"
#include "includes/master_slave_constraint.h"
#include "constraints/linear_master_slave_constraint.h"
#include "constraints/slip_constraint.h"
Include dependency graph for add_constraint_to_python.cpp:

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 
 Kratos::Python
 

Functions

template<class TVariableType >
bool Kratos::Python::HasHelperFunctionMasterSlaveConstraint (MasterSlaveConstraint &el, const TVariableType &rVar)
 
template<class TVariableType >
void Kratos::Python::SetValueHelperFunctionMasterSlaveConstraint (MasterSlaveConstraint &el, const TVariableType &rVar, const typename TVariableType::Type &Data)
 
template<class TVariableType >
TVariableType::Type Kratos::Python::GetValueHelperFunctionMasterSlaveConstraint (MasterSlaveConstraint &el, const TVariableType &rVar)
 
void Kratos::Python::AddConstraintToPython (pybind11::module &m)