Skip to content

Commit 6203323

Browse files
authored
Organize geometry/domain files (#1000)
1 parent e9037d0 commit 6203323

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+13
-13
lines changed

src/domains.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ end
157157
# IMPLEMENTATIONS
158158
# ----------------
159159

160-
include("sets.jl")
161-
include("mesh.jl")
162-
include("trajecs.jl")
163-
include("subdomains.jl")
160+
include("domains/sets.jl")
161+
include("domains/meshes.jl")
162+
include("domains/trajecs.jl")
163+
include("domains/subdomains.jl")
164164

165165
# ------------
166166
# CONVERSIONS

src/mesh.jl renamed to src/domains/meshes.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ end
233233
# IMPLEMENTATIONS
234234
# ----------------
235235

236-
include("mesh/cartesiangrid.jl")
237-
include("mesh/rectilineargrid.jl")
238-
include("mesh/structuredgrid.jl")
239-
include("mesh/simplemesh.jl")
240-
include("mesh/transformedmesh.jl")
236+
include("meshes/cartesiangrid.jl")
237+
include("meshes/rectilineargrid.jl")
238+
include("meshes/structuredgrid.jl")
239+
include("meshes/simplemesh.jl")
240+
include("meshes/transformedmesh.jl")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)