CAMP 1.0.0
Chemistry Across Multiple Phases
Data Types | Functions/Subroutines
camp_solver_stats Module Reference

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.
 

Detailed Description

The solver_stats_t type and associated subroutines.

Function/Subroutine Documentation

◆ assignvalue()

subroutine camp_solver_stats::assignvalue ( class(solver_stats_t), intent(inout)  this,
integer(kind=i_kind), intent(in)  new_value 
)
private

Assign a value to all members of solver stats.

Parameters
[in,out]thisSolver statistics
[in]new_valueValue to assign

Definition at line 123 of file solver_stats.F90.

Here is the caller graph for this function:

◆ do_print()

subroutine camp_solver_stats::do_print ( class(solver_stats_t), intent(in)  this,
integer(kind=i_kind), optional  file_unit 
)

Print the solver statistics.

Parameters
[in]thisSolver statistics
file_unitFile unit to output to

Definition at line 82 of file solver_stats.F90.