waLBerla 7.3
Loading...
Searching...
No Matches
ParallelPlates.cpp File Reference

Detailed Description

#include "blockforest/all.h"
#include "core/DataTypes.h"
#include "core/all.h"
#include "domain_decomposition/SharedSweep.h"
#include "stencil/all.h"
#include "timeloop/all.h"
#include "vtk/all.h"
#include <limits>
#include "gen/ParallelPlatesSweeps.hpp"
#include "walberla/V8.hpp"
#include "walberla/v8/Testing.hpp"
#include "walberla/v8/memory/MemoryTraits.hpp"
#include "walberla/v8/sweep/Sweeper.hpp"
#include "walberla/v8/testing/Testutils.hpp"

Classes

struct  ParallelPlates::ChannelType

Namespaces

namespace  ParallelPlates

Typedefs

using ParallelPlates::MemoryTag = v8::memtag::automatic
using ParallelPlates::ScalarField_T = memory::Field< real_t, 1, MemoryTag >
using ParallelPlates::VectorField_T = memory::Field< real_t, 3, MemoryTag >
using ParallelPlates::LbStencil = stencil::D3Q19
using ParallelPlates::PdfField_T = memory::Field< real_t, LbStencil::Q, MemoryTag >

Functions

void ParallelPlates::run (int argc, char **argv)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )