9.0
general documentation
Loading...
Searching...
No Matches
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 "base/cs_defs.h"
#include <assert.h>
#include <string.h>
#include "bft/bft_mem.h"
#include "base/cs_array.h"
#include "base/cs_parall.h"
#include "cdo/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.
void cs_solid_selection_sync (const cs_cdo_connect_t *connect)
 Synchronize the solid selection.
void cs_solid_selection_free (void)
 Free the structure storing the information related to the list of solid cells.

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