cuIBM
A GPU-based Immersed Boundary Method code
|
Implementation of the methods of the class property
.
More...
Go to the source code of this file.
Functions | |
template<typename T > | |
std::string | toString (T num) |
Converts a number to a string. More... | |
template<> | |
std::string | toString (bcType b) |
Converts a type of boundary condition to a string. More... | |
template std::vector< body > * | property::get< std::vector< body > * > () |
Implementation of the methods of the class property
.
Definition in file parameterDB.cu.
template std::vector<body>* property::get< std::vector< body > * > | ( | ) |
std::string toString | ( | T | num | ) |
Converts a number to a string.
num | a number |
Definition at line 20 of file parameterDB.cu.
Referenced by property::print().
std::string toString | ( | bcType | b | ) |
Converts a type of boundary condition to a string.
b | a type of boundary condition (bcType ) |
Definition at line 36 of file parameterDB.cu.
References CONVECTIVE, DIRICHLET, and NEUMANN.