mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
docs(fields): plain headings in LocalField docstring
Replace bold markdown labels on the dynamic vs quasi-static bullet sections with plain prose headings so field docs match the repository style guide.
This commit is contained in:
@@ -29,11 +29,11 @@ Field quantities evaluated at a single point (typically an integration point).
|
||||
Quasi-static is treated as a special case of dynamic where `rate = 0`.
|
||||
The `gradient_rate` is always computed from increments: `(∇u_new - ∇u_old)/Δt`
|
||||
|
||||
**Dynamic simulations:**
|
||||
Dynamic simulations:
|
||||
- `rate` = actual time derivative (velocity `u̇`, temperature rate `Ṫ`)
|
||||
- `gradient_rate` = computed from increment for accuracy
|
||||
|
||||
**Quasi-static simulations:**
|
||||
Quasi-static simulations:
|
||||
- `rate` = `0` (no dynamic effects)
|
||||
- `gradient_rate` = computed from increment (needed for rate-dependent materials)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user