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

Sets the transpose flag for the interface matrices. More...

Private Member Functions

subroutine interface_mapping_matrices_transpose_set (INTERFACE_MAPPING, MATRIX_TRANSPOSE, ERR, ERROR,)
 

Detailed Description

Sets the transpose flag for the interface matrices.

Definition at line 1269 of file interface_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_mapping_routines::INTERFACE_MAPPING_MATRICES_TRANSPOSE_SET::interface_mapping_matrices_transpose_set ( type(interface_mapping_type), pointer  INTERFACE_MAPPING,
logical, dimension(:), intent(in)  MATRIX_TRANSPOSE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_mappingA pointer to the interface mapping.
[in]matrix_transposeMATRIX_TRANSPOSE(matrix_idx). The interface matrix transpose flag for the matrix_idx'th interface matrix.
[out]errThe error code
[out]errorThe error string

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