Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::ParticleHandshakeWindow Struct Reference

#include <AMReX_ParticleContainerBase.H>

Public Member Functions

 ParticleHandshakeWindow ()=default
 
 ParticleHandshakeWindow (const ParticleHandshakeWindow &)=delete
 
ParticleHandshakeWindowoperator= (const ParticleHandshakeWindow &)=delete
 
 ParticleHandshakeWindow (ParticleHandshakeWindow &&)=delete
 
ParticleHandshakeWindowoperator= (ParticleHandshakeWindow &&)=delete
 
 ~ParticleHandshakeWindow ()
 

Public Attributes

MPI_Win win = MPI_WIN_NULL
 
Longptr = nullptr
 
int nprocs = 0
 
MPI_Comm comm = MPI_COMM_NULL
 

Constructor & Destructor Documentation

◆ ParticleHandshakeWindow() [1/3]

amrex::ParticleHandshakeWindow::ParticleHandshakeWindow ( )
default

◆ ParticleHandshakeWindow() [2/3]

amrex::ParticleHandshakeWindow::ParticleHandshakeWindow ( const ParticleHandshakeWindow )
delete

◆ ParticleHandshakeWindow() [3/3]

amrex::ParticleHandshakeWindow::ParticleHandshakeWindow ( ParticleHandshakeWindow &&  )
delete

◆ ~ParticleHandshakeWindow()

amrex::ParticleHandshakeWindow::~ParticleHandshakeWindow ( )

Member Function Documentation

◆ operator=() [1/2]

ParticleHandshakeWindow & amrex::ParticleHandshakeWindow::operator= ( const ParticleHandshakeWindow )
delete

◆ operator=() [2/2]

ParticleHandshakeWindow & amrex::ParticleHandshakeWindow::operator= ( ParticleHandshakeWindow &&  )
delete

Member Data Documentation

◆ comm

MPI_Comm amrex::ParticleHandshakeWindow::comm = MPI_COMM_NULL

◆ nprocs

int amrex::ParticleHandshakeWindow::nprocs = 0

◆ ptr

Long* amrex::ParticleHandshakeWindow::ptr = nullptr

◆ win

MPI_Win amrex::ParticleHandshakeWindow::win = MPI_WIN_NULL

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