|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <Rnode.h>
Public Member Functions | |
| Rnode (const NDRegion< T, Dim > &domain, const Vektor< T, Dim > &offset, int node) | |
| Rnode (const NDRegion< T, Dim > &domain, int node) | |
| Rnode (const NDIndex< Dim > &domain, const Vektor< T, Dim > &offset, int node) | |
| Rnode (const NDIndex< Dim > &domain, int node) | |
| Rnode< T, Dim > & | operator= (const Rnode< T, Dim > &r) |
| int | getNode () |
| const NDRegion< T, Dim > & | getDomain () |
| const Vektor< T, Dim > & | getOffset () |
Private Attributes | |
| NDRegion< T, Dim > | Domain |
| Vektor< T, Dim > | Offset |
| int | Node |
Definition at line 53 of file Rnode.h.
References Domain.
Referenced by RegionLayout< T, Dim, MeshType >::make_rnodes().
Definition at line 52 of file Rnode.h.
References Node.
Referenced by ParticleCashedLayout< T, Dim, Mesh >::swap_ghost_particles(), and ParticleInteractLayout< T, Dim, Mesh >::swap_ghost_particles().
Definition at line 57 of file Rnode.h.
Referenced by getDomain(), operator=(), Rnode(), Rnode(), Rnode(), and Rnode().
Definition at line 58 of file Rnode.h.
Referenced by getOffset(), operator=(), Rnode(), and Rnode().