Tvariable Struct Reference

Detailed Description

Data associated with each variable in the problem.

See Also
variable.h, variable.c

Definition at line 84 of file variable.h.

Data Fields

unsigned int type
 
unsigned int topology
 
char * name
 
Tinterval is
 

Field Documentation

unsigned int Tvariable::type

Type of variable: SYSTEM_VAR, SECONDARY_VAR, CARTESIAN_VAR, DUMMY_VAR, PLANE_VAR or NOTYPE_VAR.

Definition at line 86 of file variable.h.

Referenced by CopyVariable(), GetVariableType(), and NewVariable().

unsigned int Tvariable::topology

Variable topology (Real/Sphere)

Definition at line 89 of file variable.h.

Referenced by CopyVariable(), GetVariableTopology(), NewVariable(), PrintVariable(), and SetVariableTopology().

char* Tvariable::name

Variable name.

Definition at line 90 of file variable.h.

Referenced by CopyVariable(), DeleteVariable(), GetVariableName(), NewVariable(), and PrintVariable().

Tinterval Tvariable::is

Valid range for this variable.

Definition at line 91 of file variable.h.

Referenced by CopyVariable(), GetVariableInterval(), GetVariableTopology(), NewVariable(), PrintVariable(), and SetVariableInterval().