accelerInt  v0.1
Functions
radau2a_props.c File Reference

Error checking for the CPU Radua-IIa solver. More...

#include "radau2a_props.h"
Include dependency graph for radau2a_props.c:

Go to the source code of this file.

Functions

void check_error (int tid, int code)
 Checks the return code of the given thread (IVP) for an error, and exits if found. More...
 

Detailed Description

Error checking for the CPU Radua-IIa solver.

Definition in file radau2a_props.c.

Function Documentation

◆ check_error()

void check_error ( int  tid,
int  code 
)

Checks the return code of the given thread (IVP) for an error, and exits if found.

Parameters
tidThe thread (IVP) index
codeThe return code of the thread
See also
Return codes of Integrators

Definition at line 13 of file radau2a_props.c.