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... | |
Check boundary condition codes.
|
static |
synchronize boundary condition error logging across MPI ranks.
| [in,out] | nerloc | number of errors (local rank in, global out) |
| [in] | nerrcd | number of codes saved at error faces |
| [in,out] | errcod | codes saved at one error face (local in, broadcast out) |
| void cs_boundary_conditions_check | ( | int | bc_type[], |
| int | ale_bc_type[] | ||
| ) |
Check boundary condition code.
| [in,out] | bc_type | face boundary condition type |
| [in,out] | ale_bc_type | ale boundary condition type |