Newer
Older
Amira Abdel-Rahman
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Amira Abdel-Rahman
# (c) Massachusetts Institute of Technology 2020
#########################################################################################################
using StaticArrays, BenchmarkTools, SparseArrays
using LinearAlgebra, Statistics
# import JSON
using NLopt
using Plots
# using Images
# using VectorizedRoutines
#########################################################################################################
include("./utils.jl")
include("./filter.jl")
include("./element.jl")
include("./plot.jl")
include("./top2D.jl")
include("./top3D.jl")
# Asymp_homogenization
include("./multimaterial.jl")
include("./microstructure_topX.jl")
# include("./multiscale.jl")
include("./problems.jl")
# include("./concurrent2D.jl")
# include("./concurrent3D.jl")
println("Loaded Topology Optimization Library!")