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

multiBlockManagement2D.h File Reference

#include "core/globalDefs.h"
#include "core/geometry2D.h"
#include "multiBlock/threadAttribution.h"
#include "multiBlock/sparseBlockStructure2D.h"
#include "multiBlock/localMultiBlockInfo2D.h"
#include <vector>
Include dependency graph for multiBlockManagement2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::MultiBlockManagement2D
class  plb::SmartBulk2D
 Compute envelope and things alike. More...

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

MultiBlockManagement2D plb::intersect (MultiBlockManagement2D const &originalManagement, Box2D subDomain, bool crop)
 Create a new block-management, corresponding to a sub-domain of the old one.
MultiBlockManagement2D plb::intersect (MultiBlockManagement2D const &originalManagement, Box2D subDomain, Box2D newBoundingBox)
 Choose yourself the bounding box of the resulting block-management.
MultiBlockManagement2D plb::intersect (MultiBlockManagement2D const &management1, MultiBlockManagement2D const &management2, bool crop)
 Create a new block-management as an intersection of the old ones.
MultiBlockManagement2D plb::extend (MultiBlockManagement2D const &management, Box2D addedBulk, Box2D addedUniqueBulk)
 Create a new block-management which extends the original one by a given block.
MultiBlockManagement2D plb::except (MultiBlockManagement2D const &management, Box2D exceptedBlock)
 Create a new block-management from which a given block is excepted.
MultiBlockManagement2D plb::block_union (MultiBlockManagement2D const &management1, MultiBlockManagement2D const &management2)
 Union of two block-management structures.
MultiBlockManagement2D plb::align (MultiBlockManagement2D const &originalManagement, MultiBlockManagement2D const &partnerManagement)
MultiBlockManagement2D plb::reparallelize (MultiBlockManagement2D const &management, plint blockLx, plint blockLy)
 Re-create a block-management by covering the sparse structure with regular blocks.

Detailed Description

Geometry specifications for 2D multiblocks -- header file.