1 #ifndef __CS_GRADIENT_PERIO_H__
2 #define __CS_GRADIENT_PERIO_H__
73 const int *
const iwarnp,
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define CS_PROCF(x, y)
Definition: cs_defs.h:506
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:317
#define END_C_DECLS
Definition: cs_defs.h:493
cs_real_t cs_real_63_t[6][3]
Definition: cs_defs.h:332
void cs_gradient_perio_finalize(void)
Finalize gradient rotational periodicity computation API.
Definition: cs_gradient_perio.c:300
void cs_gradient_perio_update_mesh(void)
Update gradient rotational periodicity computation API in case of mesh modification.
Definition: cs_gradient_perio.c:314
void cs_gradient_perio_initialize(void)
Initialize gradient rotational periodicity computation API.
Definition: cs_gradient_perio.c:287
void cs_gradient_perio_process_rij(int f_id, cs_real_3_t grad[])
Process grad buffers in case of rotation on Reynolds stress tensor.
Definition: cs_gradient_perio.c:555
void perinr(const int *const imrgra, const int *const iwarnp, const cs_real_t *const epsrgp)
Definition: cs_gradient_perio.c:192
void cs_gradient_perio_init_rij_tensor(int *tr_dim, cs_real_63_t grad[])
Initialize ghost cell values for Reynolds stress tensor gradient.
Definition: cs_gradient_perio.c:458
void cs_gradient_perio_init_rij(const cs_field_t *f, int *tr_dim, cs_real_3_t grad[])
Initialize ghost cell values for Reynolds stress tensor gradient.
Definition: cs_gradient_perio.c:343
integer(c_int), pointer, save imrgra
type of gradient reconstruction
Definition: optcal.f90:251
Field descriptor.
Definition: cs_field.h:125