chore(JuliaFEM): include gmsh_stub and write_vtu in module load

The optional Gmsh and WriteVTK entry points are defined as stubs until their
extensions load; mesh includes now sit with structured mesh generation.

- Pull in gmsh_stub.jl and write_vtu.jl right after structured mesh includes
- IO banner comment now points at Gmsh and VTK export extensions
This commit is contained in:
Jukka Aho
2026-05-11 02:58:37 +03:00
parent 40350b2da1
commit 9a0c9d4f14
+4 -2
View File
@@ -239,11 +239,13 @@ include("physics/discretization.jl")
# ============================================================================
include("mesh/refine.jl")
include("mesh/structured.jl")
include("mesh/gmsh_stub.jl")
include("io/write_vtu.jl")
include("domains/continuum/material_element_lab.jl")
# External mesh formats (Gmsh, Abaqus, Netgen, …) → `Mesh{…}` belong in
# optional package extensions or side packages; see `src/io/README.md`.
# External mesh formats (Gmsh, VTK export, …) → `Mesh{…}` use optional
# package extensions; see `src/io/README.md`.
# ============================================================================
# Optional older API surface (Problem / Assembly / Solver / Analysis,