OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::DiagnosticAndTiming::DiagnosticTypes

Diganostic constants. More...

Collaboration diagram for OPENCMISS::DiagnosticAndTiming::DiagnosticTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_all_diag_type = ALL_DIAG_TYPE
 Type for setting diagnostic output in all routines. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_in_diag_type = IN_DIAG_TYPE
 Type for setting diagnostic output in one routine. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_from_diag_type = FROM_DIAG_TYPE
 Type for setting diagnostic output in one routine downwards. More...
 

Detailed Description

Diganostic constants.

See also
OPENCMISS::DiagnosticTypes,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_all_diag_type = ALL_DIAG_TYPE

Type for setting diagnostic output in all routines.

See also
OPENCMISS::DiagnosticAndTiming::DiagnosticTypes,OPENCMISS

Definition at line 568 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_from_diag_type = FROM_DIAG_TYPE

Type for setting diagnostic output in one routine downwards.

See also
OPENCMISS::DiagnosticAndTiming::DiagnosticTypes,OPENCMISS

Definition at line 570 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_in_diag_type = IN_DIAG_TYPE

Type for setting diagnostic output in one routine.

See also
OPENCMISS::DiagnosticAndTiming::DiagnosticTypes,OPENCMISS

Definition at line 569 of file opencmiss_iron.f90.