Go to the source code of this file.
|  | 
| void | cs_log_init_moments (const cs_real_t *cumulative_time) | 
|  | Initialize logging of moments.  More... 
 | 
|  | 
| 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[]) | 
|  | Add or update clipping info for a field.  More... 
 | 
|  | 
      
        
          | void cs_log_init_moments | ( | const cs_real_t * | cumulative_time | ) |  | 
      
 
Initialize logging of moments. 
(end ignore by Doxygen)
Currently, an external cumulative time array is simply mapped to the logging API. 
 
 
      
        
          | void cs_log_iteration | ( | void |  | ) |  | 
      
 
Log field and other array statistics for the current time step. 
 
 
      
        
          | 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 |  
 
 
 
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 |  
 
 
 
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 |  
 
 
 
      
        
          | void cs_log_iteration_destroy_all | ( | void |  | ) |  | 
      
 
Free arrays possible used by logging of array statistics.