Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
fpe.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

include< signal.h > static include< unistd.h > int gdb ()
 
static void caught_abort (int sig)
 
static void caught_fpe (int sig)
 
static void caught_segfault (int sig)
 
void catch_fpe (void)
 

Function Documentation

◆ catch_fpe()

void catch_fpe ( void  )

Definition at line 41 of file fpe.h.

References caught_abort(), caught_fpe(), caught_segfault(), last_point, Point::level, and x.

Here is the call graph for this function:

◆ caught_abort()

static void caught_abort ( int  sig)
static

Definition at line 21 of file fpe.h.

References gdb(), and x.

Referenced by catch_fpe().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ caught_fpe()

static void caught_fpe ( int  sig)
static

Definition at line 27 of file fpe.h.

References gdb(), and x.

Referenced by catch_fpe().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ caught_segfault()

static void caught_segfault ( int  sig)
static

Definition at line 34 of file fpe.h.

References gdb(), and x.

Referenced by catch_fpe().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gdb()

include< signal.h > static include< unistd.h > int gdb ( )
static

Definition at line 8 of file fpe.h.

References debug, fflush(), last_point, Point::level, and x.

Referenced by caught_abort(), caught_fpe(), and caught_segfault().

Here is the call graph for this function:
Here is the caller graph for this function: