Go to the source code of this file.
|
| 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) |
| |