#include "blockforest/Initialization.h"
#include "blockforest/communication/UniformBufferedScheme.h"
#include "core/Environment.h"
#include "core/math/Constants.h"
#include "field/AddToStorage.h"
#include "field/communication/PackInfo.h"
#include "field/vtk/VTKWriter.h"
#include "pde/boundary/Neumann.h"
#include "stencil/D2Q9.h"
#include "timeloop/SweepTimeloop.h"
#include "HeatEquationKernel.h"
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
Typedefs | |
using | walberla::ScalarField = GhostLayerField< real_t, 1 > |
Functions | |
void | walberla::swapFields (StructuredBlockForest &blocks, BlockDataID uID, BlockDataID uTmpID) |
void | walberla::initDirichletBoundaryNorth (shared_ptr< StructuredBlockForest > blocks, BlockDataID uId, BlockDataID uTmpId) |
int | walberla::main (int argc, char **argv) |
Main Function ///. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |