From 69ae83f4013159776ff004c812fa1e6307af5da2 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 17 Feb 2025 09:11:00 +0100 Subject: [PATCH] Revert "Replace master/slave with main/constrained in docs (#1153)" This reverts commit de8cda63fc9c0f18db45febf54999c79b0d06aa3. --- docs/src/topics/constraints.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/topics/constraints.md b/docs/src/topics/constraints.md index 7c57ea0aad..c6860bc8d5 100644 --- a/docs/src/topics/constraints.md +++ b/docs/src/topics/constraints.md @@ -79,14 +79,14 @@ be used to calculate the dependent DoFs. Ferrite has functionaliy for setting up ``\hat{\boldsymbol{K}}`` and ``\hat{\boldsymbol{f}}`` in an efficient way. !!! note "Limitations" - Ferrite currently cannot untangle constraints where a DoF is both a *main* and a *constrained* + Ferrite currently cannot untangle constraints where a DoF is both *master* and *slave* DoF. For example, if we have two affine constraints such as: ```math a_1 = 2a_2 + 4 \\ a_2 = 3a_3 + 1 ``` - Ferrite will not be able to resolve this situation because `` a_2 `` is both a main - and a constrained DoF in different constraints. + Ferrite will not be able to resolve this situation because `` a_2 `` is both a master + and a slave DoF in different constraints. ### Affine Constraints in Ferrite