|
| void | warpx::particles::detail::set_to_periodic_if_field_boundary_is_periodic (amrex::Array< ParticleBoundaryType, 3 > &particle_boundary_lo, amrex::Array< ParticleBoundaryType, 3 > &particle_boundary_hi, const amrex::Array< bool, 3 > &is_field_boundary_periodic) |
| |
| void | warpx::particles::detail::check_consistency (const amrex::Array< ParticleBoundaryType, 3 > &particle_boundary_lo, const amrex::Array< ParticleBoundaryType, 3 > &particle_boundary_hi, const amrex::Array< bool, 3 > &is_field_boundary_periodic) |
| |
| std::pair< amrex::Array< ParticleBoundaryType, 3 >, amrex::Array< ParticleBoundaryType, 3 > > | warpx::particles::parse_particle_boundaries (const amrex::Array< bool, 3 > &is_field_boundary_periodic) |
| | Reads the particle boundary conditions from the input file.
|
| |