OpenMD 3.0
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 146 of file Communicator.hpp.

Constructor & Destructor Documentation

◆ Plan()

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

Definition at line 142 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 170 of file Communicator.hpp.

◆ getSize()

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

Definition at line 187 of file Communicator.hpp.

◆ scatter()

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

Definition at line 179 of file Communicator.hpp.


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