8.3
general documentation
cs_solid_selection.cpp File Reference

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_array.h"
#include "cs_parall.h"
#include "cs_solid_selection.h"
+ Include dependency graph for cs_solid_selection.cpp:

Macros

#define CS_SOLID_SELECTION_DBG   0
 

Functions

cs_solid_selection_tcs_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...
 

Detailed Description

Structure and functions handling the list of solid cells Useful for Navier-Stokes, thermal module or the solidification module.

Macro Definition Documentation

◆ CS_SOLID_SELECTION_DBG

#define CS_SOLID_SELECTION_DBG   0

Function Documentation

◆ cs_solid_selection_free()

void cs_solid_selection_free ( void  )

Free the structure storing the information related to the list of solid cells.

◆ cs_solid_selection_get()

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.

Returns
a pointer to a cs_solid_selection_t structure

◆ cs_solid_selection_sync()

void cs_solid_selection_sync ( const cs_cdo_connect_t connect)

Synchronize the solid selection.

Parameters
[in]connectpointer to a cs_cdo_connect_t structure