OpenCMISS-Iron Internal API Documentation
equations_mapping_routines::equationsmapping_dynamicvariabletypeset Interface Reference

Private Member Functions

subroutine equations_mapping_dynamic_variable_type_set (EQUATIONS_MAPPING, DYNAMIC_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set dynamic matrices. More...
 

Detailed Description

Definition at line 103 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_dynamicvariabletypeset::equations_mapping_dynamic_variable_type_set ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
integer(intg), intent(in)  DYNAMIC_VARIABLE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the mapping between a dependent field variable and the equations set dynamic matrices.

Parameters
equations_mappingA pointer to the equations mapping to set
[in]dynamic_variable_typeThe variable type associated with the equations set dynamic matrices.
[out]errThe error code
[out]errorThe error string

Definition at line 1996 of file equations_mapping_routines.f90.