42    procedure energy_criterion_constructor
 
   50    real(real64),                
intent(in) :: tol_abs
 
   51    real(real64),                
intent(in) :: tol_rel
 
   52    type(unit_t),        
target, 
intent(in) :: unit
 
   53    class(energy_criterion_t),  
pointer :: crit
 
   59    crit%tol_abs = tol_abs
 
   60    crit%tol_rel = tol_rel
 
   69    type(energy_criterion_t),   
intent(inout) :: this
 
subroutine, public convergence_criterion_end(this)
 
class(energy_criterion_t) function, pointer energy_criterion_constructor(tol_abs, tol_rel, unit)
 
subroutine energy_criterion_finalize(this)
 
brief This module defines the class unit_t which is used by the unit_systems_oct_m module.