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

Private Member Functions

subroutine equations_mapping_rhs_variable_type_set (EQUATIONS_MAPPING, RHS_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set rhs vector. More...
 

Detailed Description

Definition at line 115 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_rhsvariabletypeset::equations_mapping_rhs_variable_type_set ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
integer(intg), intent(in)  RHS_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 rhs vector.

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

Definition at line 3170 of file equations_mapping_routines.f90.