ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::BoundaryVTKWriter< FlagField_T, OutputType > Class Template Reference

#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 constm_flag_field
 
FlagUID const m_boundary_flag
 
FlagField_T::flag_t m_boundary_flag_value
 

Detailed Description

template<typename FlagField_T, typename OutputType = float>
class walberla::BoundaryVTKWriter< FlagField_T, OutputType >

Definition at line 127 of file LBVTK.impl.hpp.

Member Typedef Documentation

◆ Base

template<typename FlagField_T , typename OutputType = float>
using walberla::BoundaryVTKWriter< FlagField_T, OutputType >::Base = vtk::BlockCellDataWriter<OutputType, 1u>

Definition at line 129 of file LBVTK.impl.hpp.

Constructor & Destructor Documentation

◆ BoundaryVTKWriter()

template<typename FlagField_T , typename OutputType = float>
walberla::BoundaryVTKWriter< FlagField_T, OutputType >::BoundaryVTKWriter ( ConstBlockDataID const flag_field_id,
std::string const id,
FlagUID const boundary_flag 
)
inline

Definition at line 131 of file LBVTK.impl.hpp.

Member Function Documentation

◆ configure()

◆ evaluate()

Member Data Documentation

◆ m_boundary_flag

◆ m_boundary_flag_value

◆ m_flag_field

◆ m_flag_field_id


The documentation for this class was generated from the following file: