#include "cs_defs.h"
#include "cs_mesh.h"
Go to the source code of this file.
◆ cs_mesh_remove_cells()
      
        
          | void cs_mesh_remove_cells | ( | cs_mesh_t * | m, | 
        
          |  |  | char | flag[], | 
        
          |  |  | const char * | group_name | 
        
          |  | ) |  |  | 
      
 
Remove flagged cells. 
- Parameters
- 
  
    | [in,out] | m | mesh |  | [in] | flag | cell flag (!= 0 to remove) |  | [in] | group_name | name of group to assign to new boundary faces, or NULL |  
 
 
 
◆ cs_mesh_remove_cells_from_selection_criteria()
      
        
          | void cs_mesh_remove_cells_from_selection_criteria | ( | cs_mesh_t * | m, | 
        
          |  |  | const char * | criteria, | 
        
          |  |  | const char * | group_name | 
        
          |  | ) |  |  | 
      
 
Remove cells based on a selection criteria. 
- Parameters
- 
  
    | [in,out] | m | pointer to mesh structure |  | [in] | criteria | selection criteria |  | [in] | group_name | Name of group to assign new boundary faces, or NULL |  
 
 
 
◆ cs_mesh_remove_cells_negative_volume()
      
        
          | void cs_mesh_remove_cells_negative_volume | ( | cs_mesh_t * | m | ) |  | 
      
 
Remove cells with negative volumes.