Module particle_container

Module particle_container 

Source
Expand description

This module defines a simple container structure to store source particles and target particles in a convenient way.

Structs§

ParticleContainer
The basic data structure for sources and targets that are owned.
ParticleContainerView

Traits§

ParticleContainerAccessor

Functions§

make_particle_container
Create a new particle container that does not take over ownership.
make_particle_container_owned
Create a new particle container and transfer ownership to it.