#include <cs_range_set.h>
 Collaboration diagram for cs_range_set_t:
 Collaboration diagram for cs_range_set_t:| Data Fields | |
| cs_lnum_t | n_elts [3] | 
| cs_gnum_t | l_range [2] | 
| const cs_gnum_t * | g_id | 
| cs_gnum_t * | _g_id | 
| const cs_interface_set_t * | ifs | 
| const cs_halo_t * | halo | 
Structure for range set management
| cs_gnum_t* _g_id | 
global id assigned to elements (private)
| const cs_gnum_t* g_id | 
global id assigned to elements (possibly shared)
| const cs_halo_t* halo | 
Associated halo, or NULL
| const cs_interface_set_t* ifs | 
Associated interface set, or NULL
| cs_gnum_t l_range[2] | 
global id range assigned to local rank: [start, past-the-end[
| cs_lnum_t n_elts[3] | 
Number of associated local elements (0: local range, 1: total, 2: first "out of local range" id)