mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 01:59:59 +00:00
docs(repository_layout): describe legacy as optional 0.x-adjacent API
Replace Pre-2.0 wording with legacy module note aligned with 0.x default surface.
This commit is contained in:
@@ -45,7 +45,7 @@ src/
|
||||
├── mesh/ # Mesh{N, Topo}, structured / unstructured / refine / ordering
|
||||
├── io/ # Gmsh-oriented I/O (legacy mesh readers live under legacy/)
|
||||
├── sparse/ # SparseMatrixCOO / SparseVectorCOO scratch helpers
|
||||
├── legacy/ # Pre-2.0 API in `module Legacy`; load with JULIAFEM_ENABLE_LEGACY=1
|
||||
├── legacy/ # Legacy API in `module Legacy` (optional; not the default 0.x surface); load with JULIAFEM_ENABLE_LEGACY=1
|
||||
├── exports.jl # Grouped public API exports
|
||||
└── JuliaFEM.jl # Module entry point
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user