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

Public Member Functions

 MeshConstruction_Fixture ()
 common setup for each test case More...
 
 ~MeshConstruction_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...
 
std::vector< Uintcreate_quad_p2 (const Uint A, const Uint B, const Uint C, const Uint D, const Uint E, const Uint F, const Uint G, const Uint H, const Uint I)
 
std::vector< Uintcreate_triag_p2 (const Uint A, const Uint B, const Uint C, const Uint D, const Uint E, const Uint F)
 create a Uint vector with 3 node ID's More...
 

Detailed Description

Definition at line 136 of file utest-mesh-construction.cpp.

Constructor & Destructor Documentation

common setup for each test case

Definition at line 139 of file utest-mesh-construction.cpp.

common tear-down for each test case

Definition at line 147 of file utest-mesh-construction.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 156 of file utest-mesh-construction.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 164 of file utest-mesh-construction.cpp.

std::vector<Uint> create_quad_p2 ( const Uint  A,
const Uint  B,
const Uint  C,
const Uint  D,
const Uint  E,
const Uint  F,
const Uint  G,
const Uint  H,
const Uint  I 
)
inline

Definition at line 179 of file utest-mesh-construction.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 172 of file utest-mesh-construction.cpp.

std::vector<Uint> create_triag_p2 ( const Uint  A,
const Uint  B,
const Uint  C,
const Uint  D,
const Uint  E,
const Uint  F 
)
inline

create a Uint vector with 3 node ID's

Definition at line 189 of file utest-mesh-construction.cpp.


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