Structure and functions handling the list of solid cells Useful for Navier-Stokes, thermal module or the solidification module. More...
#include "cs_defs.h"#include <assert.h>#include <string.h>#include <bft_mem.h>#include "cs_parall.h"#include "cs_solid_selection.h" Include dependency graph for cs_solid_selection.c:
 Include dependency graph for cs_solid_selection.c:| Macros | |
| #define | CS_SOLID_SELECTION_DBG 0 | 
| Functions | |
| cs_solid_selection_t * | cs_solid_selection_get (void) | 
| Retrieve the information related to the list of solid cells If this structure does not exist, there is an initialization.  More... | |
| void | cs_solid_selection_sync (const cs_cdo_connect_t *connect) | 
| Synchronize the solid selection.  More... | |
| void | cs_solid_selection_free (void) | 
| Free the structure storing the information related to the list of solid cells.  More... | |
Structure and functions handling the list of solid cells Useful for Navier-Stokes, thermal module or the solidification module.
| #define CS_SOLID_SELECTION_DBG 0 | 
| void cs_solid_selection_free | ( | void | ) | 
Free the structure storing the information related to the list of solid cells.
| cs_solid_selection_t* cs_solid_selection_get | ( | void | ) | 
Retrieve the information related to the list of solid cells If this structure does not exist, there is an initialization.
| void cs_solid_selection_sync | ( | const cs_cdo_connect_t * | connect | ) | 
Synchronize the solid selection.
| [in] | connect | pointer to a cs_cdo_connect_t structure |