mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
subsetting point fields
This commit is contained in:
@ -66,10 +66,10 @@ processorPointPatchField<Type>::processorPointPatchField
|
||||
const processorPointPatchField<Type>& ptf,
|
||||
const pointPatch& p,
|
||||
const DimensionedField<Type, pointMesh>& iF,
|
||||
const pointPatchFieldMapper&
|
||||
const pointPatchFieldMapper& mapper
|
||||
)
|
||||
:
|
||||
coupledPointPatchField<Type>(ptf, iF),
|
||||
coupledPointPatchField<Type>(ptf, p, iF, mapper),
|
||||
procPatch_(refCast<const processorPointPatch>(ptf.patch()))
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user