OpenCMISS-Iron Internal API Documentation
types::field_parameter_set_type Type Reference

A type to hold the parameter sets for a field. More...

Collaboration diagram for types::field_parameter_set_type:

Public Attributes

integer(intg) set_index
 The global set index (from 1 to the TYPES::FIELD_PARAMETER_SETS_TYPE::NUMBER_OF_PARAMETER_SETS) that this parameter set corresponds to. More...
 
integer(intg) set_type
 The user set type (index) (from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES) that this parameter set. More...
 
type(distributed_vector_type), pointer parameters
 A pointer to the distributed vector that contains the field parameters for this field parameter set. More...
 

Detailed Description

A type to hold the parameter sets for a field.

Definition at line 1268 of file types.f90.

Member Data Documentation

type(distributed_vector_type), pointer types::field_parameter_set_type::parameters

A pointer to the distributed vector that contains the field parameters for this field parameter set.

Definition at line 1272 of file types.f90.

integer(intg) types::field_parameter_set_type::set_index

The global set index (from 1 to the TYPES::FIELD_PARAMETER_SETS_TYPE::NUMBER_OF_PARAMETER_SETS) that this parameter set corresponds to.

Definition at line 1269 of file types.f90.

integer(intg) types::field_parameter_set_type::set_type

The user set type (index) (from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES) that this parameter set.

See also
FIELD_ROUTINES_ParameterSetTypes

Definition at line 1270 of file types.f90.