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

Public Member Functions

 CommWrapperFixture ()
 common setup for each test case More...
 
 ~CommWrapperFixture ()
 common tear-down for each test case More...
 
void test_setup (Handle< CommWrapper > &w1, Handle< CommWrapper > &w2)
 helper function to test setup More...
 
void test_pack_unpack (Handle< CommWrapper > &w1, Handle< CommWrapper > &w2)
 helper function to test pack and unpack More...
 
void test_mapped_pack_unpack (Handle< CommWrapper > &w1, Handle< CommWrapper > &w2, std::vector< int > &map)
 helper function to test mapped pack and unpack More...
 
void test_view (Handle< CommWrapper > &w1, Handle< CommWrapper > &w2)
 helper function for testing views More...
 
void test_resize (Handle< CommWrapper > &w1, Handle< CommWrapper > &w2)
 helper function for testing resize More...
 

Public Attributes

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

Detailed Description

Definition at line 38 of file utest-parallel-commwrapper.cpp.

Constructor & Destructor Documentation

CommWrapperFixture ( )
inline

common setup for each test case

Definition at line 41 of file utest-parallel-commwrapper.cpp.

~CommWrapperFixture ( )
inline

common tear-down for each test case

Definition at line 48 of file utest-parallel-commwrapper.cpp.

Member Function Documentation

void test_mapped_pack_unpack ( Handle< CommWrapper > &  w1,
Handle< CommWrapper > &  w2,
std::vector< int > &  map 
)
inline

helper function to test mapped pack and unpack

Definition at line 146 of file utest-parallel-commwrapper.cpp.

void test_pack_unpack ( Handle< CommWrapper > &  w1,
Handle< CommWrapper > &  w2 
)
inline

helper function to test pack and unpack

Definition at line 72 of file utest-parallel-commwrapper.cpp.

void test_resize ( Handle< CommWrapper > &  w1,
Handle< CommWrapper > &  w2 
)
inline

helper function for testing resize

Definition at line 250 of file utest-parallel-commwrapper.cpp.

void test_setup ( Handle< CommWrapper > &  w1,
Handle< CommWrapper > &  w2 
)
inline

helper function to test setup

Definition at line 53 of file utest-parallel-commwrapper.cpp.

void test_view ( Handle< CommWrapper > &  w1,
Handle< CommWrapper > &  w2 
)
inline

helper function for testing views

Definition at line 220 of file utest-parallel-commwrapper.cpp.

Member Data Documentation

int m_argc

common params

Definition at line 283 of file utest-parallel-commwrapper.cpp.

char** m_argv

Definition at line 284 of file utest-parallel-commwrapper.cpp.


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