#include "blockforest/Initialization.h"
#include "blockforest/communication/UniformBufferedScheme.h"
#include "core/Environment.h"
#include "core/math/Constants.h"
#include "field/Field.h"
#include "field/AddToStorage.h"
#include "field/communication/PackInfo.h"
#include "stencil/D2Q5.h"
#include "gui/Gui.h"
#include "timeloop/SweepTimeloop.h"
#include <cmath>
#include <vector>
Classes | |
class | walberla::JacobiSweep |
class | walberla::JacobiSweepStencil |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
Functions | |
void | walberla::initBC (const shared_ptr< StructuredBlockStorage > &blocks, const BlockDataID &srcID, const BlockDataID &dstID) |
void | walberla::initRHS (const shared_ptr< StructuredBlockStorage > &blocks, const BlockDataID &rhsID) |
int | walberla::main (int argc, char **argv) |
Main Function ///. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |