Skip to content

Commit

Permalink
Merge pull request #43 from byuflowlab/prealloc
Browse files Browse the repository at this point in the history
Prealloc
  • Loading branch information
juddmehr authored Apr 13, 2024
2 parents 5184a6d + d3245f9 commit 91b3adc
Show file tree
Hide file tree
Showing 24 changed files with 3,587 additions and 1,815 deletions.
3 changes: 3 additions & 0 deletions src/DuctAPE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ include("utilities/airfoils/airfoil_utilities.jl")
include("utilities/airfoils/naca_65series.jl")

##### ----- Analysis ----- #####
include("analysis/setup.jl")
include("analysis/analyses.jl")

##### ----- PREPROCESS ----- #####
# Pre-solve initializations
include("preprocess/preprocess.jl")
include("preprocess/initialize_states.jl")

# Geometry Functions
include("preprocess/geometry/body_geometry.jl")
Expand All @@ -106,6 +108,7 @@ include("preprocess/velocities/gausskronrod_integrals.jl")

##### ----- PROCESS ----- #####
# Solve and Residual Functions
include("process/process.jl")
include("process/solve.jl")
include("process/residuals/CSORresidual.jl")
include("process/residuals/systemresidual.jl")
Expand Down
Loading

0 comments on commit 91b3adc

Please sign in to comment.