Skip to content

Commit

Permalink
Revert "Replace master/slave with main/constrained in docs (#1153)"
Browse files Browse the repository at this point in the history
This reverts commit de8cda6.
  • Loading branch information
KristofferC authored Feb 17, 2025
1 parent de8cda6 commit 69ae83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/topics/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69ae83f

Please sign in to comment.