COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
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< 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... | |
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) |
std::vector< Uint > | create_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... | |
Definition at line 136 of file utest-mesh-construction.cpp.
|
inline |
common setup for each test case
Definition at line 139 of file utest-mesh-construction.cpp.
|
inline |
common tear-down for each test case
Definition at line 147 of file utest-mesh-construction.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 156 of file utest-mesh-construction.cpp.
|
inline |
create a Uint vector with 4 node ID's
Definition at line 164 of file utest-mesh-construction.cpp.
|
inline |
Definition at line 179 of file utest-mesh-construction.cpp.
create a Uint vector with 3 node ID's
Definition at line 172 of file utest-mesh-construction.cpp.
|
inline |
create a Uint vector with 3 node ID's
Definition at line 189 of file utest-mesh-construction.cpp.
Send comments to: COOLFluiD Web Admin |