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

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< Uintcreate_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< Uintcreate_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
 

Detailed Description

Definition at line 47 of file utest-mesh-cgns.cpp.

Constructor & Destructor Documentation

TestCGNS_Fixture ( )
inline

common setup for each test case

Definition at line 50 of file utest-mesh-cgns.cpp.

~TestCGNS_Fixture ( )
inline

common tear-down for each test case

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

Member Function Documentation

RealVector create_coord ( const Real &  x,
const Real &  y 
)
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.

std::vector<Uint> create_quad ( const Uint A,
const Uint B,
const Uint C,
const Uint D 
)
inline

create a Uint vector with 4 node ID's

Definition at line 75 of file utest-mesh-cgns.cpp.

std::vector<Uint> create_triag ( const Uint A,
const Uint B,
const Uint C 
)
inline

create a Uint vector with 3 node ID's

Definition at line 83 of file utest-mesh-cgns.cpp.

rapidxml::xml_node<char>* parsed_config ( )
inline

Definition at line 96 of file utest-mesh-cgns.cpp.

Member Data Documentation

char* ctext

Definition at line 94 of file utest-mesh-cgns.cpp.

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.


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