Loading...
Searching...
No Matches
ITHACAassert.H File Reference

Implementation of the assert function for ITHACA-FV. More...

#include <iostream>

Go to the source code of this file.

Macros

#define M_Assert(Expr, Msg)   __M_Assert(#Expr, Expr, __FILE__, __LINE__, Msg)
 

Functions

void __M_Assert (const char *expr_str, bool expr, const char *file, int line, const char *msg)
 

Detailed Description

Implementation of the assert function for ITHACA-FV.

Definition in file ITHACAassert.H.

Macro Definition Documentation

◆ M_Assert

#define M_Assert ( Expr,
Msg )   __M_Assert(#Expr, Expr, __FILE__, __LINE__, Msg)
Examples
02enKF_1DinverseHeatTransfer.C, and IHTP01inverseLaplacian.C.

Definition at line 46 of file ITHACAassert.H.

Function Documentation

◆ __M_Assert()

void __M_Assert ( const char * expr_str,
bool expr,
const char * file,
int line,
const char * msg )
inline

Definition at line 33 of file ITHACAassert.H.