COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Public Member Functions | |
TestCGNS_Fixture () | |
common setup for each test case More... | |
~TestCGNS_Fixture () | |
common tear-down for each test case More... | |
RealVector | create_coord (const Real &x, const Real &y) |
possibly common functions used on the tests below More... | |
std::vector< Uint > | create_quad (const Uint &A, const Uint &B, const Uint &C, const Uint &D) |
create a Uint vector with 4 node ID's More... | |
std::vector< Uint > | create_triag (const Uint &A, const Uint &B, const Uint &C) |
create a Uint vector with 3 node ID's More... | |
rapidxml::xml_node< char > * | parsed_config () |
Public Attributes | |
std::string | xml_config |
common values accessed by all tests goes here More... | |
rapidxml::xml_document< char > | doc |
char * | ctext |
Definition at line 47 of file utest-mesh-cgns.cpp.
|
inline |
common setup for each test case
Definition at line 50 of file utest-mesh-cgns.cpp.
|
inline |
common tear-down for each test case
Definition at line 58 of file utest-mesh-cgns.cpp.
|
inline |
possibly common functions used on the tests below
These are handy functions that should maybe be implemented somewhere easily accessible. create a Real vector with 2 coordinates
Definition at line 67 of file utest-mesh-cgns.cpp.
|
inline |
create a Uint vector with 4 node ID's
Definition at line 75 of file utest-mesh-cgns.cpp.
create a Uint vector with 3 node ID's
Definition at line 83 of file utest-mesh-cgns.cpp.
|
inline |
Definition at line 96 of file utest-mesh-cgns.cpp.
char* ctext |
Definition at line 94 of file utest-mesh-cgns.cpp.
rapidxml::xml_document<char> doc |
Definition at line 93 of file utest-mesh-cgns.cpp.
std::string xml_config |
common values accessed by all tests goes here
Definition at line 92 of file utest-mesh-cgns.cpp.
Send comments to: COOLFluiD Web Admin |