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

plb::modif Namespace Reference

Enumerations

enum  ModifT {
  nothing = 0, staticVariables = 1, dynamicVariables = 2, allVariables = 3,
  dataStructure = 4, undefined = 5
}
enum  { numConstants = 5 }

Functions

ModifT combine (ModifT type1, ModifT type2)

Enumeration Type Documentation

anonymous enum
Enumerator:
numConstants 

Indicates what kind of cell content was modified and must be updated in a multi-block structure.

Enumerator:
nothing 
staticVariables 
dynamicVariables 
allVariables 
dataStructure 
undefined 

Function Documentation

ModifT plb::modif::combine ( ModifT  type1,
ModifT  type2 
) [inline]

If two data processors act on a block, combine their ModifT modification to determine a resulting (worst-case) ModifT modification.

References allVariables, dynamicVariables, and staticVariables.