#include "blockforest/Initialization.h"
#include "blockforest/communication/UniformBufferedScheme.h"
#include "core/Environment.h"
#include "core/math/Constants.h"
#include "core/mpi/Reduce.h"
#include "field/Field.h"
#include "field/AddToStorage.h"
#include "field/communication/PackInfo.h"
#include "field/vtk/VTKWriter.h"
#include "stencil/D2Q5.h"
#include "gui/Gui.h"
#include "timeloop/SweepTimeloop.h"
#include "vtk/VTKOutput.h"
#include <cmath>
Classes | |
class | walberla::JacobiIteration |
class | walberla::Reinitialize |
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 | |
Functions | |
void | walberla::initU (const shared_ptr< StructuredBlockStorage > &blocks, const BlockDataID &uID) |
int | walberla::main (int argc, char **argv) |
Main Function ///. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |