have non-uniform offset vector

This commit is contained in:
mattijs
2009-09-29 20:29:38 +01:00
parent 6b439e6392
commit 673100d8aa
6 changed files with 214 additions and 69 deletions

View File

@ -101,6 +101,20 @@ public:
const polyBoundaryMesh& bm
);
//- Construct from components
directMappedPolyPatch
(
const word& name,
const label size,
const label start,
const label index,
const word& sampleRegion,
const directMappedPatchBase::sampleMode mode,
const word& samplePatch,
const vectorField& offset,
const polyBoundaryMesh& bm
);
//- Construct from dictionary
directMappedPolyPatch
(