Public Member Functions | |
CUDA_CALLABLE_MEMBER | IntegratedParticles () |
CUDA_CALLABLE_MEMBER | IntegratedParticles (idInteger *uid, real *rho, real *e, real *dedt, real *p, real *cs, real *x, real *y, real *z, real *vx, real *vy, real *vz, real *ax, real *ay, real *az) |
CUDA_CALLABLE_MEMBER void | set (idInteger *uid, real *rho, real *e, real *dedt, real *p, real *cs, real *x, real *y, real *z, real *vx, real *vy, real *vz, real *ax, real *ay, real *az) |
CUDA_CALLABLE_MEMBER void | setSML (real *sml) |
CUDA_CALLABLE_MEMBER void | setIntegrateDensity (real *drhodt) |
CUDA_CALLABLE_MEMBER void | reset (integer index) |
CUDA_CALLABLE_MEMBER | ~IntegratedParticles () |
Public Attributes | |
idInteger * | uid |
unique identifier More... | |
real * | x |
real * | vx |
real * | ax |
real * | y |
real * | vy |
real * | ay |
real * | z |
real * | vz |
real * | az |
real * | rho |
real * | e |
real * | dedt |
real * | p |
real * | cs |
real * | sml |
real * | drhodt |
Class for buffering particle information needed for integration
Multiple instances of this class can be used in dependence of the integrator's order.
Definition at line 979 of file particles.cuh.
CUDA_CALLABLE_MEMBER IntegratedParticles::IntegratedParticles | ( | ) |
Default constructor
Definition at line 939 of file particles.cu.
CUDA_CALLABLE_MEMBER IntegratedParticles::IntegratedParticles | ( | idInteger * | uid, |
real * | rho, | ||
real * | e, | ||
real * | dedt, | ||
real * | p, | ||
real * | cs, | ||
real * | x, | ||
real * | y, | ||
real * | z, | ||
real * | vx, | ||
real * | vy, | ||
real * | vz, | ||
real * | ax, | ||
real * | ay, | ||
real * | az | ||
) |
Definition at line 994 of file particles.cu.
CUDA_CALLABLE_MEMBER IntegratedParticles::~IntegratedParticles | ( | ) |
Destructor
Definition at line 1078 of file particles.cu.
CUDA_CALLABLE_MEMBER void IntegratedParticles::reset | ( | integer | index | ) |
Reset (specific) entries
index | index to be resetted |
Definition at line 1049 of file particles.cu.
CUDA_CALLABLE_MEMBER void IntegratedParticles::set | ( | idInteger * | uid, |
real * | rho, | ||
real * | e, | ||
real * | dedt, | ||
real * | p, | ||
real * | cs, | ||
real * | x, | ||
real * | y, | ||
real * | z, | ||
real * | vx, | ||
real * | vy, | ||
real * | vz, | ||
real * | ax, | ||
real * | ay, | ||
real * | az | ||
) |
Definition at line 1003 of file particles.cu.
CUDA_CALLABLE_MEMBER void IntegratedParticles::setIntegrateDensity | ( | real * | drhodt | ) |
Definition at line 1038 of file particles.cu.
CUDA_CALLABLE_MEMBER void IntegratedParticles::setSML | ( | real * | sml | ) |
Definition at line 1033 of file particles.cu.
real* IntegratedParticles::ax |
Definition at line 989 of file particles.cuh.
real* IntegratedParticles::ay |
Definition at line 994 of file particles.cuh.
real* IntegratedParticles::az |
Definition at line 999 of file particles.cuh.
real* IntegratedParticles::cs |
Definition at line 1011 of file particles.cuh.
real* IntegratedParticles::dedt |
Definition at line 1009 of file particles.cuh.
real* IntegratedParticles::drhodt |
Definition at line 1016 of file particles.cuh.
real* IntegratedParticles::e |
Definition at line 1008 of file particles.cuh.
real* IntegratedParticles::p |
Definition at line 1010 of file particles.cuh.
real* IntegratedParticles::rho |
Definition at line 1007 of file particles.cuh.
real* IntegratedParticles::sml |
Definition at line 1013 of file particles.cuh.
idInteger* IntegratedParticles::uid |
unique identifier
Definition at line 984 of file particles.cuh.
real* IntegratedParticles::vx |
Definition at line 988 of file particles.cuh.
real* IntegratedParticles::vy |
Definition at line 993 of file particles.cuh.
real* IntegratedParticles::vz |
Definition at line 998 of file particles.cuh.
real* IntegratedParticles::x |
Definition at line 987 of file particles.cuh.
real* IntegratedParticles::y |
Definition at line 992 of file particles.cuh.
real* IntegratedParticles::z |
Definition at line 997 of file particles.cuh.