OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
PAssign.hpp File Reference
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

◆ assign() [1/2]

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 a, for_each(), INCIPPLSTAT, PETE_apply(), and PETE_Expr< WrappedExpr >::PETE_unwrap().

Referenced by assign(), and assign().

Here is the call graph for this function:

◆ assign() [2/2]

template<class T, unsigned Dim, class RHS, class OP>
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().

Here is the call graph for this function: