|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef disarray< size_t >::size_type | size_type |
Public Member Functions | |
| space_pair_type () | |
| space_pair_type (bool blk, size_type dis_iub) | |
| bool | is_blocked () const |
| size_type | dis_iub () const |
| void | set_dis_iub (size_type dis_iub) |
| void | set_blocked (bool blk) |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| bool | _blk |
| size_type | _dis_iub |
| space_pair_type | ( | ) |
| space_pair_type | ( | bool | blk, |
| size_type | dis_iub | ||
| ) |