|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <array>#include <string>#include <vector>#include "DataTypes.h"#include <logger/Logger.h>Go to the source code of this file.
Classes | |
| struct | vf::basics::MetaData |
| struct | vf::basics::MetaData::Simulation |
| struct | vf::basics::MetaData::World |
| struct | vf::basics::MetaData::Discretization |
| struct | vf::basics::MetaData::BuildInfo |
| struct | vf::basics::MetaData::GPU |
Namespaces | |
| namespace | vf |
| namespace | vf::basics |
| Simple configuration file. | |
Functions | |
| std::string | vf::basics::getCurrentTime () |
| void | vf::basics::logPreSimulation (const MetaData &meta_data) |
| void | vf::basics::logPostSimulation (const MetaData &meta_data) |