1 #ifndef __CS_LAGR_GRADIENTS_H__ 2 #define __CS_LAGR_GRADIENTS_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
void cs_lagr_gradients(int time_id, cs_real_3_t *gradpr, cs_real_33_t *gradvf)
Compute gradients.
Definition: cs_lagr_gradients.c:100
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:335
#define END_C_DECLS
Definition: cs_defs.h:511
cs_real_t cs_real_33_t[3][3]
3x3 matrix of floating-point values
Definition: cs_defs.h:342