IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::FEMVector< T >::AssignAdd Struct Reference

Struct for addition+assignment operator to be used with FEMVector::unpack(). More...

#include <FEMVector.h>

Collaboration diagram for ippl::FEMVector< T >::AssignAdd:

Public Member Functions

KOKKOS_INLINE_FUNCTION void operator() (T &lhs, const T &rhs) const

Detailed Description

template<typename T>
struct ippl::FEMVector< T >::AssignAdd

Struct for addition+assignment operator to be used with FEMVector::unpack().

Definition at line 275 of file FEMVector.h.

Member Function Documentation

◆ operator()()

template<typename T>
KOKKOS_INLINE_FUNCTION void ippl::FEMVector< T >::AssignAdd::operator() ( T & lhs,
const T & rhs ) const
inline

Definition at line 276 of file FEMVector.h.


The documentation for this struct was generated from the following file: