ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
VTKHandle.hpp File Reference
#include <walberla_bridge/utils/ResourceManager.hpp>
#include <walberla_bridge/walberla_init.hpp>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
+ Include dependency graph for walberla_bridge/include/walberla_bridge/VTKHandle.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VTKHandle
 Handle to a VTK object. More...
 
class  vtk_runtime_error
 

Namespaces

namespace  walberla
 \file PackInfoPdfDoublePrecision.cpp \author pystencils
 
namespace  walberla::vtk
 

Enumerations

enum class  OutputVTK : int { density = 1 << 0 , velocity_vector = 1 << 1 , pressure_tensor = 1 << 2 }
 LB statistics to write to VTK files. More...
 
enum class  EKOutputVTK : int { density = 1 << 0 }
 EK statistics to write to VTK files. More...
 

Enumeration Type Documentation

◆ EKOutputVTK

enum class EKOutputVTK : int
strong

EK statistics to write to VTK files.

Enumerator
density 

Definition at line 64 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.

◆ OutputVTK

enum class OutputVTK : int
strong

LB statistics to write to VTK files.

Enumerator
density 
velocity_vector 
pressure_tensor 

Definition at line 57 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.