waLBerla 7.2
Loading...
Searching...
No Matches
01_CodegenHeatEquation.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/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

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 

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 ///.
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )