#include "cs_base.h"
#include "cs_join_util.h"
#include "cs_mesh.h"
 
Go to the source code of this file.
 | 
| int  | cs_join_add (const char *sel_criteria, float fraction, float plane, int verbosity, int visualization) | 
|   | 
| void  | cs_join_set_advanced_param (int join_num, double mtf, double pmf, int tcm, int icm, int max_break, int max_sub_faces, int tml, int tmb, double tmr, double tmr_distrib) | 
|   | 
| void  | cs_join_all (bool preprocess) | 
|   | 
| void  | cs_join_finalize (void) | 
|   | 
| void  | cs_join_mark_selected_faces (const cs_mesh_t *mesh, bool preprocess, bool b_select_flag[]) | 
|   | 
◆ cs_join_add()
      
        
          | int cs_join_add  | 
          ( | 
          const char *  | 
          sel_criteria,  | 
        
        
           | 
           | 
          float  | 
          fraction,  | 
        
        
           | 
           | 
          float  | 
          plane,  | 
        
        
           | 
           | 
          int  | 
          verbosity,  | 
        
        
           | 
           | 
          int  | 
          visualization  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ cs_join_all()
      
        
          | void cs_join_all  | 
          ( | 
          bool  | 
          preprocess | ) | 
           | 
        
      
 
 
◆ cs_join_finalize()
      
        
          | void cs_join_finalize  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ cs_join_mark_selected_faces()
      
        
          | void cs_join_mark_selected_faces  | 
          ( | 
          const cs_mesh_t *  | 
          mesh,  | 
        
        
           | 
           | 
          bool  | 
          preprocess,  | 
        
        
           | 
           | 
          bool  | 
          b_select_flag[]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ cs_join_set_advanced_param()
      
        
          | void cs_join_set_advanced_param  | 
          ( | 
          int  | 
          join_num,  | 
        
        
           | 
           | 
          double  | 
          mtf,  | 
        
        
           | 
           | 
          double  | 
          pmf,  | 
        
        
           | 
           | 
          int  | 
          tcm,  | 
        
        
           | 
           | 
          int  | 
          icm,  | 
        
        
           | 
           | 
          int  | 
          max_break,  | 
        
        
           | 
           | 
          int  | 
          max_sub_faces,  | 
        
        
           | 
           | 
          int  | 
          tml,  | 
        
        
           | 
           | 
          int  | 
          tmb,  | 
        
        
           | 
           | 
          double  | 
          tmr,  | 
        
        
           | 
           | 
          double  | 
          tmr_distrib  | 
        
        
           | 
          ) | 
           |  |