OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::OutputTypes

The types of output. More...

Variables

integer(intg), parameter, public solver_routines::solver_no_output =0
 No output from the solver routines. More...
 
integer(intg), parameter, public solver_routines::solver_progress_output =1
 Progress output from solver routines. More...
 
integer(intg), parameter, public solver_routines::solver_timing_output =2
 Timing output from the solver routines plus below. More...
 
integer(intg), parameter, public solver_routines::solver_solver_output =3
 Solver specific output from the solver routines plus below. More...
 
integer(intg), parameter, public solver_routines::solver_matrix_output =4
 Solver matrices output from the solver routines plus below. More...
 

Detailed Description

The types of output.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_matrix_output =4

Solver matrices output from the solver routines plus below.

See also
SOLVER_ROUTINES::OutputTypes,SOLVER_ROUTINES

Definition at line 353 of file solver_routines.f90.

Referenced by solver_routines::solver_matrices_dynamic_assemble(), solver_routines::solver_matrices_static_assemble(), and solver_routines::solver_output_type_set().

integer(intg), parameter, public solver_routines::solver_no_output =0

No output from the solver routines.

See also
SOLVER_ROUTINES::OutputTypes,SOLVER_ROUTINES

Definition at line 349 of file solver_routines.f90.

Referenced by solver_routines::solver_initialise_ptr(), and solver_routines::solver_output_type_set().

integer(intg), parameter, public solver_routines::solver_timing_output =2