OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces
arithmetic.h File Reference
#include "utilities/omath.h"
#include <functional>
+ Include dependency graph for arithmetic.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::util::minus< T >
 Wrapper of function object std::minus with special handling for bool. More...
 
struct  olb::util::plus< T >
 Wrapper of function object std::plus. More...
 
struct  olb::util::multiplies< T >
 Wrapper of function object std::multiplies. More...
 
struct  olb::util::divides< T >
 Wrapper of function object std::divides. More...
 
struct  olb::util::power< T >
 Power function object. More...
 
struct  olb::util::maxOp< T >
 Wrapper function object for util::max. More...
 
struct  olb::util::maxOp< void >
 
struct  olb::util::minOp< T >
 Wrapper function object for util::min. More...
 
struct  olb::util::minOp< void >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::util