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:
Jukka Aho
2025-11-20 18:20:51 +02:00
parent c8b118b8b2
commit f9b949b929
+1 -1
View File
@@ -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
"""