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