9.0
general documentation
cs_boundary_conditions_type.cpp File Reference
+ Include dependency graph for cs_boundary_conditions_type.cpp:

Functions

static cs_lnum_t _n_bc_faces (int bc_type, const int bc_type_idx[])
 
void cs_boundary_conditions_type (bool init, int bc_type[], int isostd[])
 Handle boundary condition type code. More...
 

Variables

static bool _initialized = false
 
static cs_lnum_t _ifrslb = -1
 
static cs_lnum_t _itbslb = -1
 
static int _irangd = 0
 

Function Documentation

◆ _n_bc_faces()

static cs_lnum_t _n_bc_faces ( int  bc_type,
const int  bc_type_idx[] 
)
static

◆ cs_boundary_conditions_type()

void cs_boundary_conditions_type ( bool  init,
int  bc_type[],
int  isostd[] 
)

Handle boundary condition type code.

Parameters
[in]initpartial treatment (before time loop) if true
[in,out]bc_typetype per boundary face
[out]isostdstandard output indicator + reference face number

Variable Documentation

◆ _ifrslb

cs_lnum_t _ifrslb = -1
static

◆ _initialized

bool _initialized = false
static

◆ _irangd

int _irangd = 0
static

◆ _itbslb

cs_lnum_t _itbslb = -1
static