Skip to content

Commit eaa63a0

Browse files
committed
Fix rebase
1 parent 812ba8c commit eaa63a0

File tree

1 file changed

+3
-0
lines changed
  • src/schemes/solid/total_lagrangian_sph

1 file changed

+3
-0
lines changed

src/schemes/solid/total_lagrangian_sph/rhs.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ function interact!(dv, v_particle_system, u_particle_system,
44
particle_system::TotalLagrangianSPHSystem,
55
neighbor_system::TotalLagrangianSPHSystem, semi;
66
integrate_tlsph=semi.integrate_tlsph[])
7+
# Skip interaction if TLSPH systems are integrated separately
8+
integrate_tlsph || return dv
9+
710
# Different solids do not interact with each other (yet)
811
particle_system === neighbor_system || return dv
912

0 commit comments

Comments
 (0)