CAMP 1.0.0
Chemistry Across Multiple Phases
|
The solver_stats_t type and associated subroutines. More...
Data Types | |
type | solver_stats_t |
Solver statistics. More... | |
Functions/Subroutines | |
subroutine | do_print (this, file_unit) |
Print the solver statistics. | |
subroutine | assignvalue (this, new_value) |
Assign a value to all members of solver stats. | |
The solver_stats_t type and associated subroutines.
|
private |
Assign a value to all members of solver stats.
[in,out] | this | Solver statistics |
[in] | new_value | Value to assign |
Definition at line 123 of file solver_stats.F90.
subroutine camp_solver_stats::do_print | ( | class(solver_stats_t), intent(in) | this, |
integer(kind=i_kind), optional | file_unit | ||
) |
Print the solver statistics.
[in] | this | Solver statistics |
file_unit | File unit to output to |
Definition at line 82 of file solver_stats.F90.