mFES - molecular Finite Element Solver  0.4
Namespaces | Functions | Variables
msghandler.cpp File Reference
#include <meshing.hpp>

Namespaces

namespace  netgen
 

namespace defined for NETGEN


Functions

DLL_HEADER void netgen::Ng_PrintDest (const char *s)
void netgen::PrintDot (char ch)
void netgen::PrintMessage (int importance, const MyStr &s1, const MyStr &s2)
void netgen::PrintMessage (int importance, const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4)
void netgen::PrintMessage (int importance, const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintMessageCR (int importance, const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintFnStart (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintWarning (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintError (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintFileError (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintUserError (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintSysError (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::PrintTime (const MyStr &s1, const MyStr &s2, const MyStr &s3, const MyStr &s4, const MyStr &s5, const MyStr &s6, const MyStr &s7, const MyStr &s8)
void netgen::ResetStatus ()
void netgen::PushStatus (const MyStr &s)
void netgen::PushStatusF (const MyStr &s)
void netgen::PopStatus ()
void netgen::SetStatMsg (const MyStr &s)
void netgen::SetThreadPercent (double percent)
void netgen::GetStatus (MyStr &s, double &percentage)

Variables

int netgen::printmessage_importance = 5
int netgen::printwarnings = 1
int netgen::printerrors = 1
int netgen::printdots = 1
int netgen::printfnstart = 0