Flags.h File Reference

Detailed Description

#include <mesa_pd/data/DataTypes.h>
#include <ostream>

Classes

class  walberla::mesa_pd::data::particle_flags::FlagT
 
struct  walberla::mpi::BufferSizeTrait< walberla::mesa_pd::data::particle_flags::FlagT >
 

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::mesa_pd
 
 walberla::mesa_pd::data
 
 walberla::mesa_pd::data::particle_flags
 
 walberla::mpi
 

Functions

void walberla::mesa_pd::data::particle_flags::set (FlagT &flags, const FlagT::value_type flag)
 
void walberla::mesa_pd::data::particle_flags::unset (FlagT &flags, const FlagT::value_type flag)
 
bool walberla::mesa_pd::data::particle_flags::isSet (const FlagT &flags, const FlagT::value_type flag)
 
std::ostream & walberla::mesa_pd::data::particle_flags::operator<< (std::ostream &os, const FlagT &flags)
 
template<typename T , typename G >
mpi::GenericSendBuffer< T, G > & walberla::mpi::operator<< (mpi::GenericSendBuffer< T, G > &buf, const walberla::mesa_pd::data::particle_flags::FlagT &flags)
 
template<typename T >
mpi::GenericRecvBuffer< T > & walberla::mpi::operator>> (mpi::GenericRecvBuffer< T > &buf, walberla::mesa_pd::data::particle_flags::FlagT &flags)
 

Variables

static const FlagT::value_type walberla::mesa_pd::data::particle_flags::NO_FLAGS = 0
 default value after initialization More...
 
static const FlagT::value_type walberla::mesa_pd::data::particle_flags::INFINITE = (1 << 1)
 the particle extends into at least one direction till infinity More...
 
static const FlagT::value_type walberla::mesa_pd::data::particle_flags::FIXED = (1 << 2)
 spatial integrators will skip this particle, however, forces and torques are reset More...
 
static const FlagT::value_type walberla::mesa_pd::data::particle_flags::NON_COMMUNICATING = (1 << 3)
 all communication functions are skipped for this particle More...
 
static const FlagT::value_type walberla::mesa_pd::data::particle_flags::GHOST = (1 << 4)
 this is a ghost particle More...
 
static const FlagT::value_type walberla::mesa_pd::data::particle_flags::GLOBAL = (1 << 5)
 this particle exists on all processes with the same uid More...