#define restrict
Definition: cs_defs.h:122
#define BEGIN_C_DECLS
Definition: cs_defs.h:419
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
double cs_gdot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:699
void cs_axpy(cs_lnum_t n, double a, const cs_real_t *x, cs_real_t *restrict y)
Definition: cs_blas.c:113
double cs_dot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:143
void cs_dot_xx_xy(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, double *xx, double *xy)
Definition: cs_blas.c:344
double precision, save a
Definition: cs_fuel_incl.f90:146
double cs_dot_xx(cs_lnum_t n, const cs_real_t *x)
Definition: cs_blas.c:287
double csres(const cs_int_t *n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:91
void cs_dot_xx_xy_yz(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, const cs_real_t *restrict z, double *xx, double *xy, double *yz)
Definition: cs_blas.c:500
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
#define END_C_DECLS
Definition: cs_defs.h:420
double cs_real_t
Definition: cs_defs.h:296
#define CS_PROCF(x, y)
Definition: cs_defs.h:433
double csdot(const cs_int_t *n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:82
void cs_dot_xx_yy_xy_xz_yz(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, const cs_real_t *restrict z, double *xx, double *yy, double *xy, double *xz, double *yz)
Definition: cs_blas.c:592
double cs_gres(cs_lnum_t n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:208
void cs_dot_xy_yz(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, const cs_real_t *restrict z, double *xx, double *xy)
Definition: cs_blas.c:421