8.3
general documentation
cs_cdo_system_ublock_t Struct Reference

Structure associated to the unassembled type of block. More...

#include <cs_cdo_system.h>

+ Collaboration diagram for cs_cdo_system_ublock_t:

Data Fields

cs_real_tvalues
 
cs_real_t_values
 
const cs_adjacency_tadjacency
 
bool shared_structures
 
cs_range_set_trange_set
 
cs_interface_set_tinterface_set
 

Detailed Description

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.

Field Documentation

◆ _values

_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

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

◆ interface_set

cs_interface_set_t* interface_set

◆ range_set

cs_range_set_t* range_set

◆ shared_structures

bool shared_structures

◆ values

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.


The documentation for this struct was generated from the following file: