Skip to content

Commit

Permalink
include
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Nov 18, 2024
1 parent 278a83b commit 9462698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TrixiParticles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ using Printf: @printf, @sprintf
using RecipesBase: RecipesBase, @series
using Random: seed!
using SciMLBase: CallbackSet, DiscreteCallback, DynamicalODEProblem, u_modified!,
get_tmp_cache, set_proposed_dt!, ODESolution, ODEProblem
get_tmp_cache, set_proposed_dt!, ODESolution, ODEProblem,
RecursiveArrayTools
@reexport using StaticArrays: SVector
using StaticArrays: @SMatrix, SMatrix, setindex
using StrideArrays: PtrArray, StaticInt
Expand Down
2 changes: 2 additions & 0 deletions src/refinement/refinement.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include("refinement_criteria.jl")
include("refinement_pattern.jl")
include("split.jl")

struct ParticleRefinement{SP, RC, ELTYPE}
splitting_pattern :: SP
Expand Down

0 comments on commit 9462698

Please sign in to comment.