![]() |
INMOST
Mathematical Modelling Toolkit
|
Go to the source code of this file.
Classes | |
class | INMOST::TagMemory |
class | INMOST::Tag |
This class provides the access to the individual mesh datum and general information about it. More... | |
class | INMOST::TagManager |
struct | INMOST::TagManager::sparse_sub_record |
class | INMOST::Storage |
class | INMOST::Storage::reference_array |
Storage type for representing arrays of Element references. More... | |
class | INMOST::Storage::reference_array::iterator |
class | INMOST::Storage::reference_array::const_iterator |
class | INMOST::Storage::reference_array::reverse_iterator |
class | INMOST::Storage::reference_array::const_reverse_iterator |
class | INMOST::Storage::remote_reference_array |
Storage type for representing arrays of Element references on another Mesh. More... | |
class | INMOST::Storage::remote_reference_array::iterator |
class | INMOST::Storage::remote_reference_array::const_iterator |
class | INMOST::Storage::remote_reference_array::reverse_iterator |
class | INMOST::Storage::remote_reference_array::const_reverse_iterator |
Namespaces | |
INMOST | |
Macros | |
#define | NUM_ELEMENT_TYPS 6 |
Typedefs | |
typedef INMOST_DATA_BULK_TYPE | INMOST::ElementType |
typedef INMOST_DATA_ENUM_TYPE | INMOST::MarkerType |
Low 8 bits - marker mask, rest high bits - position of marker. More... | |
typedef INMOST_DATA_ENUM_TYPE | INMOST::HandleType |
typedef std::pair< Mesh *, HandleType > | INMOST::RemoteHandleType |
typedef array< variable > | INMOST::inner_variable_array |
typedef array < INMOST_DATA_REAL_TYPE > | INMOST::inner_real_array |
typedef array < INMOST_DATA_INTEGER_TYPE > | INMOST::inner_integer_array |
typedef array < INMOST_DATA_BULK_TYPE > | INMOST::inner_bulk_array |
typedef array< HandleType > | INMOST::inner_reference_array |
typedef array< RemoteHandleType > | INMOST::inner_remote_reference_array |
Enumerations | |
enum | INMOST::DataType { INMOST::DATA_REAL = 0, INMOST::DATA_INTEGER = 1, INMOST::DATA_BULK = 2, INMOST::DATA_REFERENCE = 3, INMOST::DATA_REMOTE_REFERENCE = 4, INMOST::DATA_VARIABLE = 5 } |
#define NUM_ELEMENT_TYPS 6 |
Definition at line 36 of file inmost_data.h.