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

test class with operator + to test if operations and all_reduce can work with it More...

#include <utest-parallel-collective-all_reduce.hpp>

Public Member Functions

void init ()
 giving values for i and d More...
 
optest operator+ (const optest &b) const
 operator + More...
 
bool test ()
 function to test result More...
 

Public Attributes

int ival
 simple data More...
 
double dval
 

Detailed Description

test class with operator + to test if operations and all_reduce can work with it

Definition at line 128 of file utest-parallel-collective-all_reduce.hpp.

Member Function Documentation

void init ( )
inline

giving values for i and d

Definition at line 134 of file utest-parallel-collective-all_reduce.hpp.

optest operator+ ( const optest b) const
inline

operator +

Definition at line 139 of file utest-parallel-collective-all_reduce.hpp.

bool test ( )
inline

function to test result

Definition at line 141 of file utest-parallel-collective-all_reduce.hpp.

Member Data Documentation

double dval

Definition at line 132 of file utest-parallel-collective-all_reduce.hpp.

int ival

simple data

Definition at line 131 of file utest-parallel-collective-all_reduce.hpp.


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