accelerInt  v0.1
Functions
rkc_props.c File Reference

Error checking for the CPU RKC solver. More...

#include "rkc_props.h"
Include dependency graph for rkc_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 RKC solver.

Definition in file rkc_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 rkc_props.c.