OPAL (Object Oriented Parallel Accelerator Library) 2022.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 ParticleAttrib< T > & | ca, |
RHS | b, | ||
OP | op | ||
) |
Definition at line 58 of file PAssign.hpp.
References a, for_each(), INCIPPLSTAT, PETE_apply(), and PETE_Expr< WrappedExpr >::PETE_unwrap().
Referenced by assign().
void assign | ( | const ParticleAttribElem< T, Dim > & | ca, |
RHS | b, | ||
OP | op | ||
) |
Definition at line 40 of file PAssign.hpp.
References a, for_each(), INCIPPLSTAT, PETE_apply(), and PETE_Expr< WrappedExpr >::PETE_unwrap().