Implementation of the init function. More...
#include <chrono>
#include <utility>
#include <dune/common/parallel/mpihelper.hh>
#include <spdlog/details/registry.h>
#include <spdlog/fmt/chrono.h>
#include <spdlog/fmt/ostr.h>
#include <spdlog/fmt/ranges.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
Go to the source code of this file.
Classes | |
class | Ikarus::IkarusInstance |
Singleton class representing an instance of the Ikarus framework. More... | |
Namespaces | |
namespace | Ikarus |
Functions | |
void | Ikarus::init (int argc, char **argv, bool enableFileLogger=true) |
Initializes the Ikarus framework. More... | |