#include <index_space.hh>
Public Member Functions | |
| simple_id (size_t id) | |
| Constructor. | |
| operator size_t () const | |
| Conversion the size_t. | |
| bool | operator< (const simple_id &eid) const |
| Comparison operator. | |
| size_t | index_space_index () const |
| Define the index space ID. | |
this class provides a simple ID which is simply a size_t and the index is the ID as opposed to more complex IDs which might need to store different pieces of data such as partition, topological dimension, etc.
1.8.13