01_SolvingPDE.cpp File Reference

Detailed Description

#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.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.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)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)