OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
#include "Particle/PAssign.h"
#include "Particle/PAssignDefs.h"
#include "Particle/ParticleAttrib.h"
#include "Particle/ParticleAttribElem.h"
#include "PETE/IpplExpressions.h"
#include "Utility/IpplStats.h"
Go to the source code of this file.
Functions | |
template<class T , unsigned Dim, class RHS , class OP > | |
void | assign (const ParticleAttribElem< T, Dim > &ca, RHS b, OP op) |
template<class T , class RHS , class OP > | |
void | assign (const ParticleAttrib< T > &ca, RHS b, OP op) |
void assign | ( | const ParticleAttribElem< T, Dim > & | ca, |
RHS | b, | ||
OP | op | ||
) |
Definition at line 40 of file PAssign.hpp.
References ParticleAttribElem< T, Dim >::begin(), ParticleAttribElem< T, Dim >::end(), for_each(), INCIPPLSTAT, PETE_apply(), and PETE_Expr< ParticleAttribElem< T, Dim > >::PETE_unwrap().
void assign | ( | const ParticleAttrib< T > & | ca, |
RHS | b, | ||
OP | op | ||
) |
Definition at line 58 of file PAssign.hpp.
References ParticleAttrib< T >::begin(), ParticleAttrib< T >::end(), for_each(), INCIPPLSTAT, PETE_apply(), and PETE_Expr< ParticleAttrib< T > >::PETE_unwrap().