8.1
general documentation
cs_boundary_conditions_check.c File Reference

Check boundary condition codes. More...

#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <mpi.h>
#include "bft_printf.h"
#include "cs_ale.h"
#include "cs_boundary_conditions.h"
#include "cs_field_pointer.h"
#include "cs_parameters.h"
#include "cs_physical_constants.h"
#include "cs_turbulence_model.h"
#include "cs_boundary_conditions_check.h"
+ Include dependency graph for cs_boundary_conditions_check.c:

Functions

static void _synchronize_boundary_conditions_error (cs_gnum_t nerloc, int nerrcd, int errcod[])
 synchronize boundary condition error logging across MPI ranks. More...
 
void cs_boundary_conditions_check (int bc_type[], int ale_bc_type[])
 Check boundary condition code. More...
 

Detailed Description

Check boundary condition codes.

Function Documentation

◆ _synchronize_boundary_conditions_error()

static void _synchronize_boundary_conditions_error ( cs_gnum_t  nerloc,
int  nerrcd,
int  errcod[] 
)
static

synchronize boundary condition error logging across MPI ranks.

Parameters
[in,out]nerlocnumber of errors (local rank in, global out)
[in]nerrcdnumber of codes saved at error faces
[in,out]errcodcodes saved at one error face (local in, broadcast out)

◆ cs_boundary_conditions_check()

void cs_boundary_conditions_check ( int  bc_type[],
int  ale_bc_type[] 
)

Check boundary condition code.

Parameters
[in,out]bc_typeface boundary condition type
[in,out]ale_bc_typeale boundary condition type