COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
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 |
Definition at line 33 of file utest-mesh-gausslegendre.cpp.
|
inline |
common setup for each test case
Definition at line 36 of file utest-mesh-gausslegendre.cpp.
|
inline |
common tear-down for each test case
Definition at line 43 of file utest-mesh-gausslegendre.cpp.
|
inline |
possibly common functions used on the tests below
Definition at line 49 of file utest-mesh-gausslegendre.cpp.
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.
Send comments to: COOLFluiD Web Admin |