|
My Project
programmer's documentation
|
Input structure when an array is used for the definition. More...
#include <cs_xdef.h>

Data Fields | |
| int | stride |
| cs_flag_t | loc |
| cs_real_t * | values |
| cs_lnum_t * | index |
| bool | is_owner |
Input structure when an array is used for the definition.
| index |
Optional index for accessing to the values. One assumes that the lifecycle of this buffer is managed outside (pointer to a cs_adjacency_t stored either in the cs_cdo_connect_t struct. or the cs_mesh_t struct.
| is_owner |
If true the lifecycle of the values is managed by the cs_xdef_t structure. Otherwise, the lifecycle is managed by the calling code.
| loc |
Flag to know where are defined array values
| stride |
| values |
Array values
1.8.16