OpenCMISS-Iron Internal API Documentation
interface_equations_routines::INTERFACE_EQUATIONS_OUTPUT_TYPE_SET Interface Reference

Sets/changes the output type for the interface equations. More...

Private Member Functions

subroutine interface_equations_output_type_set (INTERFACE_EQUATIONS, OUTPUT_TYPE, ERR, ERROR,)
 

Detailed Description

Sets/changes the output type for the interface equations.

Definition at line 842 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::INTERFACE_EQUATIONS_OUTPUT_TYPE_SET::interface_equations_output_type_set ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(in)  OUTPUT_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_equationsA pointer to the interface equations to set the output type for
[in]output_typeThe output type to set
See also
INTERFACE_EQUATIONS_ROUTINES::OutputTypes,INTERFACE_EQUATIONS_ROUTINES
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 843 of file interface_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), interface_equations_routines::interface_equations_element_matrix_output, interface_equations_routines::interface_equations_matrix_output, interface_equations_routines::interface_equations_no_output, and interface_equations_routines::interface_equations_timing_output.