OpenLB 1.8.1
Loading...
Searching...
No Matches
copyFieldsO.h File Reference
+ Include dependency graph for copyFieldsO.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::couplers::CopyFieldsO< FROM, TO >
 Simple coupling operator for copying field data between two SuperLattice instances. More...
 

Namespaces

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

Functions

template<typename FROM , typename TO , typename T_FROM , typename DESCRIPTOR_FROM , typename T_TO , typename DESCRIPTOR_TO >
void olb::copyFields (SuperLattice< T_FROM, DESCRIPTOR_FROM > &lattice_from, SuperLattice< T_TO, DESCRIPTOR_TO > &lattice_to)
 Copies field data stored in FROM in lattice_from to TO in lattice_to.