$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

nonLocalTransfer2D.cpp File Reference

#include "core/globalDefs.h"
#include "multiBlock/nonLocalTransfer2D.h"
Include dependency graph for nonLocalTransfer2D.cpp:

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

std::vector< Overlap2D > plb::copyAllDataTransfer (SparseBlockStructure2D const &block1, SparseBlockStructure2D const &block2)
 Determine pairs of domains associated to a data transfer between two blocks.
std::vector< Overlap2D > plb::copyDomainDataTransfer (SparseBlockStructure2D const &block1, Box2D block1Domain, SparseBlockStructure2D const &block2, Box2D block2Domain)
 Determine pairs of domains associated to a data transfer between domains on two blocks.
void plb::copy_generic (MultiBlock2D const &from, Box2D const &fromDomain, MultiBlock2D &to, Box2D const &toDomain, modif::ModifT whichContent)
 Inter-domain copy between two generic fields.
void plb::copyNonLocal_generic (MultiBlock2D const &from, MultiBlock2D &to, Box2D const &domain, modif::ModifT whichContent)
 Equal-domain copy between two generic fields with different parallelization.

Detailed Description

Geometry specifications for 2D multiblocks -- header file.