OpenCMISS-Iron Internal API Documentation

The types of output. More...

Collaboration diagram for OPENCMISS::Solver::OutputTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_no_output = SOLVER_NO_OUTPUT
 No output from the solver routines. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_progress_output = SOLVER_PROGRESS_OUTPUT
 Progress output from solver routines. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_timing_output = SOLVER_TIMING_OUTPUT
 Timing output from the solver routines plus below. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_solver_output = SOLVER_SOLVER_OUTPUT
 Solver specific output from the solver routines plus below. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_matrix_output = SOLVER_MATRIX_OUTPUT
 Solver matrices output from the solver routines plus below. More...
 

Detailed Description

The types of output.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_matrix_output = SOLVER_MATRIX_OUTPUT

Solver matrices output from the solver routines plus below.

See also
OPENCMISS::Solver::OutputTypes,OPENCMISS

Definition at line 6247 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_no_output = SOLVER_NO_OUTPUT

No output from the solver routines.

See also
OPENCMISS::Solver::OutputTypes,OPENCMISS

Definition at line 6243 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_progress_output = SOLVER_PROGRESS_OUTPUT

Progress output from solver routines.

See also
OPENCMISS::Solver::OutputTypes,OPENCMISS

Definition at line 6244 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_solver_output = SOLVER_SOLVER_OUTPUT

Solver specific output from the solver routines plus below.

See also
OPENCMISS::Solver::OutputTypes,OPENCMISS

Definition at line 6246 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_timing_output = SOLVER_TIMING_OUTPUT

Timing output from the solver routines plus below.

See also
OPENCMISS::Solver::OutputTypes,OPENCMISS

Definition at line 6245 of file opencmiss_iron.f90.