1 #ifndef __CS_RUNAWAY_H__
2 #define __CS_RUNAWAY_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:509
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:510
void cs_runaway_check_finalize(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.c:230
int cs_runaway_check(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.c:186
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