double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
void cs_runaway_check_finalize(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.cpp:233
int cs_runaway_check(void)
Check that defined field bounds are not exceeded.
Definition: cs_runaway_check.cpp:187
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:219