OpenCMISS-Iron Internal API Documentation
interface_mapping_routines::INTERFACE_MAPPING_RHS_VARIABLE_TYPE_SET Interface Reference

Sets the mapping between a Lagrange field variable and the interface rhs vector. More...

Private Member Functions

subroutine interface_mapping_rhs_variable_type_set (INTERFACE_MAPPING, RHS_VARIABLE_TYPE, ERR, ERROR,)
 

Detailed Description

Sets the mapping between a Lagrange field variable and the interface rhs vector.

Definition at line 1448 of file interface_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_mapping_routines::INTERFACE_MAPPING_RHS_VARIABLE_TYPE_SET::interface_mapping_rhs_variable_type_set ( type(interface_mapping_type), pointer  INTERFACE_MAPPING,
integer(intg), intent(in)  RHS_VARIABLE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_mappingA pointer to the interface mapping to set the RHS variable type for.
[in]rhs_variable_typeThe variable type associated with the interface rhs vector. If the interface condition 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 1449 of file interface_mapping_routines.f90.

References base_routines::enters(), base_routines::exits(), interface_conditions_constants::interface_condition_augmented_lagrange_method, interface_conditions_constants::interface_condition_lagrange_multipliers_method, interface_conditions_constants::interface_condition_penalty_method, and interface_conditions_constants::interface_condition_point_to_point_method.