#include "cs_defs.h"
#include "fvm_defs.h"
#include "fvm_nodal.h"
Go to the source code of this file.
|  | 
| void | fvm_convert_array (const int src_dim, const int src_dim_shift, const int dest_dim, const cs_lnum_t src_idx_start, const cs_lnum_t src_idx_end, const cs_interlace_t src_interlace, const cs_datatype_t src_datatype, const cs_datatype_t dest_datatype, const int n_parent_lists, const cs_lnum_t parent_num_shift[], const cs_lnum_t parent_num[], const void *const src_data[], void *const dest_data) | 
|  | 
      
        
          | void fvm_convert_array | ( | const int | src_dim, | 
        
          |  |  | const int | src_dim_shift, | 
        
          |  |  | const int | dest_dim, | 
        
          |  |  | const cs_lnum_t | src_idx_start, | 
        
          |  |  | const cs_lnum_t | src_idx_end, | 
        
          |  |  | const cs_interlace_t | src_interlace, | 
        
          |  |  | const cs_datatype_t | src_datatype, | 
        
          |  |  | const cs_datatype_t | dest_datatype, | 
        
          |  |  | const int | n_parent_lists, | 
        
          |  |  | const cs_lnum_t | parent_num_shift[], | 
        
          |  |  | const cs_lnum_t | parent_num[], | 
        
          |  |  | const void *const | src_data[], | 
        
          |  |  | void *const | dest_data | 
        
          |  | ) |  |  |