Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent 8c6da87 commit d7b4e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/03_glossary/02_stresses/02_cell_stresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Here, we choose the points $ p $ and $ q $ on the ellipsoid that correspond to t

### Finding the Extrema on the Deformed Surface

To identify the extreme points (maxima and minima) on the deformed surface, we use a method called surface triangulation on the 5810 Lebedev nodes that represent the surface. Two points are considered neighbors if they are connected by an edge.
To identify the extreme points (maxima and minima) on the deformed surface, we use a method called surface triangulation on the 5810 Lebedev nodes that represent the surface. Two points are considered neighbors if they are connected by an edge.

- **Local maxima** are points where the value of cellular stress is greater than or equal to the values of all their neighboring points.
- **Local minima** are points where the value of cellular stress is less than or equal to the values of all their neighboring points.

The extrema stresses (or adjacent extrema stresses) are obtained by calculating the difference in cell-scale stresses between maxima and minima (or between adjacent maxima and minima).

Calculating these stresses is part of the [comprehensive stress quantification workflow](toolboxes:analyze_everything)=
Calculating these stresses is part of the [comprehensive stress quantification workflow](toolboxes:analyze_everything)=
2 changes: 1 addition & 1 deletion docs/03_glossary/02_stresses/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Understanding the shape of the droplet can help us to understand the prevalence of local and more global forces in a tissue. We differenttiate multiple types of stresses, the definition of which shall be explained in a bbit more detail in this chapter.

- [Tissue stresses](glossary:stresses:tissue_stresses)
- [Cell stresses](glossary:stresses:cell_stresses)
- [Cell stresses](glossary:stresses:cell_stresses)

0 comments on commit d7b4e17

Please sign in to comment.