|
My Project
programmer's documentation
|
Go to the documentation of this file.
61 #if defined(DEBUG) && !defined(NDEBUG)
72 cs_dbg_check_hmg_dirichlet_cw(
const char *fname,
75 for (
short int i = 0; i < csys->
n_dofs; i++) {
79 " %s: Invalid value for a homogeneous Dirichlet condition",
122 cs_dbg_array_fprintf(FILE *fp,
144 cs_dbg_fprintf_system(
const char *eqname,
163 cs_dbg_darray_to_listing(
const char *header,
180 cs_dbg_iarray_to_listing(
const char *header,
201 cs_dbg_dump_linear_system(
const char *eqname,
#define CS_CDO_BC_HMG_DIRICHLET
Definition: cs_cdo_bc.h:66
cs_flag_t * dof_flag
Definition: cs_cdo_local.h:101
double precision, save b
Definition: cs_fuel_incl.f90:146
double * dir_values
Definition: cs_cdo_local.h:116
#define END_C_DECLS
Definition: cs_defs.h:468
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
void bft_error(const char *const file_name, const int line_num, const int sys_error_code, const char *const format,...)
Calls the error handler (set by bft_error_handler_set() or default).
Definition: bft_error.c:193
Set of parameters to handle an unsteady convection-diffusion-reaction equation with term sources.
Definition: cs_equation_param.h:148
int n_dofs
Definition: cs_cdo_local.h:98
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
Structure and routines handling the specific settings related to a cs_equation_t structure.
Set of arrays and local (small) dense matrices related to a mesh cell This is a key structure for bui...
Definition: cs_cdo_local.h:93
Set of local quantities and connectivities related to a mesh cell This is a key structure for all cel...
Definition: cs_cdo_local.h:146