Skip to content

Commit

Permalink
Merge branch 'main' into move_boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber authored Jul 3, 2023
2 parents ec8df26 + 1f981e0 commit a089fcf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/schemes/fluid/fluid.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include("viscosity.jl")
include("weakly_compressible_sph/weakly_compressible_sph.jl")
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include("state_equations.jl")
include("viscosity.jl")
include("system.jl")
2 changes: 1 addition & 1 deletion src/schemes/schemes.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Include all schemes without rhs first. The rhs depends on the systems to define
# interactions between the different system types.
include("fluid/weakly_compressible_sph/weakly_compressible_sph.jl")
include("fluid/fluid.jl")
include("boundary/boundary.jl")
include("solid/total_lagrangian_sph/total_lagrangian_sph.jl")

Expand Down

0 comments on commit a089fcf

Please sign in to comment.