![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#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 , flux = 1 << 1 } |
| EK statistics to write to VTK files. More... | |
| enum class | EKPoissonOutputVTK : int { potential = 1 << 0 } |
| EK Poisson solver statistics to write to VTK files. More... | |
|
strong |
EK statistics to write to VTK files.
| Enumerator | |
|---|---|
| density | |
| flux | |
Definition at line 64 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
|
strong |
EK Poisson solver statistics to write to VTK files.
| Enumerator | |
|---|---|
| potential | |
Definition at line 70 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
|
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.