44 #define CS_CDO_LEN_NAME 64
129 const void *law_param,
const char ssepline[]
Definition: cs_cdo.c:66
double cs_get_zero_threshold(void)
Get the threshold under which one considers it's zero.
Definition: cs_cdo.c:147
cs_nvec3_t nvec3
Definition: cs_cdo.h:79
cs_real_t cs_real_2_t[2]
vector of 2 floating-point values
Definition: cs_defs.h:306
cs_real_t cs_real_6_t[6]
vector of 6 floating-point values
Definition: cs_defs.h:309
cs_real_33_t tens
Definition: cs_cdo.h:81
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
double cs_get_eps_machine(void)
Get the machine precision.
Definition: cs_cdo.c:135
int id
Definition: cs_cdo.h:74
void cs_set_eps_machine(void)
Compute epsilon which is the machine precision.
Definition: cs_cdo.c:110
double precision, dimension(:,:,:), allocatable v
Definition: atimbr.f90:114
cs_space_scheme_t
Definition: cs_cdo.h:53
cs_real_2_t couple
Definition: cs_cdo.h:77
const char * cs_base_strtf(bool boolean)
Return a string "true" or "false" according to the boolean.
Definition: cs_cdo.c:95
void( cs_onevar_law_func_t)(double var_value, const void *law_param, cs_get_t *retval)
Compute the value of a quantity according to a law depending only on one variable. This law is described by a set of parameters stored in a structure. result = law(var_value)
Definition: cs_cdo.h:128
void( cs_analytic_func_t)(cs_real_t time, const cs_real_3_t xyz, cs_get_t *retval)
Generic analytic function.
Definition: cs_cdo.h:96
double meas
Definition: cs_cdo.h:65
cs_real_t val
Definition: cs_cdo.h:76
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:307
cs_real_6_t twovects
Definition: cs_cdo.h:80
void cs_nvec3(const cs_real_3_t v, cs_nvec3_t *qv)
Define a cs_nvec3_t structure from a cs_real_3_t.
Definition: cs_cdo.c:162
cs_real_t( cs_timestep_func_t)(int time_iter)
Simple function to define the time step according to the number of iteration already done...
Definition: cs_cdo.h:112
cs_lnum_t num
Definition: cs_cdo.h:75
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
const char lsepline[]
Definition: cs_cdo.c:62
#define END_C_DECLS
Definition: cs_defs.h:430
const char msepline[]
Definition: cs_cdo.c:64
double cs_real_t
Definition: cs_defs.h:296
cs_real_t cs_real_33_t[3][3]
3x3 matrix of floating-point values
Definition: cs_defs.h:311
cs_flag_t flag
Definition: cs_cdo.h:73
unsigned short int cs_flag_t
Definition: cs_cdo.h:50
cs_real_3_t vect
Definition: cs_cdo.h:78