cuIBM
A GPU-based Immersed Boundary Method code
Functions
parameterDB.cu File Reference

Implementation of the methods of the class property. More...

#include "parameterDB.h"
#include "body.h"
#include "boundaryCondition.h"
Include dependency graph for parameterDB.cu:

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 > * > ()
 

Detailed Description

Implementation of the methods of the class property.

Definition in file parameterDB.cu.

Function Documentation

template std::vector<body>* property::get< std::vector< body > * > ( )
template<typename T >
std::string toString ( num)

Converts a number to a string.

Parameters
numa number
Returns
a string

Definition at line 20 of file parameterDB.cu.

Referenced by property::print().

template<>
std::string toString ( bcType  b)

Converts a type of boundary condition to a string.

Parameters
ba type of boundary condition (bcType)
Returns
a string

Definition at line 36 of file parameterDB.cu.

References CONVECTIVE, DIRICHLET, and NEUMANN.