Utility.cpp File Reference

Detailed Description

#include "Utility.h"
#include <iomanip>
#include <sstream>
#include <stack>

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::blockforest
 

Functions

std::string walberla::blockforest::naturalNumberToGroupedThousandsString (const uint_t number, const char separator=' ')
 Returns the string representation of 'number', every three digits the character 'separator' is inserted (172408725 -> "172 408 725") More...