8.3
general documentation
cs_property_t Struct Reference

#include <cs_property.h>

+ Collaboration diagram for cs_property_t:

Data Fields

char *restrict name
 
int id
 
cs_flag_t state_flag
 
cs_flag_t process_flag
 
cs_property_type_t type
 
cs_real_t ref_value
 
cs_real_t scaling_factor
 
int n_definitions
 
cs_xdef_t ** defs
 
short int * def_ids
 
cs_xdef_eval_t ** get_eval_at_cell
 
cs_xdef_cw_eval_t ** get_eval_at_cell_cw
 
int n_related_properties
 
const cs_property_t ** related_properties
 
int n_b_definitions
 
cs_xdef_t ** b_defs
 
short int * b_def_ids
 

Field Documentation

◆ b_def_ids

short int* b_def_ids

◆ b_defs

cs_xdef_t** b_defs

◆ def_ids

short int* def_ids

◆ defs

cs_xdef_t** defs

◆ get_eval_at_cell

cs_xdef_eval_t** get_eval_at_cell

◆ get_eval_at_cell_cw

cs_xdef_cw_eval_t** get_eval_at_cell_cw

◆ id

int id

◆ n_b_definitions

int n_b_definitions

◆ n_definitions

int n_definitions

◆ n_related_properties

int n_related_properties

◆ name

char* restrict name

◆ process_flag

cs_flag_t process_flag

◆ ref_value

cs_real_t ref_value

◆ related_properties

const cs_property_t** related_properties

◆ scaling_factor

cs_real_t scaling_factor

◆ state_flag

cs_flag_t state_flag

◆ type


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