Structure associated to the unassembled type of block. More...
#include <cs_cdo_system.h>
Data Fields | |
cs_real_t * | values |
cs_real_t * | _values |
const cs_adjacency_t * | adjacency |
bool | shared_structures |
cs_range_set_t * | range_set |
cs_interface_set_t * | interface_set |
Structure associated to the unassembled type of block.
With this type of block, there is no matrix and its associated structures. Only the pointer to a range set and its associated interface set are stored.
_values |
Private. The structure has the ownership of the operator values. According to the stride value in the block metadata, one can apply a stride to access to the array of values.
adjacency |
Always shared. The associated adjacency to acces to the values. It corresponds to the connectivity x2y. n_x is equal to adjacency->n_elts and n_y is equal to info.n_elts
cs_interface_set_t* interface_set |
cs_range_set_t* range_set |
bool shared_structures |
values |
Shared. values of the operator. According to the stride value in the block metadata, one can apply a stride to access to the array of values.