waLBerla 7.2
|
#include "blockforest/Initialization.h"
#include "core/Environment.h"
#include "field/Field.h"
#include "field/vtk/VTKWriter.h"
#include "timeloop/SweepTimeloop.h"
#include "vtk/all.h"
#include <functional>
Classes | |
class | walberla::SimpleSweep |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
Functions | |
Field< real_t, 1 > * | walberla::createFields (IBlock *const block, StructuredBlockStorage *const storage) |
void | walberla::simpleSweep (IBlock *block, BlockDataID fieldBlockDataID) |
int | walberla::main (int argc, char **argv) |
Main Function ///. | |
int | main (int argc, char *argv[]) |
Variables | |
const int | walberla::ARBITRARY_VALUE = 424242 |
int main | ( | int | argc, |
char * | argv[] ) |