mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-23 11:02:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user