WarpX
Loading...
Searching...
No Matches
PIdx Struct Reference

#include <WarpXParticleContainer.H>

Public Types

enum  {
  x , z , w , ux ,
  uy , uz , nattribs
}
 

Static Public Attributes

static constexpr auto names = {"x", "z", "w", "ux", "uy", "uz"}
 

Detailed Description

Real Particle Attributes stored in amrex::ParticleContainer's struct of array

x, y, z : position components ux uy uz : normalized momentum components w : weight theta : azimuthal angle phi : polar angle, relative to the x-y plane nattribs : number of compile-time attributes

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ux 
uy 
uz 
nattribs 

Member Data Documentation

◆ names

auto PIdx::names = {"x", "z", "w", "ux", "uy", "uz"}
staticconstexpr

The documentation for this struct was generated from the following file: