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

Public Member Functions

 Fixture ()
 common setup for each test case More...
 
 ~Fixture ()
 common tear-down for each test case More...
 
template<Uint P>
double integrate (double(*f)(double), double a, double b)
 possibly common functions used on the tests below More...
 

Public Attributes

int m_argc
 common values accessed by all tests goes here More...
 
char ** m_argv
 

Detailed Description

Definition at line 33 of file utest-mesh-gausslegendre.cpp.

Constructor & Destructor Documentation

Fixture ( )
inline

common setup for each test case

Definition at line 36 of file utest-mesh-gausslegendre.cpp.

~Fixture ( )
inline

common tear-down for each test case

Definition at line 43 of file utest-mesh-gausslegendre.cpp.

Member Function Documentation

double integrate ( double(*)(double)  f,
double  a,
double  b 
)
inline

possibly common functions used on the tests below

Definition at line 49 of file utest-mesh-gausslegendre.cpp.

Member Data Documentation

int m_argc

common values accessed by all tests goes here

Definition at line 58 of file utest-mesh-gausslegendre.cpp.

char** m_argv

Definition at line 59 of file utest-mesh-gausslegendre.cpp.


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