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

Private Member Functions

subroutine equations_mapping_source_variable_type_set (EQUATIONS_MAPPING, SOURCE_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a source field variable and the equations set source vector. More...
 

Detailed Description

Definition at line 123 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_sourcevariabletypeset::equations_mapping_source_variable_type_set ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
integer(intg), intent(in)  SOURCE_VARIABLE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the mapping between a source field variable and the equations set source vector.

Parameters
equations_mappingA pointer to the equations mapping to set
[in]source_variable_typeThe variable type associated with the equations set source vector. If the problem does not have a source vector then the variable type on input should be zero.
[out]errThe error code
[out]errorThe error string

Definition at line 3378 of file equations_mapping_routines.f90.