GRINS-0.8.0
|
#include <string>
#include <map>
#include <limits>
#include "libmesh/id_types.h"
#include "grins/shared_ptr.h"
Go to the source code of this file.
Namespaces | |
GRINS | |
GRINS namespace. | |
Typedefs | |
typedef unsigned int | GRINS::VariableIndex |
More descriptive name of the type used for variable indices. More... | |
typedef std::string | GRINS::VariableName |
typedef libMesh::boundary_id_type | GRINS::BoundaryID |
More descriptive name of the type used for boundary ids. More... | |
typedef std::map< std::string, SharedPtr< GRINS::Physics > > | GRINS::PhysicsList |
Container for GRINS::Physics object pointers. More... | |
typedef std::map< std::string, SharedPtr< GRINS::Physics > >::const_iterator | GRINS::PhysicsListIter |
Iterator for PhysicsList. More... | |
Variables | |
const unsigned int | GRINS::invalid_var_index = std::numeric_limits<unsigned int>::max() |
Invalid varaible index id. More... | |