Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1.35.8
uses: crate-ci/typos@v1.37.1
2 changes: 1 addition & 1 deletion docs/src/literate_tutorials/phasefield_fracture.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Phase-field fracture
This tutorial demonstrates how the phase-field fracture
problem can be solved using FerriteAssembly with staggered iterations.
Specfiically, the ability to couple two simulations on the same grid, but
Specifically, the ability to couple two simulations on the same grid, but
with different dofhandlers, state variables, etc.
This is useful for staggered schemes, but can also be used for cases with
different number of time steps in the two cases.
Expand Down
Loading