![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LBVTK.impl.hpp>
Inheritance diagram for walberla::BoundaryVTKWriter< FlagField_T, OutputType >:
Collaboration diagram for walberla::BoundaryVTKWriter< FlagField_T, OutputType >:Public Types | |
| using | Base = vtk::BlockCellDataWriter< OutputType, 1u > |
Public Member Functions | |
| BoundaryVTKWriter (ConstBlockDataID const &flag_field_id, std::string const &id, FlagUID const &boundary_flag) | |
Protected Member Functions | |
| void | configure () override |
| OutputType | evaluate (cell_idx_t const x, cell_idx_t const y, cell_idx_t const z, cell_idx_t const) override |
Protected Attributes | |
| ConstBlockDataID const | m_flag_field_id |
| FlagField_T const * | m_flag_field |
| FlagUID const | m_boundary_flag |
| FlagField_T::flag_t | m_boundary_flag_value |
Definition at line 127 of file LBVTK.impl.hpp.
| using walberla::BoundaryVTKWriter< FlagField_T, OutputType >::Base = vtk::BlockCellDataWriter<OutputType, 1u> |
Definition at line 129 of file LBVTK.impl.hpp.
|
inline |
Definition at line 131 of file LBVTK.impl.hpp.
|
inlineoverrideprotected |
Definition at line 138 of file LBVTK.impl.hpp.
References walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_boundary_flag, walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_boundary_flag_value, walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_flag_field, and walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_flag_field_id.
|
inlineoverrideprotected |
Definition at line 144 of file LBVTK.impl.hpp.
References walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_boundary_flag_value, and walberla::BoundaryVTKWriter< FlagField_T, OutputType >::m_flag_field.
|
protected |
Definition at line 154 of file LBVTK.impl.hpp.
Referenced by walberla::BoundaryVTKWriter< FlagField_T, OutputType >::configure().
|
protected |
Definition at line 155 of file LBVTK.impl.hpp.
Referenced by walberla::BoundaryVTKWriter< FlagField_T, OutputType >::configure(), and walberla::BoundaryVTKWriter< FlagField_T, OutputType >::evaluate().
|
protected |
Definition at line 153 of file LBVTK.impl.hpp.
Referenced by walberla::BoundaryVTKWriter< FlagField_T, OutputType >::configure(), and walberla::BoundaryVTKWriter< FlagField_T, OutputType >::evaluate().
|
protected |
Definition at line 152 of file LBVTK.impl.hpp.
Referenced by walberla::BoundaryVTKWriter< FlagField_T, OutputType >::configure().