OpenCMISS-Iron Internal API Documentation
EQUATIONS_ROUTINES::OutputTypes

The equations output types. More...

Variables

integer(intg), parameter, public equations_routines::equations_no_output =0
 No output. More...
 
integer(intg), parameter, public equations_routines::equations_timing_output =1
 Timing information output. More...
 
integer(intg), parameter, public equations_routines::equations_matrix_output =2
 All below and equation matrices output. More...
 
integer(intg), parameter, public equations_routines::equations_element_matrix_output =3
 All below and element matrices output. More...
 
integer(intg), parameter, public equations_routines::equations_nodal_matrix_output =4
 All below and nodal matrices output. More...
 

Detailed Description

The equations output types.

See also
EQUATIONS_ROUTINES,OPENCMISS::Equations::Constants

Variable Documentation

integer(intg), parameter, public equations_routines::equations_element_matrix_output =3
integer(intg), parameter, public equations_routines::equations_no_output =0
integer(intg), parameter, public equations_routines::equations_nodal_matrix_output =4