OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
PAssign.hpp File Reference
#include "Particle/PAssign.h"
#include "Particle/PAssignDefs.h"
#include "Particle/ParticleAttrib.h"
#include "Particle/ParticleAttribElem.h"
#include "PETE/IpplExpressions.h"
#include "Utility/IpplStats.h"
Include dependency graph for PAssign.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)

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().

Here is the call graph for this function: