8.0
general documentation
cs_property_data_t Struct Reference

Structure storing the evaluation of a property and its related data. More...

#include <cs_property.h>

+ Collaboration diagram for cs_property_data_t:

Data Fields

const cs_property_tproperty
 
bool is_iso
 
bool is_unity
 
bool need_eigen
 
cs_real_t eigen_max
 
cs_real_t eigen_ratio
 
bool need_tensor
 
cs_real_t tensor [3][3]
 
cs_real_t value
 

Detailed Description

Structure storing the evaluation of a property and its related data.

Field Documentation

◆ eigen_max

cs_real_t eigen_max

◆ eigen_ratio

cs_real_t eigen_ratio

◆ is_iso

bool is_iso

◆ is_unity

bool is_unity

◆ need_eigen

bool need_eigen

◆ need_tensor

bool need_tensor

◆ property

const cs_property_t* property

◆ tensor

cs_real_t tensor[3][3]

◆ value

cs_real_t value

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