Go to the source code of this file.
 | 
| void  | cs_log_iteration_destroy_all (void) | 
|   | Free arrays possible used by logging of array statistics.  More...
  | 
|   | 
| void  | cs_log_iteration (void) | 
|   | Log field and other array statistics for the current time step.  More...
  | 
|   | 
| void  | cs_log_iteration_add_array (const char *name, const char *category, const cs_mesh_location_type_t loc_id, bool is_intensive, int dim, const cs_real_t val[]) | 
|   | Add or update array not saved as permanent field to iteration log.  More...
  | 
|   | 
| void  | cs_log_iteration_clipping (const char *name, int dim, cs_lnum_t n_clip_min, cs_lnum_t n_clip_max, const cs_real_t min_pre_clip[], const cs_real_t max_pre_clip[]) | 
|   | Add or update clipping info for a given array.  More...
  | 
|   | 
| void  | cs_log_iteration_clipping_field (int f_id, cs_lnum_t n_clip_min, cs_lnum_t n_clip_max, const cs_real_t min_pre_clip[], const cs_real_t max_pre_clip[], cs_lnum_t n_clip_min_comp[], cs_lnum_t n_clip_max_comp[]) | 
|   | Add or update clipping info for a field.  More...
  | 
|   | 
| void  | cs_log_l2residual (void) | 
|   | Log L2 time residual for every variable fields.  More...
  | 
|   | 
◆ cs_log_iteration()
      
        
          | void cs_log_iteration  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Log field and other array statistics for the current time step. 
 
 
◆ cs_log_iteration_add_array()
      
        
          | void cs_log_iteration_add_array  | 
          ( | 
          const char *  | 
          name,  | 
        
        
           | 
           | 
          const char *  | 
          category,  | 
        
        
           | 
           | 
          const cs_mesh_location_type_t  | 
          loc_id,  | 
        
        
           | 
           | 
          bool  | 
          is_intensive,  | 
        
        
           | 
           | 
          int  | 
          dim,  | 
        
        
           | 
           | 
          const cs_real_t  | 
          val[]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Add or update array not saved as permanent field to iteration log. 
- Parameters
 - 
  
    | [in] | name | array name  | 
    | [in] | category | category name  | 
    | [in] | loc_id | associated mesh location id  | 
    | [in] | is_intensive | are the matching values intensive ?  | 
    | [in] | dim | associated dimension (interleaved)  | 
    | [in] | val | associated values  | 
  
   
 
 
◆ cs_log_iteration_clipping()
Add or update clipping info for a given array. 
- Parameters
 - 
  
    | [in] | name | field or array name  | 
    | [in] | dim | associated dimension  | 
    | [in] | n_clip_min | number of local clippings to minimum value  | 
    | [in] | n_clip_max | number of local clippings to maximum value  | 
    | [in] | min_pre_clip | minimum values prior to clipping  | 
    | [in] | max_pre_clip | maximum values prior to clipping  | 
  
   
 
 
◆ cs_log_iteration_clipping_field()
Add or update clipping info for a field. 
- Parameters
 - 
  
    | [in] | f_id | associated field id  | 
    | [in] | n_clip_min | number of local clippings to minimum value  | 
    | [in] | n_clip_max | number of local clippings to maximum value  | 
    | [in] | min_pre_clip | minimum values prior to clipping  | 
    | [in] | max_pre_clip | maximum values prior to clipping  | 
    | [in] | n_clip_min_comp | number of clip min by component  | 
    | [in] | n_clip_max_comp | number of clip max by component  | 
  
   
 
 
◆ cs_log_iteration_destroy_all()
      
        
          | void cs_log_iteration_destroy_all  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Free arrays possible used by logging of array statistics. 
 
 
◆ cs_log_l2residual()
      
        
          | void cs_log_l2residual  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Log L2 time residual for every variable fields.