We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812ba8c commit eaa63a0Copy full SHA for eaa63a0
src/schemes/solid/total_lagrangian_sph/rhs.jl
@@ -4,6 +4,9 @@ function interact!(dv, v_particle_system, u_particle_system,
4
particle_system::TotalLagrangianSPHSystem,
5
neighbor_system::TotalLagrangianSPHSystem, semi;
6
integrate_tlsph=semi.integrate_tlsph[])
7
+ # Skip interaction if TLSPH systems are integrated separately
8
+ integrate_tlsph || return dv
9
+
10
# Different solids do not interact with each other (yet)
11
particle_system === neighbor_system || return dv
12
0 commit comments