Skip to content

Commit 3b3c7fe

Browse files
committed
fix: changes were reversed
1 parent 632c7b3 commit 3b3c7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IncompressibleNavierStokes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ using DocStringExtensions
1515
using FFTW
1616
using IterativeSolvers
1717
using KernelAbstractions
18+
using KernelAbstractions.Extras.LoopInfo: @unroll
1819
using LinearAlgebra
1920
using Makie
2021
using NNlib
@@ -72,8 +73,6 @@ include("utils.jl")
7273
include("time_steppers/methods.jl")
7374
include("time_steppers/time_stepper_caches.jl")
7475
include("time_steppers/step.jl")
75-
include("time_steppers/isexplicit.jl")
76-
include("time_steppers/lambda_max.jl")
7776
include("time_steppers/RKMethods.jl")
7877

7978
# Precompile workflow
@@ -95,6 +94,7 @@ export fieldplot, energy_history_plot, energy_spectrum_plot
9594

9695
# Setup
9796
export Setup, temperature_equation, scalarfield, vectorfield
97+
export CPU # TODO: This annoys Documenter, need to include this docstring somehow
9898

9999
# 1D grids
100100
export stretched_grid, cosine_grid, tanh_grid

0 commit comments

Comments
 (0)