OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces
superCalcF2D.hh File Reference
#include "superCalcF2D.h"
#include "blockCalcF2D.h"
#include "superConst2D.h"
+ Include dependency graph for superCalcF2D.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

Arithmetic for functors managed by std::shared_ptr
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator+ (std::shared_ptr< SuperF2D< T, W > > lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator+ (std::shared_ptr< SuperF2D< T, W > > lhs, W rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator+ (W lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator- (std::shared_ptr< SuperF2D< T, W > > lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator- (std::shared_ptr< SuperF2D< T, W > > lhs, W rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator- (W lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator* (std::shared_ptr< SuperF2D< T, W > > lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator* (std::shared_ptr< SuperF2D< T, W > > lhs, W rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator* (W lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator/ (std::shared_ptr< SuperF2D< T, W > > lhs, std::shared_ptr< SuperF2D< T, W > > rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator/ (std::shared_ptr< SuperF2D< T, W > > lhs, W rhs)
 
template<typename T , typename W >
std::shared_ptr< SuperF2D< T, W > > olb::operator/ (W lhs, std::shared_ptr< SuperF2D< T, W > > rhs)