mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-16 16:53:19 +00:00
refactor(assemblers): Remove duplicate dofs_per_node stub
Replace function stub declaration with comment pointing to canonical definition in fields/api.jl. This eliminates documentation replacement warning while preserving documentation context.
This commit is contained in:
@@ -150,7 +150,7 @@ kernel = ContinuumKernel(
|
||||
ndofs = dofs_per_node(kernel) # Returns 3
|
||||
```
|
||||
"""
|
||||
function dofs_per_node end
|
||||
# Note: dofs_per_node function stub is defined in fields/api.jl
|
||||
|
||||
# Default implementation: delegate to field
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user