Skip to content
Snippets Groups Projects
_topologyOptimization.jl 852 B
Newer Older
# 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!")