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:
Jukka Aho
2026-05-09 17:08:23 +03:00
parent 5aa529473d
commit 67d367920f
+2 -2
View File
@@ -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)