OpenCMISS-Iron Internal API Documentation
INTERFACE_EQUATIONS_ROUTINES::OutputTypes

The interface equations output types. More...

Variables

integer(intg), parameter, public interface_equations_routines::interface_equations_no_output =0
 No output. More...
 
integer(intg), parameter, public interface_equations_routines::interface_equations_timing_output =1
 Timing information output. More...
 
integer(intg), parameter, public interface_equations_routines::interface_equations_matrix_output =2
 All below and equation matrices output. More...
 
integer(intg), parameter, public interface_equations_routines::interface_equations_element_matrix_output =3
 All below and element matrices output . More...
 

Detailed Description

The interface equations output types.

See also
INTERFACE_EQUATIONS_ROUTINES,OPENCMISS_InterfaceEquationsConstants

Variable Documentation

integer(intg), parameter, public interface_equations_routines::interface_equations_element_matrix_output =3

All below and element matrices output .

See also
INTERFACE_EQUATIONS_ROUTINES::OutputTypes,INTERFACE_EQUATIONS_ROUTINES

Definition at line 73 of file interface_equations_routines.f90.

Referenced by interface_equations_routines::INTERFACE_EQUATIONS_OUTPUT_TYPE_SET::interface_equations_output_type_set().

integer(intg), parameter, public interface_equations_routines::interface_equations_matrix_output =2

All below and equation matrices output.

See also
INTERFACE_EQUATIONS_ROUTINES::OutputTypes,INTERFACE_EQUATIONS_ROUTINES

Definition at line 72 of file interface_equations_routines.f90.

Referenced by interface_equations_routines::INTERFACE_EQUATIONS_OUTPUT_TYPE_SET::interface_equations_output_type_set().

integer(intg), parameter, public interface_equations_routines::interface_equations_no_output =0
integer(intg), parameter, public interface_equations_routines::interface_equations_timing_output =1