OpenCMISS-Iron Internal API Documentation
OPENCMISS::Equations::OutputTypes

Equations output types. More...

Collaboration diagram for OPENCMISS::Equations::OutputTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_no_output = EQUATIONS_NO_OUTPUT
 No output from the equations. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_timing_output = EQUATIONS_TIMING_OUTPUT
 Timing information output. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_matrix_output = EQUATIONS_MATRIX_OUTPUT
 All below and equation matrices output. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_element_matrix_output = EQUATIONS_ELEMENT_MATRIX_OUTPUT
 All below and element matrices output. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_nodal_matrix_output = EQUATIONS_NODAL_MATRIX_OUTPUT
 All below and nodal matrices output. More...
 

Detailed Description

Equations output types.

See also
OPENCMISS::Equations,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_element_matrix_output = EQUATIONS_ELEMENT_MATRIX_OUTPUT

All below and element matrices output.

See also
OPENCMISS::Equations::OutputTypes,OPENCMISS

Definition at line 2062 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_matrix_output = EQUATIONS_MATRIX_OUTPUT

All below and equation matrices output.

See also
OPENCMISS::Equations::OutputTypes,OPENCMISS

Definition at line 2061 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_no_output = EQUATIONS_NO_OUTPUT

No output from the equations.

See also
OPENCMISS::Equations::OutputTypes,OPENCMISS

Definition at line 2059 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_nodal_matrix_output = EQUATIONS_NODAL_MATRIX_OUTPUT

All below and nodal matrices output.

See also
OPENCMISS::Equations::OutputTypes,OPENCMISS

Definition at line 2063 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_timing_output = EQUATIONS_TIMING_OUTPUT

Timing information output.

See also
OPENCMISS::Equations::OutputTypes,OPENCMISS

Definition at line 2060 of file opencmiss_iron.f90.