67 const label maxObjectsPerLeaf,
68 const label nObjectsOfType,
69 const label nRefineIterMax
86 return createMap(srcFaces_.size(), tgtFaces_.size(), constructLayout);
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
layoutTypes
The map layout (eg, of the constructMap).
Creates the parallel distribution map by describing the source and target objects using box shapes.
box(const UList< point > &srcPoints, const UList< point > &tgtPoints, const label maxObjectsPerLeaf, const label nObjectsOfType, const label nRefineIterMax=100)
Construct from list of points for source and target.
autoPtr< mapDistribute > createMap(const label nSrcElems, const label nTgtElems, const mapDistributeBase::layoutTypes constructLayout)
Return the parallel distribution map (often linear construct order).
const UList< point > & tgtPoints_
Reference to the target points.
const UList< point > & srcPoints_
Reference to the source points.
Creates the parallel distribution map by describing the source and target objects using box shapes.
const faceList & srcFaces_
Reference to the source face list.
virtual treeBoundBox calcTgtBox(const label tgtObji) const
The local boundBox associated with given target object.
faceBox(const faceList &srcFaces, const UList< point > &srcPoints, const faceList &tgtFaces, const UList< point > &tgtPoints, const label maxObjectsPerLeaf, const label nObjectsOfType, const label nRefineIterMax=100)
Construct from list of points/faces for source and target.
virtual treeBoundBox calcSrcBox(const label srcObji) const
The local boundBox associated with given source object.
const faceList & tgtFaces_
Reference to the target face list.
virtual autoPtr< mapDistribute > map(const mapDistributeBase::layoutTypes constructLayout)
Return the parallel distribution map (usually linear construct order).
Standard boundBox with extra functionality for use in octree.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
List< face > faceList
List of faces.