processorFvPatchField<Type>::processorFvPatchField ( const processorFvPatchField<Type>& ptf, const DimensionedField<Type, volMesh>& iF ) : coupledFvPatchField<Type>(ptf, iF), procPatch_(refCast<const processorFvPatch>(ptf.patch())) {}
processorFvPatchField<Type>::processorFvPatchField ( const processorFvPatchField<Type>& ptf ) : processorLduInterfaceField(), coupledFvPatchField<Type>(ptf), procPatch_(refCast<const processorFvPatch>(ptf.patch())) {}
Foam::processorFvPatchField<Type>::processorFvPatchField ( const processorFvPatchField<Type>& ptf, const DimensionedField<Type, volMesh>& iF ) : coupledFvPatchField<Type>(ptf, iF), procPatch_(refCast<const processorFvPatch>(ptf.patch())), sendBuf_(0), receiveBuf_(0), outstandingSendRequest_(-1), outstandingRecvRequest_(-1), scalarSendBuf_(0), scalarReceiveBuf_(0) { if (debug && !ptf.ready()) { FatalErrorIn("processorFvPatchField<Type>::processorFvPatchField(..)") << "On patch " << procPatch_.name() << " outstanding request." << abort(FatalError); } }
Foam::processorFvPatchField<Type>::processorFvPatchField ( const processorFvPatchField<Type>& ptf ) : processorLduInterfaceField(), coupledFvPatchField<Type>(ptf), procPatch_(refCast<const processorFvPatch>(ptf.patch())), sendBuf_(ptf.sendBuf_.xfer()), receiveBuf_(ptf.receiveBuf_.xfer()), outstandingSendRequest_(-1), outstandingRecvRequest_(-1), scalarSendBuf_(ptf.scalarSendBuf_.xfer()), scalarReceiveBuf_(ptf.scalarReceiveBuf_.xfer()) { if (debug && !ptf.ready()) { FatalErrorIn("processorFvPatchField<Type>::processorFvPatchField(..)") << "On patch " << procPatch_.name() << " outstanding request." << abort(FatalError); } }