COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
CommPatternFixture Struct Reference

Public Member Functions

 CommPatternFixture ()
 common setup for each test case More...
 
 ~CommPatternFixture ()
 common tear-down for each test case More...
 
void setupGidAndRank (std::vector< Uint > &gid, std::vector< Uint > &rank)
 function for setting up a gid & rank combo (with size of 6*nproc on each process) More...
 

Public Attributes

int m_argc
 common params More...
 
char ** m_argv
 

Detailed Description

Definition at line 39 of file utest-parallel-commpattern.cpp.

Constructor & Destructor Documentation

CommPatternFixture ( )
inline

common setup for each test case

Definition at line 42 of file utest-parallel-commpattern.cpp.

~CommPatternFixture ( )
inline

common tear-down for each test case

Definition at line 49 of file utest-parallel-commpattern.cpp.

Member Function Documentation

void setupGidAndRank ( std::vector< Uint > &  gid,
std::vector< Uint > &  rank 
)
inline

function for setting up a gid & rank combo (with size of 6*nproc on each process)

Definition at line 54 of file utest-parallel-commpattern.cpp.

Member Data Documentation

int m_argc

common params

Definition at line 85 of file utest-parallel-commpattern.cpp.

char** m_argv

Definition at line 86 of file utest-parallel-commpattern.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin