1 #ifndef __CS_BW_TIME_DIFF_H__
2 #define __CS_BW_TIME_DIFF_H__
void cs_backward_differentiation_in_time(const cs_field_t *f, cs_real_t *exp_part, cs_real_t *imp_part)
Definition: cs_bw_time_diff.c:122
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:515
Field descriptor.
Definition: cs_field.h:131