Implementation of a parameter file parser.
#include "Config.h"
#include "core/mpi/MPIManager.h"
#include "core/StringUtility.h"
#include <fstream>
#include <iostream>
#include <stdexcept>
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::config | |
Functions | |
static void | walberla::config::printConfig (std::ostream &os, const Config::BlockHandle &block, int depth=0) |
std::ostream & | walberla::config::operator<< (std::ostream &os, const Config &config) |
std::ostream & | walberla::config::operator<< (std::ostream &os, const Config::BlockHandle &block) |