8.0
general documentation
Flags specifying general function attributes

Macros

#define CS_FUNCTION_INTENSIVE   (1 << 0)
 
#define CS_FUNCTION_EXTENSIVE   (1 << 1)
 
#define CS_FUNCTION_TIME_INDEPENDENT   (1 << 2)
 
#define CS_FUNCTION_USER   (1 << 3)
 

Detailed Description

Macro Definition Documentation

◆ CS_FUNCTION_EXTENSIVE

#define CS_FUNCTION_EXTENSIVE   (1 << 1)

represents an extensive quantity

◆ CS_FUNCTION_INTENSIVE

#define CS_FUNCTION_INTENSIVE   (1 << 0)

represents an intensive quantity

◆ CS_FUNCTION_TIME_INDEPENDENT

#define CS_FUNCTION_TIME_INDEPENDENT   (1 << 2)

represents a quantity which does not change over time

◆ CS_FUNCTION_USER

#define CS_FUNCTION_USER   (1 << 3)

user-defined