OpenLB 1.8.1
Loading...
Searching...
No Matches
writeFunctorO.h File Reference
#include <core/operator.h>
#include "../concept.h"
#include "../superLatticeO.h"
+ Include dependency graph for writeFunctorO.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::operators::WriteFunctorO< FUNCTOR, TO >
 Operator which evaluate a functor and write its results into the passed field. More...
 

Namespaces

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

Functions

template<typename FUNCTOR , typename TO , typename T , typename DESCRIPTOR >
auto olb::makeWriteFunctorO (SuperLattice< T, DESCRIPTOR > &lattice)
 
template<typename FUNCTOR , typename TO , typename T , typename DESCRIPTOR >
void olb::writeFunctorTo (SuperLattice< T, DESCRIPTOR > &lattice)
 
template<typename FUNCTOR , typename TO , typename T , typename DESCRIPTOR >
void olb::writeFunctorTo (SuperLattice< T, DESCRIPTOR > &lattice, FunctorPtr< SuperIndicatorF< T, DESCRIPTOR::d > > &&indicator)
 
template<typename FUNCTOR , typename TO , typename T , typename DESCRIPTOR >
void olb::writePhysFunctorTo (SuperLattice< T, DESCRIPTOR > &lattice, FunctorPtr< SuperIndicatorF< T, DESCRIPTOR::d > > &&indicator, T conversionFactor=1.0)