public function tem_time_iter_stamp(time) result(timeStamp) 
    
    Generate a time stamp from the iteration in the given time
definition.
This basically generates a string identifying the solution time and
writing it in a meaningful format, so that it can be easily recognized.
    Arguments 
      
Type Intent Optional Attributes Name 
  tem_time_type ),intent(in) 
  :: 
  time Time definition to create the stamp off.
 
 
   Return Value  
    String representation of the given simulation time.
    
    
      
  
Called by 
      
      
  
proc~~tem_time_iter_stamp~~CalledByGraph 
proc~tem_time_iter_stamp 
tem_time_iter_stamp 
 
proc~hvs_vtk_open 
hvs_vtk_open 
 
 
proc~hvs_vtk_open->proc~tem_time_iter_stamp 
 
proc~hvs_output_open 
hvs_output_open 
 
 
proc~hvs_output_open->proc~hvs_vtk_open 
 
proc~hvs_dump_debug_array 
hvs_dump_debug_array 
 
 
proc~hvs_dump_debug_array->proc~hvs_vtk_open 
 
proc~tem_tracker 
tem_tracker 
 
 
proc~tem_tracker->proc~hvs_output_open 
 
 
 
 
    Nodes of different colours represent the following: 
    
Graph Key 
Subroutine 
Subroutine 
 
Function 
Function 
 
Interface 
Interface 
 
Unknown Procedure Type 
Unknown Procedure Type 
 
Program 
Program 
 
This Page's Entity 
This Page's Entity 
 
 
 
    
    Solid arrows point from a procedure to one which it calls. Dashed 
    arrows point from an interface to procedures which implement that interface.
    This could include the module procedures in a generic interface or the
    implementation in a submodule of an interface in a parent module.