Macros | |
#define | CS_PROPERTY_ISO (1 << 0) |
#define | CS_PROPERTY_ORTHO (1 << 1) |
#define | CS_PROPERTY_ANISO (1 << 2) |
#define | CS_PROPERTY_BY_PRODUCT (1 << 3) |
the type of property
CS_PROPERTY_ANISO (1 << 2) |
4: Anisotropic behavior (a 3x3 tensor describe the behavior). This tensor should be symmetric positive definite (i.e 6 real numbers describe the behavior).
CS_PROPERTY_BY_PRODUCT (1 << 3) |
8: The property is defined as the product of two other properties
CS_PROPERTY_ISO (1 << 0) |
1: Isotropic behavior (one real number is sufficient to describe the property)
CS_PROPERTY_ORTHO (1 << 1) |
2: Orthotropic behavior (three real numbers describe the behavior assuming that the different behavior is aligned with Cartesian axis)