mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
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:
+4
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user