From b04d7ac46b45509324d3ca326bcbb11130ada05e Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 18 Oct 2024 23:41:20 -0700 Subject: [PATCH] update master-slave-constraint Signed-off-by: Emmanuel Ferdman --- .../Data_Structures/MultiPointConstraint_Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/Kratos/For_Developers/Data_Structures/MultiPointConstraint_Interface.md b/docs/pages/Kratos/For_Developers/Data_Structures/MultiPointConstraint_Interface.md index 39e1d349f001..fa1f77a032d5 100644 --- a/docs/pages/Kratos/For_Developers/Data_Structures/MultiPointConstraint_Interface.md +++ b/docs/pages/Kratos/For_Developers/Data_Structures/MultiPointConstraint_Interface.md @@ -76,7 +76,7 @@ Carrying out the indicated matrix multiplications yields: ## Kratos interface (how to use it) -The **MPC** are implemented in *Kratos* via the [*MasterSlaveConstraint* class](https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/includes/master_slave_constraint.h), and particularly the linear kinematic relationship can be found in in the class [*LinearMasterSlaveConstraint* class](https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/includes/linear_master_slave_constraint.h). +The **MPC** are implemented in *Kratos* via the [*MasterSlaveConstraint* class](https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/includes/master_slave_constraint.h), and particularly the linear kinematic relationship can be found in in the class [*LinearMasterSlaveConstraint* class](https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/constraints/linear_master_slave_constraint.h). The *LinearMasterSlaveConstraint* is defined by the following: