You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data fields in Star are merely designed for Gadget-like gravitational force solver. If one is implementing a simple force solver, he might choose Ball::AbstractParticle3D:
struct Ball{P, V, A, M, I<:Integer} <:AbstractParticle3D
Pos::PVector{P}
Vel::PVector{V}
Acc::PVector{A}
Mass::M
ID::Iend
I'm referring to
PhysicalParticles.jl/src/PhysicalParticle.jl
Line 349 in 3bb5227
Would be something like
Particle
more appropriate?The text was updated successfully, but these errors were encountered: