Function rusty_kernel_tools::particle_container::make_particle_container[][src]

pub fn make_particle_container<'a, T: RealType>(
    sources: ArrayView2<'a, T>,
    targets: ArrayView2<'a, T>
) -> ParticleContainerView<'a, T>
Expand description

Create a new particle container that does not take over ownership.