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

roundOffPolicy.h File Reference

#include "core/globalDefs.h"
Include dependency graph for roundOffPolicy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plb::NoOptimizationRoundOffPolicy< T >
struct  plb::DefaultRoundOffPolicy< T >
struct  plb::LinearRoundOffPolicy< T >
struct  plb::Order2RoundOffPolicy< T >
struct  plb::Order3RoundOffPolicy< T >

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T , template< typename U > class Descriptor>
plb::fullF (T fBar, plint iPop)
 Convert a Skordos-optimized representation of f (i.e. fBar) into the conventional one.
template<typename T , template< typename U > class Descriptor>
plb::fBar (T fullF, plint iPop)
 Convert a conventional representation of the f into a Skordos-optimized one (i.e. fBar).

Detailed Description

Definition of policies for minimization of round-off errors -- header file