My Project
programmer's documentation
|
Structure storing medata for defining a quantity in a very flexible way. More...
#include <cs_xdef.h>
Data Fields | |
int | dim |
cs_xdef_type_t | type |
int | z_id |
cs_xdef_support_t | support |
cs_flag_t | state |
cs_flag_t | meta |
cs_quadrature_type_t | qtype |
void * | input |
Structure storing medata for defining a quantity in a very flexible way.
dim |
dimension of the values attached to this description
input |
Pointer to a structure cast on-the-fly according to the type of description May be set to NULL or cs_xdef_array_input_t or cs_xdef_analytic_input_t or cs_xdef_time_func_input_t
meta |
Flag storing in a condensed way metadata about the description. These metadata may vary according to the object on which the description applies.
qtype |
type of quadrature to use for evaluating the description (see cs_quadrature_type_t)
state |
Flag storing state of the values related to this definition Example: steady, uniform, cellwise...
support |
support for this definition (see cs_xdef_support_t)
type |
type of definition (see cs_xdef_type_t)
z_id |
id related to a zone (volume or boundary) for this definition