cuIBM
A GPU-based Immersed Boundary Method code
Classes | Typedefs
parameterDB.h File Reference

Declaration of the class property. More...

#include <cstdio>
#include <typeinfo>
#include <string>
#include <map>
#include <sstream>
#include <iostream>
#include "boundaryCondition.h"
Include dependency graph for parameterDB.h:
This graph shows which files directly or indirectly include this file:

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, propertycomponentParameter
 Map from a string to a property object. More...
 
typedef std::map< std::string, componentParameterparameterDB
 Map from a string to a componentParameter. More...
 

Detailed Description

Declaration of the class property.

Definition in file parameterDB.h.

Typedef Documentation

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.