|
waLBerla 7.2
|
#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 "field/vtk/VTKWriter.h"#include "stencil/D2Q5.h"#include "timeloop/SweepTimeloop.h"#include "vtk/all.h"#include <cmath>#include <vector>Classes | |
| class | walberla::JacobiSweep |
| class | walberla::JacobiSweepStencil |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
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 ///. | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |