$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

plb::PeriodicOverlap3D Struct Reference

This structure holds both overlap information and orientation of the boundary. More...

#include <localMultiBlockInfo3D.h>

Collaboration diagram for plb::PeriodicOverlap3D:

List of all members.

Public Member Functions

 PeriodicOverlap3D (Overlap3D const &overlap_, plint normalX_, plint normalY_, plint normalZ_)

Public Attributes

Overlap3D overlap
plint normalX
plint normalY
plint normalZ

Detailed Description

This structure holds both overlap information and orientation of the boundary.

In case of periodic overlaps, it is important to know the orientation of the boundary, additionally to the coordinates of the overlap region. This is required when the communication step within a multi block is executed. Given that the user can selectively swith on/off periodicity, the multi block must be able to decide which periodic overlaps to communicate and which not.


Constructor & Destructor Documentation

plb::PeriodicOverlap3D::PeriodicOverlap3D ( Overlap3D const &  overlap_,
plint  normalX_,
plint  normalY_,
plint  normalZ_ 
)

Member Data Documentation


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