|
integer(intg) | variable_number |
| The number of the field variable. More...
|
|
integer(intg) | variable_type |
| The type of the field variable. More...
|
|
type(varying_string) | variable_label |
| The label for the variable. More...
|
|
type(field_type), pointer | field |
| A pointer to the field for this field variable. More...
|
|
type(region_type), pointer | region |
| A pointer to the region for this field variable. More...
|
|
integer(intg) | dimension |
| The dimension of the field variable. More...
|
|
integer(intg) | data_type |
| The data type of the field variable. More...
|
|
integer(intg) | dof_order_type |
| The order of the DOF's in the field variable. More...
|
|
integer(intg) | maxnumberelementinterpolationparameters |
| The maximum number of interpolation parameters in an element for a field variable. More...
|
|
integer(intg) | maxnumbernodeinterpolationparameters |
| The maximum number of interpolation parameters in an element for a field variable. More...
|
|
integer(intg) | number_of_dofs |
| Number of local degress of freedom for this field variable (excluding ghosted dofs). Old CMISS name NYNR(0,0,nc,nr,nx). More...
|
|
integer(intg) | total_number_of_dofs |
| Number of local degrees of freedom for this field variable (including ghosted dofs). Old CMISS name NYNR(0,0,nc,nr,nx). More...
|
|
integer(intg) | number_of_global_dofs |
| Number of global degrees of freedom for this field variable. Old CMISS name NYNR(0,0,nc,nr,nx). More...
|
|
type(domain_mapping_type), pointer | domain_mapping |
| Domain mapping for this variable. More...
|
|
integer(intg) | number_of_components |
| The number of components in the field variable. More...
|
|
type(field_variable_component_type), dimension(:), allocatable | components |
| COMPONENTS(component_idx). The array of field variable components. More...
|
|
type(field_dof_to_param_map_type) | dof_to_param_map |
| The mappings for the field dofs to the field parameters. More...
|
|
type(field_parameter_sets_type) | parameter_sets |
| The parameter sets for the field variable. More...
|
|
Contains information for a field variable defined on a field.
Definition at line 1289 of file types.f90.