1#ifndef __CS_GRADIENT_PERIO_H__
2#define __CS_GRADIENT_PERIO_H__
#define BEGIN_C_DECLS
Definition cs_defs.h:467
double cs_real_t
Floating-point value.
Definition cs_defs.h:302
int cs_int_t
Fortran-compatible integer.
Definition cs_defs.h:301
#define CS_PROCF(x, y)
Definition cs_defs.h:481
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition cs_defs.h:315
#define END_C_DECLS
Definition cs_defs.h:468
cs_real_t cs_real_63_t[6][3]
Definition cs_defs.h:327
void cs_gradient_perio_finalize(void)
Finalize gradient rotational periodicity computation API.
Definition cs_gradient_perio.c:434
void cs_gradient_perio_update_mesh(void)
Update gradient rotational periodicity computation API in case of mesh modification.
Definition cs_gradient_perio.c:448
void cs_gradient_perio_initialize(void)
Initialize gradient rotational periodicity computation API.
Definition cs_gradient_perio.c:421
void permas(const cs_int_t *iappel, cs_real_t rom[])
Definition cs_gradient_perio.c:250
void cs_gradient_perio_process_rij(const cs_int_t *f_id, cs_real_3_t grad[])
Process grad buffers in case of rotation on Reynolds stress tensor.
Definition cs_gradient_perio.c:689
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:592
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:477
void perinr(const cs_int_t *const imrgra, const cs_int_t *const iwarnp, const cs_real_t *const epsrgp, const cs_real_t *const extrap)
Definition cs_gradient_perio.c:324
integer(c_int), pointer, save imrgra
type of gradient reconstruction
Definition optcal.f90:286
Field descriptor.
Definition cs_field.h:124