OpenMD 3.2
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Plan< T > Class Template Reference

Public Member Functions

 Plan (MPI_Comm comm, int nObjects)
void gather (vector< T > &v1, vector< T > &v2)
void scatter (vector< T > &v1, vector< T > &v2)
int getSize ()

Detailed Description

template<typename T>
class OpenMD::Plan< T >

Definition at line 149 of file Communicator.hpp.

Constructor & Destructor Documentation

◆ Plan()

template<typename T>
OpenMD::Plan< T >::Plan ( MPI_Comm comm,
int nObjects )
inline

Definition at line 145 of file Communicator.hpp.

Member Function Documentation

◆ gather()

template<typename T>
void OpenMD::Plan< T >::gather ( vector< T > & v1,
vector< T > & v2 )
inline

Definition at line 173 of file Communicator.hpp.

◆ getSize()

template<typename T>
int OpenMD::Plan< T >::getSize ( )
inline

Definition at line 190 of file Communicator.hpp.

◆ scatter()

template<typename T>
void OpenMD::Plan< T >::scatter ( vector< T > & v1,
vector< T > & v2 )
inline

Definition at line 182 of file Communicator.hpp.


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