waLBerla 7.2
Loading...
Searching...
No Matches
03_HeatEquation_Extensions.cpp File Reference

Detailed Description

#include "blockforest/Initialization.h"
#include "blockforest/communication/UniformBufferedScheme.h"
#include "core/Environment.h"
#include "core/math/Constants.h"
#include "core/mpi/Reduce.h"
#include "field/Field.h"
#include "field/AddToStorage.h"
#include "field/communication/PackInfo.h"
#include "field/vtk/VTKWriter.h"
#include "stencil/D2Q5.h"
#include "stencil/D2Q9.h"
#include "timeloop/SweepTimeloop.h"
#include "vtk/VTKOutput.h"
#include <cmath>

Classes

class  walberla::JacobiIterationResidual
 
class  walberla::Reinitialize
 

Namespaces

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

Functions

void walberla::initU (const shared_ptr< StructuredBlockStorage > &blocks, const BlockDataID &uID)
 
int walberla::main (int argc, char **argv)
 Main Function ///.
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )