Navigation : 
        
      
    
    
    ConvertHow
    
    
    
    
ConvertHow
Section Utilities::oct-convert
Type integer
Default convert_format
Select how the mesh function will be converted.
Options:
-    format: 
The format of the mesh function will be convert from the binary file.obf.
 The format of the output function is set by OutputHow variable.
 
-    fourier_transform: 
A fourier transform of the mesh function will be computed.
 It requieres that ConvertStart and ConvertEnd have to be set.
 
-    operation: 
Convert utility will generate a new mesh function constructed by linear
 combination of scalar function of different mesh functions,
 
    
        
        
        
        
        Source information
        
        
    
    
utils/convert.F90 : 158
 call parse_variable(global_namespace, 'ConvertHow', CONVERT_FORMAT, c_how)