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

Sets the number of interface matrices for an interface mapping. More...

Private Member Functions

subroutine interface_mapping_matrices_number_set (INTERFACE_MAPPING, NUMBER_OF_INTERFACE_MATRICES, ERR, ERROR,)
 

Detailed Description

Sets the number of interface matrices for an interface mapping.

Definition at line 1097 of file interface_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_mapping_routines::INTERFACE_MAPPING_MATRICES_NUMBER_SET::interface_mapping_matrices_number_set ( type(interface_mapping_type), pointer  INTERFACE_MAPPING,
integer(intg), intent(in)  NUMBER_OF_INTERFACE_MATRICES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_mappingA pointer to the interface mapping to set the number of linear matrices for.
[in]number_of_interface_matricesThe number of interface matrices to set
[out]errThe error code
[out]errorThe error string

Definition at line 1098 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.