WarpX
Loading...
Searching...
No Matches
warpx::particles Namespace Reference

Namespaces

namespace  deposition
 
namespace  detail
 

Functions

std::pair< amrex::Array< ParticleBoundaryType, 3 >, amrex::Array< ParticleBoundaryType, 3 > > parse_particle_boundaries (const amrex::Array< bool, 3 > &is_field_boundary_periodic)
 Reads the particle boundary conditions from the input file.
 

Function Documentation

◆ parse_particle_boundaries()

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.

Parameters
[in]is_field_boundary_periodica bool array indicating if field boundary conditions are periodic in each direction
Returns
a pair of amrex::Array<ParticleBoundaryType, AMREX_SPACEDIM> containing the boundary conditions for the lower and the upper boundary.