ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::pystencils::FixedFlux_single_precision Class Reference

#include <FixedFlux_single_precision.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 FixedFlux_single_precision (const shared_ptr< StructuredBlockForest > &blocks, BlockDataID fluxID_, std::function< Vector3< float >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &fluxCallback)
 
void run (IBlock *block)
 
void operator() (IBlock *block)
 
void inner (IBlock *block)
 
void outer (IBlock *block)
 
std::function< void(IBlock *)> getSweep ()
 
std::function< void(IBlock *)> getInnerSweep ()
 
std::function< void(IBlock *)> getOuterSweep ()
 
template<typename FlagField_T >
void fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 
template<typename FlagField_T >
void fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, IBlock *block, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 

Public Attributes

BlockDataID fluxID
 

Detailed Description

Definition at line 53 of file FixedFlux_single_precision.h.

Constructor & Destructor Documentation

◆ FixedFlux_single_precision()

walberla::pystencils::FixedFlux_single_precision::FixedFlux_single_precision ( const shared_ptr< StructuredBlockForest > &  blocks,
BlockDataID  fluxID_,
std::function< Vector3< float >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &  fluxCallback 
)
inline

Definition at line 92 of file FixedFlux_single_precision.h.

Member Function Documentation

◆ fillFromFlagField() [1/2]

template<typename FlagField_T >
void walberla::pystencils::FixedFlux_single_precision::fillFromFlagField ( const shared_ptr< StructuredBlockForest > &  blocks,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

Definition at line 126 of file FixedFlux_single_precision.h.

◆ fillFromFlagField() [2/2]

template<typename FlagField_T >
void walberla::pystencils::FixedFlux_single_precision::fillFromFlagField ( const shared_ptr< StructuredBlockForest > &  blocks,
IBlock *  block,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

◆ getInnerSweep()

std::function< void(IBlock *)> walberla::pystencils::FixedFlux_single_precision::getInnerSweep ( )
inline

Definition at line 117 of file FixedFlux_single_precision.h.

References inner().

◆ getOuterSweep()

std::function< void(IBlock *)> walberla::pystencils::FixedFlux_single_precision::getOuterSweep ( )
inline

Definition at line 121 of file FixedFlux_single_precision.h.

References outer().

◆ getSweep()

std::function< void(IBlock *)> walberla::pystencils::FixedFlux_single_precision::getSweep ( )
inline

Definition at line 113 of file FixedFlux_single_precision.h.

References run().

◆ inner()

void walberla::pystencils::FixedFlux_single_precision::inner ( IBlock *  block)

◆ operator()()

void walberla::pystencils::FixedFlux_single_precision::operator() ( IBlock *  block)
inline

Definition at line 107 of file FixedFlux_single_precision.h.

References block(), and run().

◆ outer()

void walberla::pystencils::FixedFlux_single_precision::outer ( IBlock *  block)

◆ run()

void walberla::pystencils::FixedFlux_single_precision::run ( IBlock *  block)

Member Data Documentation

◆ fluxID

BlockDataID walberla::pystencils::FixedFlux_single_precision::fluxID

Definition at line 738 of file FixedFlux_single_precision.h.


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