Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SPMDI.H File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

template<class T> void gather (Vector< T > &a_outVec, const T &a_input, int a_dest)
template<class T> void broadcast (T &a_inAndOut, int a_src)
 broadcast to every process

template<class T> void linearListIn (Vector< T > &a_outputT, const void *const a_inBuf)
template<class T> void linearListOut (void *const a_outBuf, const Vector< T > &a_input)
template<class T> int linearListSize (const Vector< T > &a_input)


Function Documentation

template<class T>
void broadcast T &    a_inAndOut,
int    a_src
[inline]
 

broadcast to every process

Broadcasts a_inAndOut to every process from process number a_src. It is an error if a_src < 0 or a_src >= numProc(). \

T must have have the following functions: \

int linearSize<T>(const T& inputT); \ void linearIn<T>(T& a_outputT, const void* const inBuf); \ void linearOut<T>(void* a_outBuf, const T& inputT); \

template<class T>
void gather Vector< T > &    a_outVec,
const T &    a_input,
int    a_dest
[inline]
 

template<class T>
void linearListIn Vector< T > &    a_outputT,
const void *const    a_inBuf
 

template<class T>
void linearListOut void *const    a_outBuf,
const Vector< T > &    a_input
 

template<class T>
int linearListSize const Vector< T > &    a_input
 


Generated on Thu Aug 29 11:07:28 2002 for Chombo&INS by doxygen1.2.16