mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
docs(physics): cross-link strain extraction helpers
Note that `extract_strain` consumes an existing displacement gradient, with `compute_strain` covering the assembly path from nodal DOFs.
This commit is contained in:
@@ -25,6 +25,9 @@ Extract strain tensor from displacement gradient.
|
||||
# Returns
|
||||
- `ε`: Strain tensor (symmetric)
|
||||
|
||||
See also [`compute_strain`](@ref), which first assembles `∇u` from nodal
|
||||
values and physical basis derivatives.
|
||||
|
||||
# Examples
|
||||
```julia
|
||||
∇u = Tensor{2,3}((1.0, 0.1, 0.0, 0.1, 1.0, 0.0, 0.0, 0.0, 1.0))
|
||||
|
||||
Reference in New Issue
Block a user