Go to the documentation of this file.
24 #include <Kokkos_Core.hpp>
38 <<
"Error occured in source file " <<
Red_Text(fileName)
39 <<
" at line " <<
Red_Text(linNumber) <<
'\n';
47 <<
" Error is issued in function " <<
Red_Text(fnName)
48 <<
", located in file " <<
Red_Text(fileName) <<
" at line "
62 <<
" has not been implemented yet!\n"
78 <<
" IO error at number " <<
Red_Text(fileLineNumber)
79 <<
" of file " <<
Red_Text(fileName) <<
'\n';
80 errorStream <<
" IO operation is peformed from function "
82 <<
" at line " <<
Red_Text(lNumber) <<
'\n';
96 fileName.c_str(), fileLineNumber, fnName, fName, lNumber
104 <<
" Warning is issued in function " <<
Yellow_Text(fnName)
105 <<
" in source file " <<
Yellow_Text(fileName) <<
" at line "
static pFlow::Ostream & errorStream
pFlow::iOstream & fatalErrorInMessage(const char *fnName, const char *fileName, int linNumber)
iOstream & endl(iOstream &os)
Add newline and flush stream.
pFlow::iOstream & warningMessage(const char *fnName, const char *fileName, int linNumber)
pFlow::iOstream & reportAndExit(int errorCode)
#define Yellow_Text(text)
int fatalExitPhasicFlow(int errorCode)
Take actions to fatal exit phasicFlow.
pFlow::iOstream & notImplementedErrorMessage(const char *fnName, const char *fileName, int lineNumber)
pFlow::iOstream & fatalErrorMessage(const char *fileName, int linNumber)
pFlow::iOstream & ioErrorMessage(const char *fileName, int fileLineNumber, const char *fnName, const char *fName, int lNumber)
Standard output stream for BINARY and ASCII formats.
Interface class for any output stream.
static void abort(int error)
Abort MPI run or regular run.