cuIBM
A GPU-based Immersed Boundary Method code
|
Declaration of the class property
.
More...
#include <cstdio>
#include <typeinfo>
#include <string>
#include <map>
#include <sstream>
#include <iostream>
#include "boundaryCondition.h"
Go to the source code of this file.
Classes | |
class | property |
Stores information about a property in a generic way. More... | |
Typedefs | |
typedef std::map< std::string, property > | componentParameter |
Map from a string to a property object. More... | |
typedef std::map< std::string, componentParameter > | parameterDB |
Map from a string to a componentParameter . More... | |
Declaration of the class property
.
Definition in file parameterDB.h.
Map from a string to a property
object.
Definition at line 57 of file parameterDB.h.
Map from a string to a componentParameter
.
Definition at line 64 of file parameterDB.h.