1 #ifndef __CS_INTPRF_H__ 2 #define __CS_INTPRF_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_real_t cs_intprf(int nprofz, int nproft, const cs_real_t profz[], const cs_real_t proft[], const cs_real_t profv[], cs_real_t xz, cs_real_t t)
Temporal and z-axis interpolation for meteorological profiles.
Definition: cs_intprf.c:107
#define END_C_DECLS
Definition: cs_defs.h:511
Definition: cs_field_pointer.h:92
void cs_intprz(int nprofz, const cs_real_t profz[], const cs_real_t profv[], cs_real_t xz, int *z_lv, cs_real_t *var)
Z-axis interpolation for meteorological profiles.
Definition: cs_intprf.c:196