1 #ifndef __CS_RUNAWAY_H__ 2 #define __CS_RUNAWAY_H__
void cs_runaway_check_finalize(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.c:230
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
int cs_runaway_check(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.c:186
#define END_C_DECLS
Definition: cs_defs.h:511
void cs_runaway_check_define_field_max(int f_id, cs_real_t max_allowed)
Define maximum value for a field, beyon which computation is aborted.
Definition: cs_runaway_check.c:216