refactor(plates): Remove duplicate assemble! stub

Replace function stub declaration with comment pointing to canonical definition in physics/api.jl. Added note that plate formulations should implement specific methods.

Eliminates documentation replacement warning while preserving API documentation context.
This commit is contained in:
Jukka Aho
2025-11-20 18:22:39 +02:00
parent 95aac8a2d5
commit 4521d27731
+2 -1
View File
@@ -179,7 +179,8 @@ physics = Physics(dkt, PlateDisplacement(), mesh, steel)
assemble!(physics)
```
"""
function assemble! end
# Note: assemble! function stub is defined in physics/api.jl
# Plate formulations should implement specific methods for assemble!
# Export types and functions
export AbstractPlateFormulation, DKTFormulation